Web Immagini Video Maps News Gruppi Gmail altro »
Gruppi visitati di recente | Guida | Entra
Home page di Google Gruppi
comp . lang . c . moderated
Questo è un gruppo Usenet - ulteriori informazioni
Trova o avvia un gruppo Google su c.
Informazioni sul gruppo
Lingua: Inglese
Categorie del gruppo:
Computer > Programmazione
Altre informazioni sul gruppo »
Gruppi correlati
Discussion about C.
Attività elevata, Usenet
Discussion about C language standards.
Attività bassa, Usenet
Technical discussion of the C++ language. (Moderated)
Attività media, Usenet
Discussioni
Visualizza:  Elenco argomenti, Riepilogo argomenti Argomenti 1 - 10 di 4511  Meno recenti »
Descrizione: The C programming language. (Moderated)
 

In the matter of Herb Schildt 
  [Hmm; I go away for a few days and he's still at it.] ...[...] ...Bwa-ha-ha-ha. (1) There's no such thing as "British libel law". (2) I probably know far more about the topic of libel than you do. See (3). (3) One of the most experienced and best-known QCs at the libel Bar has my personal mobile number in his phone and calls me for advice on Internet... altro »
Di Clive D.W. Feather  - 6 Nov - 2 nuovi di 2 messaggi    

Strange behaviour with switch-case 
  ...int main() { int sw = 22; switch(sw) { case 1: case 2: case 3: fprintf(stderr, "this is a %d\n", sw); break; xxxxx: fprintf(stderr, "this is something else\n"); break; } return 0; ...I suspected this code not to compile but it does compile and nothing... altro »
Di dragoncoder  - 5 Nov - 13 nuovi di 13 messaggi    

Arrays and Functions (how to clean up code) 
  Hello, Apparently I have a strange way of writing C. For example, here is a short program showing how I use arrays in functions: ...void initialize(int mx, int meqn, double (*p_q)[meqn]); int main(void) { int mx = 20,i; int meqn = 3; int d1[20]; double q[mx][meqn]; double (*p_q)[meqn];... altro »
Di x  - 2 Nov - 2 nuovi di 2 messaggi    

Basic question in binary tree node insertion 
  I was looking at this function segment that inserts a node into a binary tree : void insert(Tree** pRoot, int n) { if (*pRoot != NULL) { if ((*pRoot)->val > n) insert(&((*pRoot)->left),n); else insert(&((*pRoot)->right),n); } else { Tree* new = (Tree *)malloc(sizeof(Tree*));... altro »
Di Indrajeet  - 11 Ott - 3 nuovi di 3 messaggi    

why we require void func( void ** ) ? 
  Hi why we require void func( void ** ) ? Thanks Pallav Singh
Di Pallav singh  - 10 Ott - 5 nuovi di 5 messaggi    

"Flag" variables: Bit fields vs boolean set/test logic, performance implications 
  Folx, was wondering if you could comment on the following. One can code these and respective routines (set/reset and test) in a number of ways. A good overview is here: [link] Has anyone done any performance test on amd64 type system with a recent enough of a gcc compiler to compare the boolean bit magic vs... altro »
Di Rashid  - 5 Ott - 2 nuovi di 2 messaggi    

Request for Peter's List 
  Mr. Seebach, I do not wish to post overmuch to comp.lang.c or comp.lang.c.moderated on the Schildt matter for these reasons: (1) I have a lot to say, and I say it well, about linkages of this issue to broader phenomena including negative politics and the philosophy of language, but this will clog the groups, intended as... altro »
Di spinoza1111  - 4 Ott - 1 nuovi di 1 messaggio    

How does the following assert work 
  782 ASSERT (Fisme(pArr) && "Non memory in array normalization");
Di parag  - 4 Ott - 5 nuovi di 5 messaggi    

In the matter of Herb Schildt 
  My blog post at [link] summarizes my views and will be extended when I have the time with a detailed commentary on Peter Seebach's and Clive Feather's disorganized and nasty attacks on Herb. I will host a discussion of this article at my blog.... altro »
Di spinoza1111  - 25 Set - 31 nuovi di 31 messaggi    

incorrect posting protocol 
  ...You should also be careful not to delete attribution lines. You quoted my response without mentioning that it was mine.
Di Keith Thompson  - 15 Set - 2 nuovi di 2 messaggi    

1 - 10 di 4511   « Più recenti | Meno recenti »

XML      
Crea un gruppo - Google Gruppi - Home page di Google - Termini di servizio - Norme sulla privacy
©2009 Google