by TomRed
Dungeon Crawls Problem
|
|
[12 replies] Last: Oh right. Yeah, my compiler just didnt like lines 56 and 86. After I... (by AlphaBravo)
|
by sehrish
class problem?
|
|
[4 replies] Last: i think i forget putting brace at default constructor i correct it now... (by sehrish)
|
by drastik
Inheritance & Polymorphism: Why dangerous??
|
|
[3 replies] Last: 2) Err.... derived classes have nothing to do with it. Whenever an... (by Disch)
|
by Serady
Is this a timestamp?
|
|
[15 replies] Last: If you want... however, not only is it very inefficient due to the nai... (by Athar)
|
by Borkoff
words from a txt file to a char list/arr
|
|
[3 replies] Last: You can use fscanf this way: Taken from fscanf documentation on thi... (by closed account Lv0f92yv)
|
by gamebuster
Copying objects
|
|
[14 replies] Last: hah. That's fine. ^^ You'll be a little wiser for the next app ;... (by Disch)
|
by malgron
error C4430
|
|
[2 replies] Last: Oh wow Thank You!! I was hoping it was something simple. Sometimes I g... (by malgron)
|
by pauyon
Filling a 1D Array with a ".txt" file
|
|
[3 replies] Last: std::vector is what C++ programmers typically use in place of simple a... (by PanGalactic)
|
by scotfang
Problem with Snake Game Display
|
|
[1 reply] : what are these attron/mvprintw functions? What lib are you using? ... (by Disch)
|
by raz23
while loop problem
|
|
[2 replies] Last: Thank you very much Bazzy! Appreciate greatly (by raz23)
|
by lordimmortal
Linker issue
|
|
[5 replies] Last: Aahhh! Ok, I guess I just don't know how to use extern, lol...I didn't... (by lordimmortal)
|
by pauyon
Array that accepts only characters
|
|
[12 replies] Last: Ooh ok, got it. Well, again, thanks! (by pauyon)
|
by tommyz
Problem with sorting objects in vector (STL)
|
|
[11 replies] Last: The function sortingFunction is not correct defined. Correctly: ... (by tommyz)
|
Open Source |
|
[1 reply] : Like you said, there are tons of projects of varying sizes. The best ... (by Athar)
|
Combining float with string |
|
[9 replies] Last: Thank you very much for your help L B. Really appreciated. You saved m... (by thepedestrian)
|
by atse013
how can i copy line by line from an old file to a new file?
|
|
[1 reply] : You can do it like this: std::ifstream ifs("input.txt"); std::ofs... (by filipe)
|
by yts
switch case
|
|
[9 replies] Last: fun2code:Ya, this is the answer i want, thanks:) (by yts)
|
by yts
checking of alphabet or digit.
|
|
[6 replies] Last: I don't use ASCII codes myself, he just said his tutor used ASCII, if ... (by Fresh Grass)
|
by yts
Pass by value or reference?
|
|
[2 replies] Last: Thanks for ur explanations, it is very clear:) (by yts)
|
by trouty323
New to C++, can't fix errors
|
|
[5 replies] Last: I did not expect it to work. As I said, the assignment was to fix all ... (by trouty323)
|