by davidsea5
How to include a linux command in a C programme?
|
|
[7 replies] Last: It's not so hard just put file name to char args ; Good luck :-) (by Packman)
|
Array Based List |
|
[1 reply] : a personType class is just like a integer you used in part two, so yo... (by yang)
|
by masiht
keyword this
|
|
[1 reply] : this is the pointer to the class object that will be called examp... (by Bazzy)
|
by jayt
how to stop this program
|
|
[5 replies] Last: I think your problem is when you type in 'q', the program outputs "Hel... (by arun1390)
|
by kenneth196
Sum of digits in a string?
|
|
[7 replies] Last: It worked! #include <iostream> using namespace std; int main() ... (by kenneth196)
|
by grilledtuna
HEAP DETECTION ERROR--having trouble debugging
|
|
[2 replies] Last: That fixed it! Thanks so much! Now I understand why there was a memory... (by grilledtuna)
|
by jayt
A question about If else
|
|
[3 replies] Last: Thanks eker676 !! (by jayt)
|
by PickleMan
string -> char*
|
|
[2 replies] Last: Thanks! I was using c_str, just not correctly. (by PickleMan)
|
by Gonzo 3 5 7
Out-Put
|
|
[5 replies] Last: Compile and check. Nobody is going to compile your code for you bec... (by eker676)
|
by zoemayne
please explain
|
|
[10 replies] Last: When you want to give a new name to some type of thing, for example: ... (by Duthomhas)
|
by Gonzo 3 5 7
Switch Program
|
|
[6 replies] Last: Thank You so much I will fix "Unknown"!!! (by Gonzo 3 5 7)
|
by Seraphimsan
stl containers?
|
|
[7 replies] Last: how and when do I use stl containers? Are you asking when should ... (by PanGalactic)
|
by barr
adding a library
|
|
[4 replies] Last: it's #include "SDL.h" not #include <SDL> ... (by Disch)
|
by hazarada
Basics of a packet editor
|
|
[no replies]
|
by Joe101
OOP Newbie
|
|
[3 replies] Last: thank you! (by Joe101)
|
by jim77
Recompile DLL
|
|
[no replies]
|
by pczafer
write to the file and read from file??
|
|
[4 replies] Last: hi a made cupple of changes on my codes, i m still having truble with... (by pczafer)
|
by Scubatoad
Simple Graphics
|
|
[1 reply] : To fill the rectangles create an HBRUSH I forget the tags to make ... (by Bazzy)
|
by Poke386
Use of throw()
|
|
[1 reply] : There's not much difference on adding throw() to a function declarat... (by Bazzy)
|
by arcadiu
OOP
|
|
[7 replies] Last: Object-oriented programming is geared towards making software developm... (by arun1390)
|