by crazya2
constructors & destructors
|
|
[8 replies] Last: Compiled it in codeblocks, thanks for the answer. Made me aware of the... (by crazya2)
|
by Jhax
Really Weird Character Array Output
|
|
[5 replies] Last: Look closely at this snippet: tictactoe::tictactoe() { char spaces ... (by jlb)
|
by crazya2
Overloading & inheritance
|
|
[1 reply] : change operator with member function, ¿do you still have the doubt? ... (by ne555)
|
by ynotmi
Programming with LINES and Printing
|
|
[9 replies] Last: KUNZ Absolutely! BUT I have been working on just getting the pr... (by ynotmi)
|
by Jyrz
Switch object focus in QT
|
|
[1 reply] : Subclass QGraphicsScene and detect your keypress(es) there. (by norm b)
|
by middlecplus
read total number of words from a text file
|
|
[3 replies] Last: Your input data has a newline (as it should) after the last word. Whi... (by keskiverto)
|
by csbach
string compare with the alphabets
|
|
[8 replies] Last: #include <iostream> #include <cctype> #include <cstring> using namesp... (by csbach)
|
Reversing a word |
|
[1 reply] : .at() indexing is like subscript (array ) and as such will be 1-off fr... (by Texan40)
|
by sevengreen7
problem finding the largest number in a vector
|
|
[2 replies] Last: I was trying to think of different ways and I came up with that origin... (by sevengreen7)
|
by Evenilink
Can't read file
|
|
[1 reply] : I have the file "t1" in the correct directory. Are you sure. The fil... (by Peter87)
|
by PedroFr13
Saving strings from a text file to a array
|
|
[4 replies] Last: There can be multiple records, ok I will try what you sugested. (by PedroFr13)
|
Magic Dates in C++ |
|
[3 replies] Last: Do you mean you want the program to stop instead of to continue to the... (by NutHoofd)
|
Why I am getting "Unhandled Pointer exception" |
|
[5 replies] Last: Cool, got it, thanks @cire. (by funprogrammer)
|
by htyeung
problems with running a counting program
|
|
[7 replies] Last: problem solved, thanks a lot. (by htyeung)
|
by Stephan Buhl
C++ calculator error.
|
|
[4 replies] Last: Thanks for the help i'll try that out :) (by Stephan Buhl)
|
by incredible96
i need an example of an oop code which includes 4 concepts
|
|
[1 reply] : What do you think these top four concepts are? And how about showing ... (by andywestken)
|
by awkitup
I am stuck and mega confused
|
|
[2 replies] Last: for (int x = 1; x <= h; x ++) { { for (int y = 1; y <= w; ... (by closed account 48T7M4Gy)
|
Question about Reversing a String |
|
[no replies]
|
by rathom
Global Replacement of cout
|
|
[3 replies] Last: Are you aware that you can redirect stdout/cout to file when you run t... (by Peter87)
|
by goldsmit409
how to run two task in async and not block the ui
|
|
[no replies]
|