Google Groups Home
Help | Sign in
comp . lang . c
This is a Usenet group - learn more
Find or start a Google Group about lang.
Active older topics
14 new of 14 - Sep 5
19 new of 19 - Sep 5
116 new of 116 - Sep 5
22 new of 22 - Sep 5
8 new of 8 - Sep 5
12 new of 12 - Sep 5
16 new of 16 - Sep 5
18 new of 18 - Sep 5
21 new of 21 - Sep 5
17 new of 17 - Sep 5
9 new of 9 - Sep 4
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 134396  Older »
Description: Discussion about C.
 

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

ASCII characters 
  hello everyone.., i'm using ubuntu 8.04 OS. I'm not able to output the non-printable ascii chatacters. for eg. printf("%c",1); // nothing is outputted..... is there any way to output these characters...???
By jt  - 8:07am - 19 new of 19 messages    

bitshift operator problem 
  I've been working on an old 8-bit system and came across a problem with the << operator This would always yield 0: unsigned char i; for (i = 0; i < 4; i++) { unsigned char idx = 1 << i; .... ...while this worked as expected: unsigned char i, mask = 1; for (i = 0; i < 4; i++) { unsigned char idx = mask;... more »
By Serve Laurijssen  - 7:03am - 6 new of 6 messages    

sEarn -Rs 10,000 to Rs 30,000 
  Earn -Rs 10,000 to Rs 30,000 Just for signing up! Iam earning more than Rs.30,000 every month from Internet. Iam not joking. Its Real.No Investment. Easy job. Work part time. Don't miss this great earning opportunity. Hurry today. sign up here [link] open link,... more »
By jaspreetsingh.bains...@gmail.com  - 5:59am - 1 new of 1 message    

map 
  hi, all Is there any C lib implentments map like c++?
By xuchm  - 4:14am - 3 new of 3 messages    

Please Explain This behaviour..., 
  The Code is compiling without Error/Bug/Exception.., What are the possibilities for this behaviour? //**************************** ****************************** ***** ...typedef struct abc_ *abc; static abc param; abc fun(void) { float *a = NULL; a = (float *)malloc(sizeof(float)); if (a) { return ((abc)(a));... more »
By Pranav  - 2:50am - 15 new of 15 messages    

www.cicigoogle.cn air max 90, air max ltd, nike shox R4, NZ, Jordan 23, Jordan 5 fusion, air force one, dunk sb 
  Nike Air Jordan 1 I Force 1 Jordan Fusion AJF 1 AJF1 AJ1F [link] Jordan 1 fusion Nike Air Jordan 2 II Force 1 Jordan Fusion AJF 2 AJF2 AJ2F [link] Jordan 2 fusion Nike Air Jordan 3 III Force 1 Jordan Fusion AJF 3 AJF3 AJ3F [link] Jordan 3 fusion Nike Air Jordan 4 IV Force 1 Jordan Fusion AJF 4 AJF4 AJ4F [link]... more »
By cicitrad...@yahoo.cn  - 2:26am - 1 new of 1 message    

Problem with Char* 
  I friends, I 'm facing a weird prob. the code is int total_buf_size=100; char *buf; int type= 0xFE10; buf =(char*) malloc (total_buf_size); memcpy(buf,&type, 10); printf("Buf:: %s\n",buf); The printf doesnt print anything but just "Buf::" can anyone pls help me out resolve this??? Thanks a ton
By Ashit Vora  - 1:59am - 4 new of 4 messages    

Accessing enum members... 
  Hi - I am seeing enum members being used, with just the member's name, and not the enum name. for example: [code] typedef enum Fruit { Apple = 0, Orange, Banana = 0xFF } FruitIndex; int arrayInt[Orange] { more code here..... } [/code]... more »
By Samantha  - Sep 4 - 5 new of 5 messages    

Turning on ALL C extensions. 
  Hi - In order to use log2l() and log2f() in C, I apparently have to include some C99 extension for math.h..Can anyone tell me what that is? Also - how do I turn on ALL extensions? thanks!
By Samantha  - Sep 4 - 4 new of 4 messages    

1 - 10 of 134396   « Newer | Older »

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