View Full Version : C Programming
- bits comparison
- sharing data from DLL
- test
- memory delete problem
- reading from a file, some times values in file may not be filled
- Is an empty translation unit valid?
- ANSI C Compilation linking problem
- graphics in Linux...
- Array name and address of the first element
- gcc iso90 and long long
- Libraries, function names and link
- Array subscripting overflow behaviour
- bizarre malloc problem
- openssl and DES
- fast multiple file access
- Aliasing/Torek's strtod() experience
- Aliasing/Torek's strtod() experience
- lint
- what's wrong with atof() and casting?
- conditional statements
- Floatin point issues
- C directives
- Reading Lines with Fgets and a bit of C++ {Novice Programmer}
- Programming Contest: Fit pictures on a page
- casting to unsigned char for is*() and to*() functions
- Object persistence in C
- reading a line through scanf
- #defines and strings
- why use -> (not .) with pointers?
- How to make binary data portable?
- How To Make Your Own Variable Type?
- Need to write putchar for embedded system
- printf("%#04x\n", 0); print 0000 not 0x00
- How to check for already running program?
- Reading from file into struct array / memory layout
- Linked list in C
- comp.lang.c Answers to Frequently Asked Questions (FAQ List)
- comp.lang.c FAQ list Table of Contents
- comp.lang.c Answers (Abridged) to Frequently Asked Questions (FAQ)
- String appending
- Why C++ Questions on a C List
- == operator on struct
- Inverse Functions in Math
- pix
- coloured text...
- Multiline strings
- [Help] Program crashes/seg-faults on strcpy().
- Hiding that string in the compiled code
- pointer to pointer question
- C Program [ Turbo-C ] , to extract only-Printable-characters from a file ( any type of file) and display them ( i.e equivalent to "strings" command in UNIX)
- C Program [ Turbo-C ] , to extract only-Printable-characters from a file ( any type of file) and display them ( i.e equivalent to "strings" command in UNIX)
- some very simple increment/decremant operator question
- again some incr/decrement question
- Permutations on binary strings
- case label does not reduce to an integer constant
- testing whether a double is a whole number
- anybody have star wars: revenge of the sith of War of the Worlds
- Code Effect
- comp.lang.c FAQ list Table of Contents
- Access to data into an array causes seg-fault
- Linked list
- Linked list
- System/ Compiler specific macros
- multi-type
- Makefile question
- C/C++ DataType for DB2 DECIMAL(18,3)
- EOF in C
- will the memory allocated by malloc get released when program exits?
- Preprocessor Directives
- Help needed in solving this problem
- C Primitive Data Type Sizes
- simple c/c++ programming question about encryption
- If forget to fclose() after fopen(), is there any testing tool who can detect it automatically?
- ON Linux Platform: How can we build binaries for another architecture from 0x86 architecture
- Multi says "incomplete type is not allowed"
- sizes of bit fields
- programming style: while(TRUE), for(;;), ...?
- Server listening on 2 differents ports
- Modify it !
- Initializing enum with strings
- How to verify username and password in Visual C
- evaluate this
- float algorithm is slow
- Read n bytes from file
- accuracy of mathematical functions
- setting MAX characters emitted in printf() functions?
- strto[u]l and ERANGE
- Implementing Unicode
- Funny old trick
- Can anyone tell me where to find OCR?
- Byte Alignment of Character to 2 byte
- char * and int *
- How to set a ms access password?
- Interacting to Internal Modem
- Running time of program
- Help w/ "incomplete type" error
- Palm programming in C using GCC
- Need help with SHA1
- about char pointer
- how to compare
- abt time functions
- Historical variable place
- Hardware Programming
- How to check file exist using c language
- In a timeline pinch (Suspense: 25Jul05) pleading for assistance - Q1
- Implicit addition of const qualifiers
- Using a union to get different representation
- Certificate for C Programmer
- Time command
- overloading in c
- Give some ideas for c Optimzation
- multilist data stracture sample code
- Running time calculation
- advanced c programming
- Optimized code for finding string length
- ISO C jpeg/png/etc lib
- SGI: Need Something like 1 Mutual Exclusion Semaphore for Multible Programs
- Software Patents
- Is it the same?
- mmap parsing...
- Are foo[bar] = "" (at declaration) and memset (foo, '\0', bar) the same?
- Clarify atol statment
- Problem with character string loop and strlen()
- why function like macro doesn't work here?
- why function like macro doesn't work here?
- storage for argv
- Trigraph sequences
- qualified and unqualified types
- representation of an escape sequence
- How does strtok works?
- UCN and Unicode
- Checking pointers
- Need some explanation
- Memory Allocating problem
- Bizarre experience at the abortion clinic.
- Two's complement integer divided by Powers of 2 question
- Linking a C++ library to a C program.
- HTTP header parsing library
- a question about multilist in c
- Is this the correct?!
- malloc and memory leaks
- Is an address change possible by "deconstify/const_cast"?
- First statement always evaluated first?
- Error handling - How would you write it?
- C, C++ and C# Forums
- What is Expresiveness in a Computer Language?
- mutable data structures
- gcc: pointer to array
- Coping with underscore decoration conventions
- LFS for Windows apps
- memory alignment
- x rated news room
- Playing Music
- Earthquake Forecasting Program July 11, 2005
- ANN: Magic UDF (Universal Disc Format) Burner v1.0.0 (C/C++ Library)
- lint
- Eigenvector routine....
- problem z prostym prgramikiem ;p
- what is regular expression
- struct pointer to a 2D array
- switching on strings in standard C
- byte to integer
- automatic C indenting
- SUSv3 reference headers
- Singly link list
- Standard C and math library
- Convert Static Array to Dynamic Array ?
- write a multidimensional array in a file
- typeDef
- typeDef
- string finding
- good algorthm
- good algorthm
- Correct Typedef
- SevenKast@gmail.com- c book
- System Programmin
- Assembly language
- TSR Programming
- data structure
- Testing
- file to linked list
- complier design
- Pointers
- OS Programming
- What IS THIS
- why this code has errors?
- C program to create myi, myd files
- Trying to understand MRTG
- help to run this code...
- help to run this code...
- NT Service tutorial?
- const qualifier usage
- manipulating void* in array
- usage of ## for macro string catenation
- Printing hexadecimal format
- how to make this code error free
- qsort on multi-dimensional array
- size of multi-dimensional array and qsort
- fractions and floating point
- Byte Array in C
- String Manipulation error
- Profiling c progrma line by line
- How to set memory properties
- Why does post or pre incremenent or decrement does not work inside a sizeof operator?
- while loop and printf
- Modifying an arg of va_list
- Passing INT Array by reference
- Portable way to use 64-bit values
- Typecasting function pointers to void *
- How to delete the node at the end (tail) of the Linked List ?
- meaning of the error ?
- How to interpret this declaration
- What is the Correction Required?
- comp.lang.c Answers (Abridged) to Frequently Asked Questions (FAQ)
- memory watch and monitoring
- what I miss?
- how to do ?
- pointer and memory question
- c program without main( ) ?
- Type-casting void pointers?
- What would cause this problem? CPU usage 100%
- FILE Writing Error
- fwrite
- C89 standard rationale or draft, where to download?
- for loops with dual conditions
- C + download
- C
- fenv.h standard header
- Is there any ANSI method to extract/tokenize argv[ ]
- Re: int conversion from char
- Any solution to this puzzle !
- Re: int conversion from char
- const-incorrect practice
- sizeof
- how to get the data type of a veriable
- database of C standard library functions?
- Seg Fault within function (New to C)
- How well did I do??? Quiz 2
- How well did I do??? Quiz 3
- assembly language program
- Anyone who knows how to uses openssl libraries?
- Threads
- Link list problem
- Certification in C
- Creative input on indexing from 0 to 99 or 1 to 100
- apply parameters to another function - in a generic way
- newbie: how to detect pointer not allocated yet
- Memory allocation problem!
- preprocessor q: impossible macro?
- sprintf leading up to bus error (signal 10)
vBulletin v3.5.1, Copyright ©2000-2008, Jelsoft Enterprises Ltd.