Since 4/5/2012 6:47:27 AM, nihao has written 2 articles and participated in 75 conversations. nihao signature: nihao
nihao's articles:
Items(2) /1
-1/2715 (6/22/2008 6:32:36 PM) comp.lang.python What is the expected result of -1/2 in python? ... Serve
where to start4142 (6/3/2008 1:17:29 PM) comp.graphics.api.opengl I started learning OpenGL/3d programming and I bought the redbook. But the book keeps introducing new functions and concepts without doing some coding examples that make something visible on the screen. I'm s... SS
A very interesting book13340 (7/22/2008 6:53:12 PM) comp.lang.c Buffer overflows are a fact of life, and, more specifically, a fact of C. All is not lost however. In the book "Value Range Analysis of C programs" Axel Simon tries to establish a theoretical framework for a... jacob4111(1334)
for and arrays19446 (7/22/2008 10:15:52 PM) comp.lang.c I understand this code. int a[5]; int b; for (b=0;b<5;b=b+1) int a[b]; This should take every element of the array a and set it to 1,2,3,4,5. Great. Now for the big question. How would you work this? in... nospam268(588)
sh?tpile of errors9228 (8/2/2008 5:45:26 PM) comp.lang.c Would anyone be interested in giving this a quick look. The compiler gave me so many errors I don't know where to start. This is my first use of isalpha. #include #include #define ex exit(EXIT_FAILURE)... nospam268(588)
Win Vista 64-bit C compiler?1534 (8/7/2008 12:58:15 AM) comp.lang.c Could someone please suggest a good one? I've used lcc-win32 in 32-bit xp but I now need to access more than 3.25 GB or ram, whats the best way to do it without Linux? Thanks ahead ... free4trample(98)
Why is it dangerous?22834 (8/10/2008 12:42:27 AM) comp.lang.c 'evening. I'm not new to C and have been programming in it since I was 8 but here's a strange problem I've never seen before. When I compile a program from our C course with a windows compiler there is no pro... juli(1)
what's meaning of this ?3428 (8/15/2008 11:45:19 AM) comp.lang.c struct stat *stats IF_LINT (= 0); I don't know why "IF_LINT (= 0)" is needed ? Source is df.c of df program on Linux coreutils-5.2.1\coreutils-5.2.1\src Thanks! ... oract666(6)
size?933 (8/15/2008 11:28:00 PM) comp.lang.c is there a portable way to write code to get the size that this code(with data) takes in memory ? ... ahmed.bou23(29)
problem with MSVC827 (8/17/2008 5:07:44 PM) comp.lang.c i am compiling my c program with MSVC its just a simple program int main() { int a; ++a; // INC assembly instruction return 0; // RET instruction } then i compile it cl /O1 /c sample.c link /S... raashidbhatt(53)