by gamebuster
Class not declared in scope, but was included (and other errors)
|
|
[7 replies] Last: "(I don't think just renaming them from "*.cpp" to "*.h" will work, ma... (by gamebuster)
|
by pizzaboy150
character input error
|
|
[1 reply] : what a dumb ass not integers characters ha must be a blonde moment! :S (by pizzaboy150)
|
by nathan10
How to Populate a Vector Defined in a Class
|
|
[4 replies] Last: @vukki, Thank you for your suggestions. Sizing the vectors was the... (by nathan10)
|
by TpOreilly
Confused with variable types
|
|
[13 replies] Last: oh yh lol Thanks (by TpOreilly)
|
by WinginIt
To conio.h or not to conio.h?
|
|
[9 replies] Last: I agree. Instead of taking your time to learn console tricks and NCurs... (by filipe)
|
by nickg140143
Can't seem to figure out this mode function
|
|
[3 replies] Last: I've seem to have made some good progress, I was able to find the maxi... (by nickg140143)
|
by nikhill
Programming on Mac
|
|
[4 replies] Last: Thanks helios, i was just reading about dynamically allocated arrays a... (by nikhill)
|
by harmodrew
fwrite/fread and dynamic arrays
|
|
[1 reply] : can I pass dynamic arrays to a fwrite and/or a fread function? Yes, o... (by helios)
|
by empror9
some simple questions
|
|
[12 replies] Last: So you have shown you can use functional style in C++ for this trivia... (by hamsterman)
|
by grenoble12
Error's on overloaded operators = and +
|
|
[10 replies] Last: Thanks peeps, Galik that makes a lot of sense and jsmith this isnt for... (by grenoble12)
|
by hiro0213
compiling my program beginner here
|
|
[8 replies] Last: It's definately a compiler problem, since I dont see anything wrong wi... (by kaduuk)
|
by pancreatis
Create a yatzy-game?
|
|
[4 replies] Last: Ok, I understand. I will take a look at QT, thanks! (by pancreatis)
|
by shiki
problem with my project
|
|
[2 replies] Last: *grumble* Just so you know, main() should never be void. I'd change... (by Albatross)
|
by garunas
the system() function alternative
|
|
[2 replies] Last: One option is to develop your command-line apps on Linux/Unix where th... (by PanGalactic)
|
by GRoss
Printing with different colours
|
|
[7 replies] Last: Thanks a lot for your replies! I had no idea system(something) was ... (by GRoss)
|
by harmodrew
Strange error in binary files and RLE (1,2)
|
|
[20 replies] Last: with Qt library I've found the feof() implementation. it consist of a ... (by harmodrew)
|
by LimePeel
how to return char[] back to main
|
|
[7 replies] Last: #include <iostream> #include <string> using namespace std; s... (by sohguanh)
|
problem of inheriting from a STL function class |
|
[2 replies] Last: Thanks. The problem is updated which is pasted at http://www.cplusplus... (by breadbread1984)
|
by KDeuce
Classes
|
|
[3 replies] Last: Found the error, I placed a semi colon after the bracket just before v... (by KDeuce)
|
by Calsong
Class type redefinition problem (1,2,3)
|
|
[59 replies] Last: Sorry, I wasn't clear on what I meant. I meant when you copy from SFML... (by Calsong)
|