readir() II3337 (1/27/2010 7:21:30 AM) comp.unix.programmer Hello again comp.unix.programer,gnu.gcc.help I would like to develop a small C utility that does something that a mortensen child can use. If I don't get it done before the end of january, then it's not a x... frank
stack smashing7148 (1/16/2010 9:56:58 PM) comp.lang.c I've heard of stack smashing but never done it myself until about 36 hours ago. Wiki had an example that I'm having problems following, but it does do the trick: http://en.wikipedia.org/wiki/Stack_buffer_ov... frank
stack smashing145 (1/15/2010 10:23:31 AM) comp.unix.programmer I've started another discussion about how to read directories, which I need to put a lot of time and study into to turn into robust code, but I wanted to talk about this other thing that I've heard about but ... frank
limits.h2535 (1/15/2010 1:00:02 AM) comp.lang.c I read this on the internet: I am strongly against creating a my-headers.h that simply includes all the standard header files, when it's clearly defined which standard headers provide which standard symbols, ... frank
Will unix extensions avail me?2142 (1/14/2010 7:42:58 AM) comp.unix.programmer Hello newsgroup, I'm writing a small C utility that needs to know the names of all the files in some given folder. To my knowledge, there is no Standard way to do this. If I were doing it on windows, I wou... frank
ohmigod I forgot to google for time1522 (11/8/2009 3:03:45 AM) comp.lang.c 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... frank
replicating Plauger's math library using gcc and ubuntu1632 (10/26/2009 4:10:03 AM) comp.lang.c [x-posted] I'm trying to program in C on the linux platform. New to this endeavor, I have the most terrible time firing up the executable. The source so far draws no warnings: #include #include int m... frank
when to ignore warnings153 (10/11/2009 6:21:32 AM) comp.lang.c I successfully did fortran/c interop today. It raised warnings from gcc.exe but behaved: F:\gfortran\dan>gcc -c -Wall -Wextra d2.c -I F:\gfortran\include d2.c: In function 'copy': d2.c:3: warning: type of ... Frank
internal write2544 (10/8/2009 2:44:58 AM) comp.lang.fortran Is the "internal write" in fortran the same idea as sprintf in C? -- Frank I once asked the most fabulous couple I know, Madonna and Guy Ritchie, how they kept things fresh despite having been married for alm... Frank
a comment operator in fortran038 (5/25/2009 12:59:42 AM) comp.lang.fortran I comment on a lot of things in a local sort of way on the net. I think persons who read this are, for instance, more mindful that Al Franken was elected by Minnesotans to the senate and that there is no leg... Franken
random Bible1041 (12/6/2009 8:36:14 PM) comp.lang.c This is what my random .asm programme for the Bible book says for today: Tobia 5, 18-21 Tobia si prepar� per il viaggio e, uscito per mettersi in cammino, baci� il padre e la madre. E Tobi gli disse "F� bu... io_x
dice generator problems4931 (12/9/2009 10:48:25 PM) comp.lang.c I had one error in this code until I tried to use error checking with strtol. Now I've really goofed it. This is the compilation I used. gcc -g di.c -o a -ansi -pedantic -Wall #include #include #includ... nospam116(1187)
assert in C117225 (12/25/2009 11:54:08 AM) comp.lang.c Dear all,
I wrote a C program with assert ( str != NULL ) to check char * str is
NULL or not.
then I transferred str with NULL to assert, and I used gcc -g ... to
compile it, sure, I got
assertion.
... cuiyouzhi0000(55)
a gift for the mortensens49141 (1/10/2010 7:35:19 AM) comp.lang.c Christmas persists for me. If you ever get an opportunity to attend a
"white elephant party," do so, because it's hilarious.
My friend Alan Mortensen forbade me from spending money on gifts as I
visited... frank
Will unix extensions avail me?2142 (1/14/2010 7:42:58 AM) comp.unix.programmer Hello newsgroup, I'm writing a small C utility that needs to know the names of all the files in some given folder. To my knowledge, there is no Standard way to do this. If I were doing it on windows, I wou... frank21(332)
limits.h2535 (1/15/2010 1:00:02 AM) comp.lang.c I read this on the internet: I am strongly against creating a my-headers.h that simply includes all the standard header files, when it's clearly defined which standard headers provide which standard symbols, ... frank21(332)
stack smashing7148 (1/16/2010 9:56:58 PM) comp.lang.c I've heard of stack smashing but never done it myself until about 36 hours ago. Wiki had an example that I'm having problems following, but it does do the trick: http://en.wikipedia.org/wiki/Stack_buffer_ov... frank21(332)
readir() II3337 (1/27/2010 7:21:30 AM) comp.unix.programmer Hello again comp.unix.programer,gnu.gcc.help I would like to develop a small C utility that does something that a mortensen child can use. If I don't get it done before the end of january, then it's not a x... frank21(332)
calling a singly-linked list1738 (2/8/2010 10:26:41 AM) comp.lang.c In the following program: dan@dan-desktop:~/source/unleashed/ch11$ gcc -D_GNU_SOURCE -Wall -Wextra ac1.c -o out dan@dan-desktop:~/source/unleashed/ch11$ ./out 7 345 23 0 dan@dan-desktop:~/source/unleashe... Phred4(88)