Gmail Calendar Documents Web Sites more »
Recently Visited Groups | Help | Sign in
Google Groups Home
comp . lang . c
This is a Usenet group - learn more
Find or start a Google Group about lang.
Group info
Language: English
Group categories:
Computers > Programming
More group info »
Active older topics
Related Groups
The object-oriented C++ language.
Low activity, Usenet
The C programming language. (Moderated)
Low activity, Usenet
Q&A for people programming under Unix.
Low activity, Usenet
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 141471  Older »
Description: Discussion about C.
 

Printing with fprintf on Win XP 
  I'm trying to print to a LaserJet P1006 plugged into a USB port with this: ...int main(int argc, char *argv[]) { FILE *p; int tmp; p = fopen("USB001", "w"); tmp = fprintf(p, "Sample\n"); if (tmp == EOF) puts("EOF"); else printf("Return: %d.\n", tmp); return 0; ...tmp == 7 which is gratifying, but nothing comes out of the printer... more »
By Frederick Williams  - 11:53am - 9 new of 9 messages    

Profiling and generating call graphs 
  I'm trying to use the wonderful [1] gprof2dot to generate graphs of function calls. And I think I'm missing something because I don't get all the possible calls and the percent of time used. I added all the possible options found like gcc -pg -g (when compiling) And for gprof and gprof2dot gprof --static-call-graph -m 0 $PROG | $GPROF2DOT -e0.01 -n0.01... more »
By Andrea Crotti  - 7:34am - 1 new of 1 message    

Bounds Checking as Undefined Behaviour? 
  Does the following code imply undefined behaviour? int main(void) { union { char bar[1]; char baz[2]; } foo; foo.baz[0] = 'z'; foo.baz[1] = 'z'; foo.bar[0] = 'r'; return foo.bar[1]; /* Undefined behaviour for O.O.B. */ ...I don't believe it does, since I believe that 'foo.bar' "decays" to a... more »
By Shao Miller  - Jul 28 - 20 new of 20 messages    

Macro function syntax 
  I have a macro function that's like the following: int function2(int*,int,int,int); ...int x[100],i; \ for(i=0;i<c;i++) x[i] = something(a,b,c); \ function2(x,a,b,c); \ ...where "something" is a mathematical expression of a,b and c, and "function2" is a function returning int. Calls like: xyz(1,2,3);... more »
By Ann O'Nymous  - Jul 28 - 9 new of 9 messages    

128 bit integer 
  Hi all, How to program 128 bit integer in C language ? Thank you.
By Lavanya Poondru  - Jul 28 - 11 new of 11 messages    

converting string to hex 
  Hi, I need to convert the following string in hex format : "11173339460123456709498765432 1" which should result in "16907B2A24ABC16A2E5C004B1". (resulting hex string) Thank you for any help.
By xyz  - Jul 28 - 10 new of 10 messages    

The Miracle and Challenge of the Quran 
  The Miracle and Challenge of the Quran ------------------------------ ------------------------------ ---------------­--- [link] [link] ------------------------------ ------------------------------ ---------------­-------------- -------------------------... more »
By nais-saudi  - Jul 27 - 1 new of 1 message    

GHD IV Kiss - Pink Hair Straighteners Limited Edition 
  Although there can be many reasons for the cause of hair loss in women, there is one in particular that is most common, and it’s also the most treatable. The cause of hair loss in women can be temporary like after pregnancy, during illness or a very stressful time, but the usual one is a hormonal imbalance.... more »
By lizhou zhu  - Jul 27 - 1 new of 1 message    

zlib.h 
  Hi everyone, I would like to compress some data, in practice some ip packets that have to be compressed and then sent chunked and sent over the network. I've seen zlib.h and it looks nice, but I have some trouble understanding how ti works. I tried to understand the zpipe example and modified for me and I got... more »
By Andrea Crotti  - Jul 27 - 13 new of 13 messages    

C decompiler/disassembler? 
  I recently downloaded a program (*.EXE) written in C, and I discovered it had a few bugs. The original author of the program is apparently unreachable, so I figure it falls on me to try and crack into the program and fix the bugs. Does anyone know of a good C decompiler or disassembler I can use to do this, that will read an EXE program as... more »
By DMn2004404  - Jul 26 - 15 new of 15 messages    

1 - 10 of 141471   « Newer | Older »

XML      
Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2010 Google