Summary: Just what the subject says. Oh, and if you have any questions on coding, or want a program written. Post a message on the forum, or email me. ...
Summary: I agree with Don and Kev, you sound like you are too far behind. I'll point out that in C++ any linked list implementation S/B templatized so objects ...
Summary: New forum at C++ Mania, check it out. Plus a C forum, I will also add a Visual Basic Forum, Q-Basic, Java, Java-Script, Pearl, and any other programmi...
Summary: If I have a C, C++, or assembly file, I am able to compile/assemble it into object format, and then link it later with another C, C++, or assembly fil...
Summary: In the throes of switching PCs and operating systems (Vista from XP), I am confused. Have downloaded all directories and files from Borland as C:\BCC5...
Summary: I have a question on how to implement a linked list read from a text file and then use user input to either dispaly the list, insert a word, delete a ...
Summary: Sorry, I was kindof going from memory on those build lines. These are the commands I use to build any low-level piece of my operating system verbatim...
Summary: Hi; I want to write vb login screen and it will run a dos command. for example : login ID : a password : b c is a fix value after press ok butto...
Summary: Don...But how do you implement a linked list in Visual Basic?. Seeing as VB doesn't have pointers the next best solution is C++...Am developing my pro...
Summary: Hi Judago, hope you had a great Yule/Crimbo :) I have made the suggested updates to my code as you suggested - thanks for that ;) My script now output...
Summary: If they all had the correct extension, then you would have .C files for pure C code (no C++ inside) and .CPP files with C++ code. Any .h header files ...
Summary: I've got an unfortunate problem. I'm using Visual C++ Introductory Edition (provided in the class book). Suddenly today, when I press compile (or link...
Summary: Hi everybody, I am doing one MATLAB C++ PROGRAM and i facing some linking problems. Linking... improved_DA1lib.obj : error LNK2001: unresolved externa...
Summary: Well... as usual I am stuck once again lol :-D. I emailed Bjarne Stroustrup (original implementer of C++) and after a conversation of about 5 emails,...
Summary: Hello. I'm having quite major difficulties implementing a linked list in a C program. The problem is to scan through a text file containing the lyrics...
Summary: Hi. I am something of a C++ novice, I understand the basic principles such as classes, inheritance e.t.c, but that's about it. What I need to do is ha...
Summary: I am working on my c++ homework, and I am not looking for someone to do my homework. I am stuck in a few spots and need a prod in the right direction...
Summary: I have written a mathematical programm using c++ (MicrosoftVisualStudio.NET) which basically calculates new matrices from one input-matrix of dimensio...
Summary: I am starting to learn to program C++ using the Sams Learn C++ in 24 hours. I have followed the exact instructions, but, when i complile, the .exe it ...
Summary: Here is a simple program that creates a linked list. It has two classes: cNode and cList. It was tested with Visual C++ 6.0. cNode holds the data whil...
Summary: I am getting the error below: LINK : fatal error LNK1181: cannot open input file "..\..\..\Code\LBWC\Pmac\WinDebug\pmac.lib" Error executing link.exe....
Summary: I am having problems with some code containing a linked list which i am writing in C i have defined an order structure to hold data for an order and t...
Summary: Don't forget a major drawback of all convenience languages: they rely heavily on massively safety-checked libraries of pre-conjured routines. VB.Net, ...