quote:Originally posted by Centurian:Hey,I would rather write 1000 lines of ASM code than write 50 lines of chicken track code to do the same job.
quote:Originally posted by VoidMain:Naw, I changed my mind. Calum, you should learn COBOL. Second choice would be FORTRAN. I actually spent a few years as a FORTRAN programmer. I hear the future is going to be in COBOL though. [ March 28, 2002: Message edited by: VoidMain ]
quote:Originally posted by BadKarma:And I would rather maintain tens of thousands of lines C++ code (which probably isn't even written by myself) then the same program in assembler.
Gosh, I love Linux Quake.
quote:Originally posted by -=f00bar=-:Assuming you have linux,what really helped for me was to get a C or C++ book from the library, create my own programming dir (like ~/programming), make an executable file named 'compile' and in that file was a syntax calling gcc to compile a certain file and provide all the nessicary option. Then use your favorite editor (heard vim was super, because of the syntax highlighting, but i use joe )to edit your C or C++ code, and pop up another terminal to run the 'compile' prog after you have saved your try-outs.It worked for me, kinda, but hope it helps you.