View Full Version : C Programming
- What does this do?
- Where do pointers point to?
- [Question]activities of stack pointer and frame pointer when function called
- File I/O - Delete Record
- accessing freed memory without error
- Is declaring a pointer to an undefined struct legal?
- How can I do sort program for unsorted setup file?
- How can I do sort program for unsorted setup file?
- How can I do sort program for unsorted setup file?
- Quandry with the following C code (Intermediate)
- rounding
- slight rounding problem
- "Implicitly only" splint warnings
- Your Suggestion
- Implemenation Indepdent Way to Move LSByte of Char to MSB of Int, etc
- rounding
- Compiler code optimization: see code below
- Getting address of a function through some string
- c equivilant to "copy"
- Re: Current languages are a mess, what would you choose C#, Java or C++?
- indeed inneed to Good Editor C Compiler
- Not assignment rquest..having doof algorithms
- Not assignment request..having good algorithms
- Regular Expression for fnmatch function
- Is it possible to return an array from a function?
- Major project in C/C++
- Is it possible to return an array from a function?
- IDE C Compiler
- OLD IDE C Compiler
- snprintf vs strcat,
- Command terminated by signal 9
- #if sizeof...
- Linker error creating dll
- Error E2349 tester.c 29: Nonportable pointer conversion
- how to extern structure?
- how to extern structure?
- how to extern structure?
- New computer
- comp.lang.c Answers (Abridged) to Frequently Asked Questions (FAQ)
- Manipulation of strings: upper/lower case
- Do buffers always start with the lowest memory address being the first element?
- Newbie Q: a C function like 'paste' ??
- Crazy (?) C problem
- Trouble with scanf
- recursive function
- Get rid of trailing newline for scanf
- Sockets programming
- Comparing two numbers
- C structure question
- char array not terminated with \0
- ttyname() problems
- Is the name of a 2-dimensional array equal to address of [0][0] element?
- tricky assignment statemenent
- initializer element is not constant
- why define size_t ssize_t ?
- Inside-Out Array-Indexing Syntax
- Datahiding in C
- coloring a pixel
- Why no/limited checking on enum values ?
- Data importing BUS ERROR
- Handling binary data in C - questions
- Mapping C code to assembly instructions
- What does "Standard C", "K&R C" , "ANSI C" mean?
- How to read all files present in a directory in C ?
- c program
- splitting functions into files
- Array assignment via cast
- reading a double var byte per byte
- ANNOUNCE: Altova DiffDog 2005 - the dedicated differencing utility for developers and power users
- convert a list to tree
- Need for programming
- Portable alloca() replacement?
- problem with Data Files
- size of memory in C -- allocation
- help with Koenig Lookup
- a[i] = x[a[i]]++
- Re: malloc vs new
- Re: malloc vs new
- Re: c99 on Microsoft Visual Studio
- Re: c99 on Microsoft Visual Studio
- Graphics in c
- function call with arguments which takes no arguments
- Re: c99 on Microsoft Visual Studio
- position and number of 1's in an integer
- regarding bit field structures
- Re: Can function prototypes appear anywhere?
- Re: malloc vs new
- alignment revisited
- Re: How can i compare bit wise?
- Re: malloc vs new
- multidimensional array = pointer to pointer ?
- LL TO BST
- Re: malloc vs new
- array riddle in c
- [Question]activities of stack pointer and frame pointer when function called
- How do the experts here quickly come up with references to standards?
- Books / online material on C COMPILER DESIGN
- Re: Riddle
- Re: How can i compare bit wise?
- Macros with variable parameter list in MS VC Compiler (6.0)
- Creating a C application to be run on another machine
- is the definition of declaration is contradictory?????????
- Re: Implementation of sizeof, malloc, new
- Re: Can function prototypes appear anywhere?
- Programming Contest: Create a Crossword
- Re: array initialization standard
- Re: Implementation of sizeof, malloc, new
- test(sorry)
- Re: To find the size of array using its pointer
- [Newbie] need help
- Re: To find the size of array using its pointer
- SAS/C INTEROPERABLE WITH IBM C/C++
- Reading the data from keyboard!
- problem with round
- implement atoi
- accessing msaccess by using c language
- coins program, need some help with crashing
- should I free mem in function after alloc and returning pointer... ?
- Good IDE for C/C++
- Array of pointers to structs
- Result of Comparision
- Increment, decrement, overflow, and underflow
- Re: Implementation of sizeof, malloc, new
- Re: c99 on Microsoft Visual Studio
- int func() v/s int func(void)
- Abstraction layer between C and CPU
- Anyone want one?
- "Declaration" vs. "Definition"
- Quick And EZ Money!!!
- __atoi64 not working correctly
- solution to Knr Exercise 1-9
- how to write a tutorial
- float values can b rounded off?
- interesting problem
- what does [ ] mean with an integer?
- how to call foreign programs from c?
- type conversion float and long
- Macro or eval() for constants at runtime?
- "streams"
- Java compiler
- Opensource developers?
- Follow up on Producing Windows API program at Command Line
- The need for int to capture getchar()'s EOF
- Multi-dimensional array initialization
- Multi-dimensional array initialization
- Rules for complex declarations
- Rules for complex declarations
- Rules for complex declarations
- Rules for complex declarations
- Rules for complex declarations
- Multi-dimensional array initialization
- Ran across this cryptic code for C, I got blown away
- IDE for C
- What makes a good C/C++ programmer?
- Superbasic efficiency question
- Welcome to comp.lang.c!
- What does const char *s mean? is s a constant or *s?
- its giving the different address !!!!!!!!!!
- Finding the time taken by a function
- RE: its giving the different address !!!!!!!!!!
- Why the Range of Int is less by one at positive side?.........
- DPMI and ISO C++ ??
- strtok/strtok_r woes
- testing for the newline
- passing pointer->struct->pointer->struct to function. .. ??
- simple question: namespace
- strncat functionality
- Are constants and string literals considered "data objects" in c?
- size of a byte and int?
- Re: Computer time -> Developer time -> User time?
- porting from Borland 4.0 to Visual C 6.0
- New and enhanced low cost C compilers
- Un plotter de fonctions mathematiques
- the maximum memory size allowed in malloc
- substitute for string 0 termination
- Problem with integers
- pointer to array of const objects
- Re: c99 on Microsoft Visual Studio
- why use fprintf / size_t instead of printf/ int
- getline- to limit input (where do the unused characters in stdin go?)
- Q: recursive call to main, termination of program
- is this intentional?
- ends_with() ?
- use of do{...}while(0)
- utf-8 to ascii
- what is "variable-name-equivalence" in c?
- (",) .............. Good News Everyone! ..............
- error_message in cyrus imap server not working
- [ IP validation math... ]
- How to terminate a telnet session from within your C/C++ program
- enum...
- reading a unformatted file
- Sqrt precision ?!
- Input unknown number of integers in a line...
- some help pls
- some help pls
- feasibility of stdin stream to feel up directly.
- Initialize elements in an array
- What is the difference between signed and unsigned char?
- Problems with Harbison & Steele
- passing arg char[X][Y] to function expecting (char**)
- passing a (const void *) into memset()
- How can #define printf like function?
- string length limitation of printf
- reading a unformatted file
- Urgent !!!!! Please if possible give the explain about the program.
- Bit-fields and integral promotion
- integral promotion, arithmetic conversion, value preserving, unsigned preserving???
- Is there anyway to iterate STL queue ?
- What this means? ---> struct resource *r = v, *p;
- run a command in background in C
- Sqrt precision ?!
- Re: Can function prototypes appear anywhere?
- Fresher starting programming with C
- feasibilty of the memset operation on the FILE streams
- Watcom printf to stdout, I don't get it :-(
- How to understand function prototype signal()
- Some complex function prototypes like signal()
- sqrt
- return statement at end of function
- what's OOP's jargons and complexities?
- Local variables within looping constructs
- what is size_t
- rand - is RAND_MAX how long before the same # will occur again?
- passing structs in and out of functions
- Return to Start of Line?
- function to count number of set bits
- Is my memory is not enough?
- Nested conditional expressions ---- good idea/bad idea?
- Calling subroutine in fortran module
- what is happening in C when increment this way?
- string initilization WHY?
- string initilization WHY?
- What does this code mean???
- Problems initializing a dynamically allocated 2D array
- array performance
- UCHAR_MIN & UCHAR_MAX
- %x question
- sockets and connecting to other programs
- uniform random distribution
- compiling quistion
- help broke prog up into functions now not working
- Finished a "teach yourself" book, what next?
- Sign error in K&R 1
- how to modify a txt file
- File handling
- Pre-ANSI C functions and .NET browse information symbols
- Why pointers can only be subtracted ?
- new line character : scanf and getchar
- Why do people call addresses "pointers"?
vBulletin v3.5.1, Copyright ©2000-2008, Jelsoft Enterprises Ltd.