Gruppi
Gruppi
Accedi
Gruppi
Gruppi
comp.lang.c.moderated
Conversazioni
Informazioni
Invia feedback
Guida
Google Gruppi non supporta più i nuovi post o le nuove iscrizioni Usenet. I contenuti storici continuano a essere visibili.
Ignora
Scopri di più
Percorso gruppo
comp.lang.c.moderated
1-30 di 4699
Segna tutti come già letti
Segnala gruppo
0 selezionati
Blake McBride
01/04/14
Dynace moved to github
Dynace has been ported to additional envronments and has been moved to github at: https://github.com/
da leggere,
Dynace moved to github
Dynace has been ported to additional envronments and has been moved to github at: https://github.com/
01/04/14
Blake McBride
18/11/13
Announce: new release of Dynace OO extension to C
A new release of Dynace is available at: http://blake.mcbride.name/software/dynace This release has
da leggere,
Announce: new release of Dynace OO extension to C
A new release of Dynace is available at: http://blake.mcbride.name/software/dynace This release has
18/11/13
yoodavid
, …
Hans-Bernhard Bröker
7
25/10/13
why do some writers declare and define variables separately
On 25.10.2013 03:10, Francis Glassborow wrote: > int i; > > Defines an uninitialised int (ie
da leggere,
why do some writers declare and define variables separately
On 25.10.2013 03:10, Francis Glassborow wrote: > int i; > > Defines an uninitialised int (ie
25/10/13
yoodavid
, …
Francis Glassborow
6
08/10/13
online resources for c language beginners
On 03/10/2013 19:38, mt wrote: > > I learned how to program C from The Complete C Reference by
da leggere,
online resources for c language beginners
On 03/10/2013 19:38, mt wrote: > > I learned how to program C from The Complete C Reference by
08/10/13
Árpád Goretity
, …
Keith Thompson
5
08/10/13
Portable/strictly conforming alternative to the "struct hack" (?)
Árpád Goretity <arpad.g...@gmail.com> writes: >> anyone who goes to such lengths to
da leggere,
Portable/strictly conforming alternative to the "struct hack" (?)
Árpád Goretity <arpad.g...@gmail.com> writes: >> anyone who goes to such lengths to
08/10/13
nilay
, …
Francis Glassborow
14
12/09/13
Convert string to C expression syntax
On 11/09/2013 23:27, James Kuyper wrote: > On 09/07/2013 12:25 AM, Paul D. DeRocco wrote: >>
da leggere,
Convert string to C expression syntax
On 11/09/2013 23:27, James Kuyper wrote: > On 09/07/2013 12:25 AM, Paul D. DeRocco wrote: >>
12/09/13
Barry Schwarz
, …
Keith Thompson
13
12/09/13
Re: Why sizeof(main) = 1?
Robert Wessel <robert...@yahoo.com> writes: > On Fri, 6 Sep 2013 23:25:44 -0500 (CDT),
da leggere,
Re: Why sizeof(main) = 1?
Robert Wessel <robert...@yahoo.com> writes: > On Fri, 6 Sep 2013 23:25:44 -0500 (CDT),
12/09/13
rCs
11/09/13
The CERT C Secure Coding Standard
CERT is in the process of completing our revision of The CERT C Secure Coding Standard and we would
da leggere,
The CERT C Secure Coding Standard
CERT is in the process of completing our revision of The CERT C Secure Coding Standard and we would
11/09/13
mandie...@gmail.com
, …
Nitin Tripathi
7
11/09/13
Where is C language used mainly thes days?
On Friday, July 25, 2008 10:45:53 PM UTC+5:30, mandie...@gmail.com wrote: > Hi, > I am familiar
da leggere,
Where is C language used mainly thes days?
On Friday, July 25, 2008 10:45:53 PM UTC+5:30, mandie...@gmail.com wrote: > Hi, > I am familiar
11/09/13
stephan beal
, …
Keith Thompson
5
02/09/13
Casting the first member of a struct (and back)
Francis Glassborow <francis.g...@btinternet.com> writes: [...] > You are confusing
da leggere,
Casting the first member of a struct (and back)
Francis Glassborow <francis.g...@btinternet.com> writes: [...] > You are confusing
02/09/13
Chicken McNuggets
, …
Fred J. Tydeman
7
05/08/13
Best book on C gotchas and best practices?
On Wed, 31 Jul 2013 02:57:04 UTC, Chicken McNuggets <chi...@mcnuggets.com> wrote: > I'm
da leggere,
Best book on C gotchas and best practices?
On Wed, 31 Jul 2013 02:57:04 UTC, Chicken McNuggets <chi...@mcnuggets.com> wrote: > I'm
05/08/13
Francis Glassborow
, …
Robert Wessel
6
08/05/13
Re: C Multithreading variable memorization
On Wed, 1 May 2013 19:19:58 -0500 (CDT), Jasen Betts <ja...@xnet.co.nz> wrote: >On 2013-04-
da leggere,
Re: C Multithreading variable memorization
On Wed, 1 May 2013 19:19:58 -0500 (CDT), Jasen Betts <ja...@xnet.co.nz> wrote: >On 2013-04-
08/05/13
Jasen Betts
, …
Thomas Richter
3
11/03/13
Re: why I got this answer?
Am 26.02.2013 17:51, schrieb 谢成骏: > Hi all. > I write a small program. But I can't
da leggere,
Re: why I got this answer?
Am 26.02.2013 17:51, schrieb 谢成骏: > Hi all. > I write a small program. But I can't
11/03/13
rlogi...@gmail.com
11/03/13
Free "Practical Design Patterns in C" book.
http://romanyandronov.elementfx.com/pdpic/ryapdpic.html -- comp.lang.c.moderated - moderation address
da leggere,
Free "Practical Design Patterns in C" book.
http://romanyandronov.elementfx.com/pdpic/ryapdpic.html -- comp.lang.c.moderated - moderation address
11/03/13
LeJacq, Jean Pierre
, …
Gordon Burditt
6
26/02/13
Re: "warning: assignment from incompatible pointer type [enabled by default]"
> typedef struct { // Define a linked list node > char *name; > struct LLNODE *next; > }
da leggere,
Re: "warning: assignment from incompatible pointer type [enabled by default]"
> typedef struct { // Define a linked list node > char *name; > struct LLNODE *next; > }
26/02/13
jrbj...@googlemail.com
14/09/12
Call for Papers: ACCU 2013 conference
ACCU invites you to propose a session for its leading software development conference. The conference
da leggere,
Call for Papers: ACCU 2013 conference
ACCU invites you to propose a session for its leading software development conference. The conference
14/09/12
nwdpil
, …
Jorgen Grahn
5
20/08/12
distributing data across a structure (new to c please help)
On Mon, 2012-08-20, Dennis Yurichev wrote: > nwdpil <mke...@gmail.com> writes: > >>
da leggere,
distributing data across a structure (new to c please help)
On Mon, 2012-08-20, Dennis Yurichev wrote: > nwdpil <mke...@gmail.com> writes: > >>
20/08/12
Bruce McGoveran
, …
TheGunslinger
5
09/08/12
Help with C
On Wed, 8 Aug 2012 12:15:06 -0500 (CDT), Francis Glassborow <francis.g...@btinternet.com>
da leggere,
Help with C
On Wed, 8 Aug 2012 12:15:06 -0500 (CDT), Francis Glassborow <francis.g...@btinternet.com>
09/08/12
raffamaiden
, …
Jorgen Grahn
20
09/05/12
portable code
On Fri, 2012-05-04, Dag-Erling Smørgrav wrote: > Jorgen Grahn <grahn...@snipabacken.se>
da leggere,
portable code
On Fri, 2012-05-04, Dag-Erling Smørgrav wrote: > Jorgen Grahn <grahn...@snipabacken.se>
09/05/12
John Reye
, …
Thomas Richter
7
30/04/12
fgets - design deficiency: no efficient way of finding last character read
Please ignore this thread, since the same message and replies can be found on comp.lang.c Please see
da leggere,
fgets - design deficiency: no efficient way of finding last character read
Please ignore this thread, since the same message and replies can be found on comp.lang.c Please see
30/04/12
Nimo
, …
Bharat
4
30/04/12
C Data Structures Libraries
did you try google? here is the first listing i got http://home.gna.org/gdsl/ On Saturday, 5 February
da leggere,
C Data Structures Libraries
did you try google? here is the first listing i got http://home.gna.org/gdsl/ On Saturday, 5 February
30/04/12
echo ma
, …
George Neuner
9
30/04/12
which one is faster?
On Mon, 23 Apr 2012 08:32:16 -0500 (CDT), Keith Thompson <ks...@mib.org> wrote: >echo ma
da leggere,
which one is faster?
On Mon, 23 Apr 2012 08:32:16 -0500 (CDT), Keith Thompson <ks...@mib.org> wrote: >echo ma
30/04/12
Arun
, …
Jasen Betts
4
25/03/12
Issues in building a shared library
On 2012-03-19, Arun <abar...@gmail.com> wrote: > Hello, > I am trying to build a shared
da leggere,
Issues in building a shared library
On 2012-03-19, Arun <abar...@gmail.com> wrote: > Hello, > I am trying to build a shared
25/03/12
Seima
, …
Thomas Richter
5
25/03/12
I/O in C99
On 19.03.2012 19:41, Seima wrote: > Hi, > > Does C99 strictly require blocking I/O? This is
da leggere,
I/O in C99
On 19.03.2012 19:41, Seima wrote: > Hi, > > Does C99 strictly require blocking I/O? This is
25/03/12
Sian Mountbatten
, …
Tim Rentsch
5
25/03/12
Rounding of doubles
James Kuyper <james...@verizon.net> writes: > On 03/19/2012 02:40 PM, Sian Mountbatten
da leggere,
Rounding of doubles
James Kuyper <james...@verizon.net> writes: > On 03/19/2012 02:40 PM, Sian Mountbatten
25/03/12
Heather Mason
, …
Dag-Erling Smørgrav
3
25/03/12
Pointers and Memory-Mapped Files
Heather Mason <hea...@mason.com> writes: > In this case, the offset is 0, and I wish to
da leggere,
Pointers and Memory-Mapped Files
Heather Mason <hea...@mason.com> writes: > In this case, the offset is 0, and I wish to
25/03/12
haziz
,
Marco Nawijn
2
19/03/12
Public Resources for C Programming, Particularly Video?
On Jan 2, 1:09 am, haziz <hsa...@gmail.com> wrote: > What public or open-courseware
da leggere,
Public Resources for C Programming, Particularly Video?
On Jan 2, 1:09 am, haziz <hsa...@gmail.com> wrote: > What public or open-courseware
19/03/12
Carlo Zanziba
, …
Marc Espie
9
19/03/12
Avoiding new line reading a string with readline
In article <clcm-2011...@plethora.net>, Gordon Burditt <gordon...@burditt.org>
da leggere,
Avoiding new line reading a string with readline
In article <clcm-2011...@plethora.net>, Gordon Burditt <gordon...@burditt.org>
19/03/12
Ernst
, …
Francis Glassborow
5
06/01/12
Struct & Arrays & passing to function, and the resulting array of confusion
On 02/01/2012 00:09, Ernst wrote: > Hello and thanks for reading. > > I like to write C
da leggere,
Struct & Arrays & passing to function, and the resulting array of confusion
On 02/01/2012 00:09, Ernst wrote: > Hello and thanks for reading. > > I like to write C
06/01/12
Modafinil
, …
ThosRTanner
17
21/12/11
Glue to Re-define a Bunky Function?
On Dec 11, 5:58 am, Modafinil <vanlu...@iinet.net.au> wrote: <huge snip> > > #
da leggere,
Glue to Re-define a Bunky Function?
On Dec 11, 5:58 am, Modafinil <vanlu...@iinet.net.au> wrote: <huge snip> > > #
21/12/11