by Lucamingar
How to create n-dimensional array?
|
|
[3 replies] Last: I fixed it up a bit, and even figured out how to keep the old data whe... (by PiMaster)
|
by nguyentrang
sort with char array struct
|
|
[4 replies] Last: Got it! (bool) 5 and (bool) -4 both returns 1. Thanks, ne555 and m4ste... (by nguyentrang)
|
by slidersalpha
opening a text file
|
|
[1 reply] : You might put a try/catch block around the second call to open() to se... (by kooth)
|
Class/Struct Within a class |
|
[3 replies] Last: Ah, thanks alot, i completely forgot about that! :). (by Fatal Berserker)
|
by Sylphid
A Simple problem, Need fast solution !!!
|
|
[7 replies] Last: Nevermind guys i found it. i just changed the gets(A .lastname) w... (by Sylphid)
|
by MouseofDead
Binary to Text
|
|
[2 replies] Last: Sorry with the delayed response. Lol I didn't know I was using a non-s... (by MouseofDead)
|
by LukeS
Insert data to beginning of file instead of end??
|
|
[5 replies] Last: [...] other fields that do not have set lengths so I can not just cre... (by ne555)
|
by taylorc8
boost::thread ?
|
|
[4 replies] Last: Excellent, thank you! (by taylorc8)
|
Compiler Firewall Idiom - Accessing implementation from another class |
|
[no replies]
|
by mdanyjam
Pacman!!!
|
|
[5 replies] Last: Actually OO design is pretty subjective. There is a hierarchy of cuz b... (by sohguanh)
|
by Phass
resizing vector error !!
|
|
[4 replies] Last: Let's say you have a vector of Individuo with 2 elements. You call re... (by kempofighter)
|
by thomas430
Data member for different possible derived class objects
|
|
[7 replies] Last: I see, that's clever. It makes me wonder if you're a professional ... (by thomas430)
|
by alej0
Columns in a txt file
|
|
[2 replies] Last: wow I didn't know you could do that, thanks filipe! (by closed account 3pj6b7Xj)
|
by lovelyhakeem
gotoxy
|
|
[2 replies] Last: Also, obligatory link: http://www.cplusplus.com/forum/articles/28558/ (by Disch)
|
Copying a text file with executable file |
|
[4 replies] Last: @coder777 Thanks thanks alot!! its very appreciable. thanks f... (by dearvivekkumar)
|
by nevermaindas
problem
|
|
[5 replies] Last: @Slumdog: Don't cast the compiler errors. You are breaking the structu... (by ne555)
|
by unregistered
Is it possible to declare method pointers of abstract classes?
|
|
[5 replies] Last: ok thanks (by unregistered)
|
by notsure
multiuse headers/classes
|
|
[2 replies] Last: To put it plain simple terms, use #ifndef mycode_h_ #define myc... (by closed account 3pj6b7Xj)
|
Inheritance problem with **pointers |
|
[2 replies] Last: Thanks for your fast reply!!;) NumButton* temp = NULL; temp = ((Nu... (by unknownProgrammer)
|
by armageddon85
if statements with = in them
|
|
[1 reply] : q is being set to p->from1 (by Return 0)
|