by VictorH
constant class variable
|
|
[4 replies] Last: I don't think this method does what you're expecting. Yes this make... (by Disch)
|
by Incubbus
Multithreading Test Programm
|
|
[3 replies] Last: I just wanted to test something with threads and a kbhit()-loop. It... (by Incubbus)
|
by vijkrr
How to create array of pointers to object
|
|
[3 replies] Last: It can get messy quickly if you manage arrays directly. Why not use a... (by kbw)
|
by cookiedianne
Tabulated Format Table
|
|
[3 replies] Last: Aww thank you so much buffbill...thats all i wanted was a table to dis... (by cookiedianne)
|
What are these programs? |
|
[11 replies] Last: Oh noes he posted top secretz codez!! (by Mythios)
|
by daman371
Segmentation Fault in singly linked list quicksort
|
|
[6 replies] Last: Well now I have this and this is supposed to work. I got it from my te... (by daman371)
|
by kenshin
Trouble with Linking C file to C++ file
|
|
[10 replies] Last: The variables are used extensively in the console.c file but I used th... (by kenshin)
|
Is this code look weird? |
|
[5 replies] Last: Yeah, it's odd. The OP will have to mess around with it to find out wh... (by Duthomhas)
|
by gnewfenix
Segmentation Fault
|
|
[2 replies] Last: Thanks a lot Hammurabi! No more Segmentation Fault and I can't beli... (by gnewfenix)
|
by Fuogger
User color change
|
|
[6 replies] Last: Don't give up. It is confusing at first. Everything following a lab... (by Duthomhas)
|
by yomogaocho
Array of Pointers to Object in a Class
|
|
[2 replies] Last: I'm only a C++ novice, but I would say that since you are not declarin... (by DaveMortimer)
|
by DaveMortimer
Spotting memory leaks
|
|
[3 replies] Last: Thank you very much for your time helios. I had a surf around the w... (by DaveMortimer)
|
by Sycrupol
random number generation to text file
|
|
[2 replies] Last: Thank you a lot, remove checked, and it works nicely ;-) (by Sycrupol)
|
by Muidem
Cannont convert 'this' pointer
|
|
[3 replies] Last: Aww man, I should have seen that. Makes perfect sense now that I think... (by Muidem)
|
by tjinx
Trouble with Private int
|
|
[3 replies] Last: If pixeldata is a data member of ShapeDrawer, then you don't need to p... (by Hammurabi)
|
by imadude1990
Troubles with C++ list class template!
|
|
[4 replies] Last: Figured out my problem. Thanks guys! =D (by imadude1990)
|
by evanescence
list
|
|
[5 replies] Last: OK, here goes. Line 34 should read p = start; Line 44 should rea... (by Duthomhas)
|
by jfq722
Another banking question...wow..weird
|
|
[1 reply] : That's one way. Is it therefore safe to say that only INVESTMENT_AC... (by jsmith)
|
by wretch
value for member of non-instantiated class?
|
|
[6 replies] Last: OSs (at least x86 OSs) implement memory protection at the CPU level. I... (by helios)
|
by lilballeer
changing a structure to a class
|
|
[2 replies] Last: you have given the solution yourself.. what help you want. you have... (by writetonsharma)
|