View Full Version : answers
- __ptr64 in GCC
- is all the .obj or .o file compatible?
- _dos_findclose
- AND and OR and parentheses
- Byte alignment?
- word count
- if (x && !(x & (x-1)) == 0)
- Wo ist der Fehler
- Wo ist der Fehler
- compiling a hope interpreter
- Library collision
- whether is the standard input stream full buffered or line buffered after calling function setbuf()?
- BiskyMisky
- Quirky issue
- signed integer overflow
- Udpater function
- Faster matrix permutation algorithm?
- about signed chars
- How this one liner works ?
- want to know hoe the following works .
- cannot convert parameter 2 from 'const char *' to 'char *'
- Redirect of stdout to pipe 'hangs'
- Pointer Increment
- PC-Lint
- Making sure an enum fits into an unsigned char
- Path of file
- compiler nightmares
- Help !I want to write a program to count the running time of another program
- Safe version of gets
- "visit calculations" program
- Jargons of Info Tech industry
- Controlling hardware with VB; driving Automotive Injectors
- #if typedef()
- How to get the total row number of a text file
- SIze of file
- Token pasting (## operator) - Add whitespace to a token
- possible memory leak?
- Basic Pointer Question...
- download web page from c
- Knowing your sequence points
- C and strings
- Strange do loop behavior
- operation on `x' may be undefined?
- Interpreting a macro
- Compile on Windows for Solaris and Linux
- killing thread
- Unix C programming
- Issue with msgsnd
- How to write object oriented program in c
- Symbolic Polynomial Interpolator in C
- Storing info for cards
- my_itoa, any comments?
- difference in header files
- Macro for counting the bits in odd positions
- Daylight Savings Time & the new Energy bill
- is typecasting return from malloc required?
- Defining errors and success in functions
- Why the compiler gives warning ?
- Output
- Form feed character in header files
- intialise array size using global variable
- string comparison
- A question on string literals
- Extra Comma in enum is Valid?
- How to fill an area bounded with a color
- how can i store huge values?
- strange problem with send() and recv()
- unsigned to signed integer convesion
- What is the difference between the sun and the moon?
- Is the following code OK?
- Is the following code OK?
- why macro not expanded ?
- Mlutiple Linked list Array
- Data Structure problem
- Common header files between C compiler and C library
- clarification on character handling
- Negative values for shift operators.
- Using C30 and dsPIC Microchip controllers
- New C/C++ Source Code Search Engine
- Multiple Array Linked List
- Hashtable or array of structs?
- The New C Standard
- Which compiler to use? (TO Martin Ambuhl for his suggestions)
- Which C compiler is best to use?(TO Martin Ambuhl for his suggestions)
- The D Programming Language
- extracting identifiers
- Learning C?
- Object Oriented C
- recursive main
- sizeof integer array
- what is difference between sizeof and strlen
- Why is a character constant more than size of charcter variable?
- File Merge
- Array assignment via struct
- Comparison between C89 and C99
- Determining Syllables
- How do I find out if drive (possibly WITHOUT file system) exists?
- Skybuck's universal code
- Why Precedence is not followed?
- find value
- find value
- Information on Bit Arrays in C
- Sizeof operator
- Input Verification
- Multiple looping
- Where to find a complete and authorative list ANSI/ISO C functions?
- file permissions on windows?
- Connection to the database
- Program Crash
- creating a parser for HTML also want to support ASP script
- Standard C library functions
- memory allocated to a pointer
- dmalloc debugger tool
- remove double entries from a sorted array
- deprecation of older C routines
- function without arithematic operator
- Legality of pointer arithmetic
- Bit operations query on changing case
- atrcmp and ==
- How I know the net card is link off?
- VC++ thread 0xC0C has exited with code 99 (0x63).
- size of integer
- can i run linux code on windows
- 'const' keyword problem
- how a pointer to null works .
- reflecting bit field
- Can I use unsigned char as int?
- Procedure for eliminating static variables?
- sabarish
- I/O ofa large number of files
- find out the problem
- Converting
- give me the value
- const keyword problem.
- something to do with void *
- Image file in C
- c decompiler
- Pointer conversions and Data types conversions
- where to go after k&r
- Macro to Optimize Space for Embedded Array
- What is printed?
- running dos commands using c
- cross platform directory scanning
- memcpy broken?
- ...Then what can I USE
- scanf problem with intaking a string *PLS. HELP*
- Any good codes for this algorithm?
- The variable bit cpu
- pointer value
- stepping inside a DLL
- calling function with 2-dim arrays
- Can __LINE__ be stringified?
- Rotate
- operator precedence with && and comma
- Which of switch statement and if-else statement takes less time to execute?
- printf
- far pointer
- validating problem
- apparent 4 GB memory limit for brk() in solaris 8 on some hardware...?
- Macro calling kernel function
- Flexible size array
- padding a file
- system() and no console ?
- Design question dealing with char* function
- malloc modifying a passed string
- Use of 'extern' keyword
- question regarding precedence and associativity of ++ and *
- Paasing global variables to functions
- Big Endian
- Copying a struct to a larger struct?
- Question on arrays within a struct and sprintf
- strange pointer behavior
- Using fgets() within a function returning an error.
- fexception handling in C
- czy to jest polska grupa dyskusyjna ?
- select and send
- casting function pointers ?
- entering more characters
- Hints on how to migrate from C++ to C
- order of execution
- difficult to code
- Differance between Intrrupt and function
- limiting access to a variable...
- #define
- gethostbyaddr/nslookup failed
- Ordered output without "sorting" array
- Data structures question
- Coding embedded systems with C
- crazy problem with strtok puttings ptrs in **argv
- detecting underflow exception on Linux.
- strcpy and strcat's return type
- gcc 4 signed vs unsigned char
- C with Assembly
- Why??
- limited no'of times execution
- to write a project in c
- Connecting to the DATA BASE(ORACLE)
- Twain development
- non-void function
- how to insert a assembler-sequence for itanium2
- Where to get a compatibility list of C and C++?
- question about random generator
- Two question about signal handlers
- C book
- ANSI C grammar
- Searching files in folder
- code reading
- Array of pointers to arrays of Fixed Size
- Array of pointers to arrays of Fixed Size
- printing all variables in union
- help really confused with for construct execution
- pointer assignments
- Running time
- Running time of a code
- How to write code which minimizes page faults?
- pointer truncation from 'void *' to 'int'
- Difference between return and exit
- Search for the nearest item by bsearch?
- What is wrong?
- swap addresses ?
- Is "const" more than syntactic sugar?
- How to deal with Tree with several branchs?
- Token Parser
- function pointers
- Calling getopt with new arguments
- is it safe to zero float array with memset?
- Compare data in two groups
- what is the difference, void func(void) and void fucn()
- Help on an "if" statement on a numerical value
- setting macro
- Value of k??
- Yes/No
- C Programming: A Modern Approach - Chapter 15 Exercise 5
- Standalone sscanf() implementation?
- how to create huge two-dementional array
- multiple versions of "Extended ASCII characters"(No. 128 to 255)
- invoking php?
- Switch() parsing insanity
- array of structures
- storage for temporaries
- How to put non-ascii characters into C string?
- How to put non-ascii characters into C string?
- How to generate a md5 hash?
- List of all functions in a C files
- How to write a driver for unsupported USB joystick?
- Transactions with files?
- Optimasation and seg faults
- Program2
- Program output
- E-Book Please
- tricky problem
- The object status of function call returns
- ANNC: Reliable Software releases their own C++ Windows Library
- Strip everything out of a string expect numbers.
- char** function parameters
- C itself and what can be done with/in it
- Requesting Example code: Threads and Messaging
- pointer array problem
- prototypes
- extern
- Socket Programming
- Loop termination question. I hope this is the right forum
- fork problem
- why is it so ?
- queries about sprintf
- is *ptr++ equivalent to *(ptr++)
- What is the point of signed char?
- World Smallest Program
- Should function argument be changed in function body?
- Xah's edu corner: on Microsoft hatred
- how do I know how long my function call took?
- preprocessor q: impossible macro?
- sprintf leading up to bus error (signal 10)
- Memory allocation problem!
- apply parameters to another function - in a generic way
- Creative input on indexing from 0 to 99 or 1 to 100
- Certification in C
- Link list problem
- Threads
- Anyone who knows how to uses openssl libraries?
- assembly language program
- How well did I do??? Quiz 3
- How well did I do??? Quiz 2
- Seg Fault within function (New to C)
- database of C standard library functions?
- how to get the data type of a veriable
- sizeof
- const-incorrect practice
- Any solution to this puzzle !
- Is there any ANSI method to extract/tokenize argv[ ]
- fenv.h standard header
- C
- C + download
- for loops with dual conditions
- C89 standard rationale or draft, where to download?
- fwrite
- FILE Writing Error
- What would cause this problem? CPU usage 100%
- Type-casting void pointers?
- c program without main( ) ?
- pointer and memory question
- how to do ?
- what I miss?
- memory watch and monitoring
- What is the Correction Required?
- How to interpret this declaration
- meaning of the error ?
- How to delete the node at the end (tail) of the Linked List ?
- Portable way to use 64-bit values
- Typecasting function pointers to void *
- Passing INT Array by reference
- Modifying an arg of va_list
- while loop and printf
- Why does post or pre incremenent or decrement does not work inside a sizeof operator?
- How to set memory properties
- Profiling c progrma line by line
- String Manipulation error
- Byte Array in C
- fractions and floating point
- size of multi-dimensional array and qsort
- qsort on multi-dimensional array
- how to make this code error free
- Printing hexadecimal format
- usage of ## for macro string catenation
- manipulating void* in array
- const qualifier usage
- help to run this code...
- NT Service tutorial?
- help to run this code...
- Trying to understand MRTG
- C program to create myi, myd files
- why this code has errors?
- What IS THIS
- OS Programming
- complier design
- Pointers
- file to linked list
- Testing
- data structure
- TSR Programming
- Assembly language
- System Programmin
- good algorthm
- Correct Typedef
- good algorthm
- string finding
- typeDef
- typeDef
- write a multidimensional array in a file
- Convert Static Array to Dynamic Array ?
- Standard C and math library
- Singly link list
- SUSv3 reference headers
- automatic C indenting
- byte to integer
- switching on strings in standard C
- struct pointer to a 2D array
- what is regular expression
- problem z prostym prgramikiem ;p
- Eigenvector routine....
- lint
- Earthquake Forecasting Program July 11, 2005
- Playing Music
- x rated news room
- memory alignment
- LFS for Windows apps
- Coping with underscore decoration conventions
- gcc: pointer to array
- mutable data structures
- What is Expresiveness in a Computer Language?
- C, C++ and C# Forums
- Error handling - How would you write it?
- First statement always evaluated first?
- Is an address change possible by "deconstify/const_cast"?
- malloc and memory leaks
- Is this the correct?!
- a question about multilist in c
- HTTP header parsing library
- Linking a C++ library to a C program.
- Two's complement integer divided by Powers of 2 question
- Bizarre experience at the abortion clinic.
- Memory Allocating problem
- Need some explanation
- Checking pointers
- UCN and Unicode
- How does strtok works?
- representation of an escape sequence
- qualified and unqualified types
- Trigraph sequences
- storage for argv
- why function like macro doesn't work here?
- why function like macro doesn't work here?
- Problem with character string loop and strlen()
- Clarify atol statment
- Are foo[bar] = "" (at declaration) and memset (foo, '\0', bar) the same?
- mmap parsing...
- Is it the same?
- Software Patents
- SGI: Need Something like 1 Mutual Exclusion Semaphore for Multible Programs
- ISO C jpeg/png/etc lib
- Optimized code for finding string length
- advanced c programming
- Running time calculation
- multilist data stracture sample code
- Give some ideas for c Optimzation
- overloading in c
- Time command
- Certificate for C Programmer
- Using a union to get different representation
- Implicit addition of const qualifiers
- In a timeline pinch (Suspense: 25Jul05) pleading for assistance - Q1
- How to check file exist using c language
- Hardware Programming
- Historical variable place
- how to compare
- abt time functions
- about char pointer
- Need help with SHA1
- Palm programming in C using GCC
- Help w/ "incomplete type" error
- Running time of program
- Interacting to Internal Modem
- How to set a ms access password?
- char * and int *
- Byte Alignment of Character to 2 byte
- Can anyone tell me where to find OCR?
- Implementing Unicode
- Funny old trick
- strto[u]l and ERANGE
- setting MAX characters emitted in printf() functions?
- accuracy of mathematical functions
- Read n bytes from file
- float algorithm is slow
- evaluate this
- How to verify username and password in Visual C
- Initializing enum with strings
- Modify it !
- Server listening on 2 differents ports
- programming style: while(TRUE), for(;;), ...?
- sizes of bit fields
- Multi says "incomplete type is not allowed"
- ON Linux Platform: How can we build binaries for another architecture from 0x86 architecture
- If forget to fclose() after fopen(), is there any testing tool who can detect it automatically?
- simple c/c++ programming question about encryption
- C Primitive Data Type Sizes
- Help needed in solving this problem
- Preprocessor Directives
- will the memory allocated by malloc get released when program exits?
- EOF in C
- C/C++ DataType for DB2 DECIMAL(18,3)
- Makefile question
- multi-type
- System/ Compiler specific macros
- Linked list
- Linked list
- Access to data into an array causes seg-fault
- Code Effect
- anybody have star wars: revenge of the sith of War of the Worlds
- testing whether a double is a whole number
- case label does not reduce to an integer constant
- Permutations on binary strings
- again some incr/decrement question
- some very simple increment/decremant operator 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)
- pointer to pointer question
- Hiding that string in the compiled code
- [Help] Program crashes/seg-faults on strcpy().
- Multiline strings
- coloured text...
- pix
- Why C++ Questions on a C List
- Inverse Functions in Math
- == operator on struct
- String appending
- Linked list in C
- Reading from file into struct array / memory layout
- How to check for already running program?
- printf("%#04x\n", 0); print 0000 not 0x00
- Need to write putchar for embedded system
- How To Make Your Own Variable Type?
- How to make binary data portable?
- why use -> (not .) with pointers?
- #defines and strings
- reading a line through scanf
- Object persistence in C
- casting to unsigned char for is*() and to*() functions
- Programming Contest: Fit pictures on a page
- Reading Lines with Fgets and a bit of C++ {Novice Programmer}
- C directives
- Floatin point issues
- conditional statements
- what's wrong with atof() and casting?
- lint
- Aliasing/Torek's strtod() experience
- Aliasing/Torek's strtod() experience
- fast multiple file access
- openssl and DES
- bizarre malloc problem
- Array subscripting overflow behaviour
- Libraries, function names and link
- gcc iso90 and long long
- Array name and address of the first element
- graphics in Linux...
- Is an empty translation unit valid?
- ANSI C Compilation linking problem
- reading from a file, some times values in file may not be filled
- memory delete problem
- test
- sharing data from DLL
- bits comparison
- Interface
- parameters or stdin
- C and Tk
- why do I have "file size exceed" problem?
- fscanf problem
- Tool to trace function calls
- Differences between Functio & Macro in C
- About c++
- "basic" pointer question
- XML serialization of structures
- Standard way of dealing with directories
- hiding structure members
- endof
- padding granularity
- Finding Repeated and Missing Numbers
- Internal representation of char == unsigned small int?
- Default arguments
- Functions with variable arguments
- read 32 bit value into 64 bit variable?
- Microsoft Visual C++ 6.0
- New File
- how to ask gcc to link with older library ?
- constructing own error functions vs something like fprinf()
- What about a C compiler with structured data management INSIDE ?
- Implementing my own memcpy
- Data Structure
- nested while - how to go to the beginning of the first while?
- A biiiig break ?
- realloc, copy and VM
- printf() with too many args -- legal?
- compiler unable to find defn. of sin()
- static function declaration in header file
- Convert hex string to struct
- URL+JPEG+MPEG+P2P blocking
- Memset Optimizing
- C preprocessor
- Using macros as function_names (for compiling different function_names with one C-Code via a compile flag)
- Hmmm, It's Curious
- The C execution character set