View Full Version : C Programming
- Recursing code problem
- question on FE_TOWARDZERO
- Initialize a two-dimensional array
- IEEE floating point conversion to decimal and back for a C program
- Newbie Multi-Dimensional Array Prob
- Re: Problem in Netifdev.h
- Re: scanf dilemma for beginner
- graphics functions under unix...
- Re: Question about fopen, fput, fclose?
- shell programming problem
- Re: implementation defined representation
- Multidimensional Arrays
- Using a math function in C.
- Newbie: creating a folder/directory
- Newbie: iterating through folder contents
- Re: newbie: why does this work
- Re: newbie: why does this work
- errors ???
- Coding problem
- Re: simple malloc() question..
- Re: simple malloc() question..
- Re: Adding characters in front of a string
- Re: simple malloc() question..
- Re: malloc & incompatible types in assignment
- Re: C99 compiler
- Pointer-to-array - screwed up my mind ...
- Zero elements of structure...
- Re: pipe redirection
- Re: pipe redirection
- Question about malloc, alignment, ...
- Re: getc hanging
- Re: getc hanging
- Re: simple malloc() question..
- char **argv vs. char* argv[]
- responsible license
- Declarations of structs, and arrays seem to be overlapping in memory..?!
- using char as boolean data type
- memory mgmt problem
- Re: getc hanging
- Program for monitoring the serial port
- How to avoid deadlock?
- Single dim array as a multidim array?
- Linux / how to check if subprocess is still alive
- looking for intro C text for experienced programmer
- scanf experiments
- Recursion elimination
- Bit manipulation
- types, constants and casting
- C preprocessor function macros with empty aguments
- Prototypes
- Allocation of memory to a pointer that points an array
- Knowing size of a data type
- Multiple files
- i need some C/C++ test intervie questions
- simple command line parser
- Problems with Netifdev.h
- Port data transfer
- Array Initialization
- Extendible Hashing implementation
- split number problem
- Array: Pass by value... Possible?
- assigning expession to variable
- replace function
- How to free ALL heap memory?
- Is there a way to know the memory usage of a function's body?
- malloc experiments
- complexity of Traveling Salesman Problem?
- Converting from char to integer value
- copy to pointer memory ?
- want a "here doc" equivalent in "c"
- difference(s) between char** argv and char* argv[]
- function addresses at build time...?
- Is it all trivial?
- Significance of 0;
- Re: want a "here doc" equivalent in "c"
- Variable argument number in functions
- what is the significance of this
- what is the significance
- strings.h
- scanf/cin problem
- Thank you to clc
- decimal to BCD for long int
- treat array as a file
- ? about reading a comma delimited file
- Re: Anyone want to look over my C code for me? I can't figure it out...
- SOLVED - Re: Declarations of structs, and arrays seem to be overlapping in memory..?!
- newbie question
- need ring buffer source code
- Flush stdin?
- Constant macro parameters
- how to cantenate strings in C
- Code Review: Averaging program
- searching in a huge data pool?
- strtok trouble
- Re: syntax for calling functions by pointers
- warning C4047:
- Greater than operator Vs Equal to operator : Which one is efficient?
- Re: syntax for calling functions by pointers
- How can I use malloc-ed memory inside a local function
- Re: syntax for calling functions by pointers
- Re: syntax for calling functions by pointers
- Re: syntax for calling functions by pointers
- newb: inputting int-s
- zeroing an array
- Re: syntax for calling functions by pointers
- Re: Anyone want to look over my C code for me? I can't figure it out...
- Function as macro parameter
- creating a variable from constant
- Audio Recording and transfer using TCP/IP
- malloc experiments
- why doesn't this work?
- free(); after return();?
- Fixed BCD code.
- Array initialisation
- [OT] Application design
- clc style
- "As-if" rule question
- [OT?] Pronunciation of "strcpy"
- structured lang?
- New OOP Framework using C
- malloc and calloc in Linux
- Copy Files to a network drive in Win2000
- Structure and ASCII "Database"
- is it possible to find out the caller of a method programmatically
- question about gprof
- question about gprof
- question about gprof
- very strange gcc output
- [OT] Variations of "foo", "bar", etc.
- Used of using const char*
- How to create a directory?
- bitwise absolute value
- derivate
- Re: Adding characters in front of a string
- Grade Program Question
- How can I know it is a macro or actually is a function?
- GNU standard library sources
- derived
- Linker problem?
- Help needed to count lines between preprocessor directives
- Linker
- sizeof(struct dirent.d_ino)
- req: DES source code
- Precision Issue with STRTOF
- question about database
- Re: Really-bignum arithmetic
- How to compare one character of a string to a char?
- Keyboard Buffer
- Comparing char* with integers and characters
- tcp and fork
- select and timing
- use select to detect input andtimeout
- Any preprocessing tool with {} insertion option?
- array of void*
- file locking
- Sending a file to the printer, how?
- Human-readable storage for types (with no pointers)?
- Queues in C
- need an advise: Graphic & Sound Programming
- type casting question
- Using strcat
- int *a, indicator fault
- Compile error: wrong machine type
- Looping logic
- TAking the minimum of three values
- C- Advice
- unwanted implicit casts
- Better Rand() Algorithim
- Char to char*?
- basic #define usage
- Many Happy Returns
- Parse timestamp string
- Why doesn't this function call save these registers?
- Question about disasembled function call on linux and
- newbie: char* int and char *int
- Declaration Problem.
- Basic Use of Malloc
- Re: bitwise absolute value
- how to implement a menu ?
- Indian C programmers [OT]
- What is the difference between MACRO and FUNCTION?
- initializing arrays of arrays
- Problems with ASM/C
- replacing a string in a char pointer
- Technical Instruction Position
- When (32-bit) double precision isn't precise enough
- How to test for -0.0?
- malloc a 2D array
- Order of parameter evaulation
- How to change an icon in C?
- Anybody know how I would code an error statement when a user inputs an invalid input.
- an introduction, 'ey?
- Largest possible value of Integer Constants
- bits
- regarding sites about C test questions
- About initializaion list
- free global char pointers
- Please help! char* problems!
- multidimensional arrays as function parameter
- calloc
- Newbie prgramm and question
- meaning of "1u"
- About sizeof
- basic c i/o and EOF
- basic c i/o and EOF
- Is this well-defined?
- array of strings?
- Maximum value for typedef'd type
- Converting Vbasic code to C code
- trap representation
- Dynamic string arrays?
- why does this segfault??
- Compiler bug - Postincrement & Preincrement operators
- C flowcharting program
- Associating strings with an enum (can I use a macro?)
- 8 Bit CRC
- "The C Standard" in book form is here!
- How to display the last n lines from a text file
- Having problems returning a char* from a function..need help...
- C Code Editor Formatting Unix-Windows
- escape sequence
- Has anybody used Doxygen on aolserver source?
- reading in command line argument
- Re: About initializaion list
- Preprocessor's question
- alleged mis-form with strcat
- Need Help with C program
- strcat problem
- Are there any pre-defined variables in C?
- x^y function?
- Trigraphs
- Textbook
- Roman numerals to ints
- Rollover Issue
- style question
- Checking whether '\0' exists in the string
- void arg to function
- Re: About initializaion list
- Syntax
- Initialization without loop
- Representation of integers
- Re: weird command line args problem with C
- inputting strings.
- Pseudocode For Statement
- I need help with C for Linux
- problem with generating random numbers !
- Strange command line args problem
- Is it OK to modify argv ???
- Why segmentation fault
- Newbie question: comparison between pointer and integer
vBulletin v3.5.1, Copyright ©2000-2008, Jelsoft Enterprises Ltd.