Since 4/25/2012 4:58:41 PM, see84 has written 1 articles and participated in 116 conversations. see84 signature: see84
see84's articles:
Items(1) /1
i686 (AMD Duron 800 MHz) idiv opcode needs cdq: Why?640 (1/20/2004 10:54:21 PM) comp.lang.asm.x86 When writing a small subroutine in i686 assembly for Linux (Red Hat 8.0, kernel version 2.4.18-14), I came upon a bizarre problem: The div opcode would cause my program to die after having failed to catch a flo... August
A new way to learn C?925 (5/24/2004 6:27:04 AM) comp.lang.c Hello group I have written this tutorial on the C programming language, named the Elements of C. This C tutorial is different in the way that it tries to state facts once, then build new facts with them. Th... mfag(26)
security coding guidelines for C/C++1831 (5/24/2004 1:04:40 PM) comp.lang.c I am Aravind.Could someone provide me with a list of specific guidelines for secure programming in C/C++?.I would like to use those guidelines for developing a security application to deal with issues like buff... arvind_c_98(5)
C Syntax18267 (5/26/2004 9:02:42 PM) comp.lang.c Why is C syntax so uneasy on the eye? In its day, was it _really_ designed by snobby programmers to scare away potential "n00bs"? If so, and after 50+ years of programming research, why are programming lang... csharp(16)
Stack usage4827 (5/26/2004 11:10:40 PM) comp.lang.c Hi everyone! Does anyone know, if it is possible to meassure the maximum stack usage of a C program throughout it's entire execution? -- Michael Birkmose ... michael9940(1)
The Year 2038 Problem19470 (5/27/2004 4:26:05 PM) comp.programming As per Google's Usenet archives [http://groups.google.com/googlegroups/archive_announce_20.html], the first discussion of the Y2K problem on the Usenet was on January 18 1985 [http://groups.google.com/groups?th... usenet23(151)
Is this right?2719 (5/27/2004 7:29:49 PM) comp.lang.c I have heard some thing from my lecture that I disagree. and I would like to hear if I am wrong. "A variable is an object" "C hasn't changed in the past 30 years" "C is an extended assembly language" "Procedur... xuxu_18(51)
Help with Visual C++.NET340 (5/28/2004 2:45:42 AM) comp.lang.c Hello, folks! Newbie question here: I just purchased Visual C++.NET 2003 Standard and have found the build sizes to be rather large. A simple "Hello World" executable (console) comes to 44Kb and a standard wi... alampman(2)
Planning to learn C/a new language, your suggestions please1635 (5/30/2004 11:36:37 AM) comp.lang.c Dear fellows, I am currently a Java programmer, using it for around 3 years, & felt quite bored with it. IMHO, Java is too strict on lots of things, unlike Perl, There is usually only one or two way to do o... dinglei(8)
GUI libraries for C (not C++)1770 (5/31/2004 10:38:21 AM) comp.lang.c Hi guys. It's been a while since I've done programming in C. What I'm after is a multi-platform library (X11 and MS Windows at a minimum) which is not C++ that will let me program GUI apps. Something simple a... hfrarg3(215)