Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
comp . lang . c . moderated
This is a Usenet group - learn more
Find or start a Google Group about c.
Group info
Language: English
Group categories:
Computers > Programming
More group info »
Active older topics
20 new of 20 - May 9 2012
4 new of 4 - Apr 30 2012
4 new of 4 - Mar 25 2012
5 new of 5 - Mar 25 2012
5 new of 5 - Mar 25 2012
3 new of 3 - Mar 25 2012
2 new of 2 - Mar 19 2012
9 new of 9 - Mar 19 2012
5 new of 5 - Jan 6 2012
17 new of 17 - Dec 21 2011
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 4689  Older »
Description: The C programming language. (Moderated)
 

C Multithreading variable memorization 
  ...Is there an outline?Does it depends on compiler or SO?How is the memory divided? Thank you for your replay. ... C (in common with most other programming languages) does bot specify how things are done only what the results shall be. An implementation is free to provide storage for variables in any way that it sees fit. A... more »
By Francis Glassborow  - Apr 25 - 6 new of 6 messages    

Free "Practical Design Patterns in C" book. 
  [link] -- comp.lang.c.moderated - moderation address: c...@plethora.net -- you must have an appropriate newsgroups line in your header for your mail to be seen, or the newsgroup name in square brackets in the subject line. Sorry.
By rloginu...@gmail.com  - Mar 11 - 1 new of 1 message    

why I got this answer? 
  ... n 'evaporates' after you hit the return the value returned in p points to where n used to be. ... 999 got put where n used to be. -- ⚂⚃ 100% natural -- comp.lang.c.moderated - moderation address: c...@plethora.net -- you must have an appropriate newsgroups line in your header for your mail to be seen,... more »
By Jasen Betts  - Mar 11 - 3 new of 3 messages    

Why sizeof(main) = 1? 
  On Fri, 4 Jan 2013 18:14:52 -0600 (CST), Myth__Buster ... ... sizeof(char) is always 1, not just usually. Why do you think sizeof(char) being 1 has any effect on sizeof(void*) or sizeof(char*)? ... This second argument contains a constraint violation and therefore requires a diagnostic. (The sizeof operator cannot be applied to an... more »
By Barry Schwarz  - Feb 26 - 4 new of 4 messages    

"warning: assignment from incompatible pointer type [enabled by default]" 
  ... ... You are attempting to declare next with a yet undefined type. You must first make declare the struct. /* Declaration of struct. */ struct LLNODE; /* Declaration of typedef. */ typedef struct LLNODE LLNODE; /* Definition of struct. */ struct LLNODE { char *name; struct LLNODE *next;... more »
By LeJacq, Jean Pierre  - Feb 26 - 6 new of 6 messages    

Call for Papers: ACCU 2013 conference 
  ACCU invites you to propose a session for its leading software development conference. The conference will be held in Bristol, England, from the 9th to the 13th April inclusive. Our opening keynote speakers will be Eben Upton, Mr Raspberry Pi. To propose a session please email the following information to confere...@accu.org... more »
By jrbjag...@googlemail.com  - Sep 14 2012 - 1 new of 1 message    

distributing data across a structure (new to c please help) 
  the ulimate goal is to read the MZ header from a binary windows pe file, which is simple enough. anyway the theory goes (and this is the bit i dont understand im new to c programming) i memcpy the data from the file ACROSS a struct. is this possible? i dont understand how to initialise and manipulate the struct. can i copy a set of data that is 16bytes long, to a struct with two 8byte children and will memcpy then distribute the data for me if i pass it pointers?... more »
By nwdpil  - Aug 9 2012 - 5 new of 5 messages    

Help with C 
  Hi. To understand C better, I am working my way through The C Programming Language (a.k.a K and R). I have some questions about how to implement some of the solutions to the problems presented in the text. I have The C Answer Book, too. My questions also relate to that book's suggested implementations. There are some minor variations between my solutions and the book's, which I would like to understand better.... more »
By Bruce McGoveran  - Jul 24 2012 - 5 new of 5 messages    

fgets - design deficiency: no efficient way of finding last character read 
  Hello, The last character read from fgets(buf, sizeof(buf), inputstream) is: '\n' OR any character x, when no '\n' was encountered in sizeof(buf)-1 consecutive chars, or when x is the last char of the inputstream ***How can one EFFICIENTLY determine if the last character is '\n'?? "Efficiently" means: don't use strlen!!!... more »
By John Reye  - Apr 23 2012 - 7 new of 7 messages    

which one is faster? 
  on a 32bit system. ...struct TestStruct { unsigned short a; unsigned short b; unsigned int c; ...struct TestStruct t; t.a = 0; //step 1 t.b = 1; //step 2 t.c = 2; //step 3 Questing is : Are these 3 steps having the same perfomance time? Sorry for my poor english.... more »
By echo ma  - Apr 4 2012 - 9 new of 9 messages    

1 - 10 of 4689   « Newer | Older »

XML