Web Images Videos Maps News Shopping Gmail 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 »
Related Groups
The object-oriented C++ language.
High activity, Usenet
The C programming language. (Moderated)
Low activity, Usenet
Q&A for people programming under Unix.
Medium activity, Usenet
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 139335  Older »
Description: Discussion about C.
 

ohmigod I forgot to google for time 
  I have an unusual posting style where I tend to waste the first paragraph of a post. Newsreading requires a news writer, and any writer worth his salt does not approach his topic too quickly. So it is that I might ask for the answer before I have the subject or keywords that might power an internet browser search with some degree of... more »
By frank  - 10:03pm - 1 new of 1 message    

I love relational operators so much 
  C's handling of 'if' leads to a lot of room for obfuscation. All you have to do is replace ';' with '|' for compound expressions and add parentheses as neccessary. if (x) y; else z; becomes ((x)&&(y)) ...for compounds, if (x) y;z;a;b; else c;d;e;f; becomes ((x) && ((y)|(z)|(a)|(b)) ...C is so much fun to obfuscate. Gotta love ISO 9899.... more »
By Andrey Vul  - 8:08pm - 4 new of 4 messages    

ternary-free way of implementing max(q,r) 
  Here is a ternary-free way of implementing max(q,r) int max(int q,int r) {return ((q>r)*q)+((q<=r)*r) ;} It works thanks to 6.5.8 . Any comments?
By Andrey Vul  - 3:46pm - 9 new of 9 messages    

Stats for comp.lang.c (last 7 days) 
  ============================== ============================== ================ Analysis of posts to comp.lang.c ============================== ============================== ================ (stats compiled with a script by Garry Knight) Total posts considered: 973 over 7 days... more »
By CLC stats  - 3:07pm - 1 new of 1 message    

&& Suggestion 
  Hi all, Actually there is quite a lot of spam here after all. How about we prefix all our messages with some symbol or other we can all agree to use as I've done here, so meaningful, on-topic posts can be more readily sorted from the rubbish?
By phaedrus  - 2:08pm - 8 new of 8 messages    

Macro preprocessing 
  Hi All, I have a following kind of situation. ...int main(){ ...int a,a_b; a = r(b); ...where I need to construct a symbol ab, at the place where code is executed. A g++ -E test.c, however insert a space between a and b. What could be possible solution for this?
By dhun  - 12:59pm - 2 new of 2 messages    

Linked list question 
  What's the difference between using some like struct node* current as a temporary variable in the following function... int Length(struct node* head) { struct node* current = head; int count = 0; while (current != NULL) { count++; current = current->next; } return count; ...As opposed to not using one in the same function....... more »
By Chad  - 12:29pm - 5 new of 5 messages    

(((( ۞))))supply factory price Gucci shoes ugg boot chanel shoes etc(www.ecyaya.com) 
  (((( ۞))))supply factory price Gucci shoes ugg boot chanel shoes etc ([link]) Paypal payement ! Factory price! Free shipping! 2009 New NBA jersey, MLB Jersey NFL jersey NHL jersey NBA jersey . Made-in-china Nikeshoes , Puma shoes , Boss shoes Addidas shoes Jordan shoes,Dior shoes ,A&F LV bags,Gucci bags ,... more »
By salewto  - 12:23pm - 1 new of 1 message    

§§§ Cheap wholesale AAA True Leather brand handbags (Chanel, Gucci, LV, Burberry, Chloe......) at www.fjrjtrade.com <paypal payment> 
  §§§ Cheap wholesale AAA True Leather brand handbags (Chanel, Gucci, LV, Burberry, Chloe......) at [link] <paypal payment> Cheap wholesale handbags [link] Cheap wholesale AAA True Leather handbags [link] Cheap wholesale AAA True Leather handbags [link]... more »
By fjrjtrade  - 12:18pm - 1 new of 1 message    

Is thi me or GCC 
  I've just started to get a strange warning from GCC. Can you check my code for me and check that this is GCC being silly - and so it should be reported as a bug - not me missing something. Here's a cut-down example: ...int main(void) { char *s; char *a = "this is + some stuff"; for(s=a; s && *s; s && ++s) {... more »
By Nick  - 12:11pm - 9 new of 9 messages    

1 - 10 of 139335   « Newer | Older »

XML      
Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google