by Tduck
Can you define two classes on the same source file?
|
|
[2 replies] Last: You just need a forward declaration for each class: #ifndef CLASS1_H ... (by dhayden)
|
by Mehmood Umer
Error
|
|
[4 replies] Last: main() While we're here, that's very wrong. main returns an int ... (by Repeater)
|
by bretjoseph
Is it possible to use a string as a member name?
|
|
[4 replies] Last: AbstractionAnon I have fixed that in my github page, but still after p... (by bretjoseph)
|
Saving a row of a vector into another vector |
|
[1 reply] : > I starred the parts that are incomplete due to my lack of knowledge.... (by ne555)
|
FizzBuzz |
|
[2 replies] Last: Thank you very much Ganado for your quick response! :) Yep, that was... (by IT Delinquent)
|
by armando2
Helping out for GamePlay Multiplayer
|
|
[1 reply] : Can someone please help me at least where i can find some help ? Plea... (by armando2)
|
by nooblike
c++ password storage + masking input
|
|
[1 reply] : Even thought maybe about encrypting data in that file, although I hav... (by helios)
|
by Spaget
Problem with program
|
|
[1 reply] : Line 26 is wrong. Whatever you try to pass to metProPin(...) &pr is... (by coder777)
|
by FocusedSG
Help with C++ writing to JSON
|
|
[2 replies] Last: I would actually recommend boost PropertyTree. See: https://www.boost... (by coder777)
|
by Mehmood Umer
is program right??
|
|
[7 replies] Last: Thanks... (by Mehmood Umer)
|
by yat89
Moving the next value to the left to replace the removed value
|
|
[10 replies] Last: Usually when you compile you can tell your compiler which standard ado... (by Enoizat)
|
by kakaducsy
Normal variable and pointer
|
|
[1 reply] : It's just an arbitrary value since you never initialized it. Try this:... (by dutch)
|
by Nooboob
Interview Question that got me confused
|
|
[11 replies] Last: That's very nice too :) Edit: Grime, There's a few differences betw... (by Ganado)
|
Why cant you compare the value if an int type variables |
|
[13 replies] Last: @repeater That makes much more sense now I was unaware of this thank ... (by imperialcplusplus)
|
by veysel
difference static and global variable
|
|
[2 replies] Last: firstly thank you for the answer. What i understand that using global ... (by veysel)
|
by bretjoseph
For loop an array in a class which isn't main
|
|
[3 replies] Last: Hmm thanks it now works even without the #include <string> ... (by bretjoseph)
|
outputting border of a square-nested loops and conditionals |
|
[2 replies] Last: Perhaps if you renamed 'i' to be 'row' and 'j' to be 'col', things wou... (by salem c)
|
by Brassware
Looking for C++ Mentor, Willing to Mentor in PHP/JavaScript
|
|
[4 replies] Last: > User name: Brassware > This user does not accept Private Messages I'... (by salem c)
|
by babydev
undefined reference to `sqlite3_open'
|
|
[2 replies] Last: thankyou for your answer unfortunately I'm really quite new to c++ ,... (by babydev)
|
Data types |
|
[3 replies] Last: When a number is used where a boolean value is expected zero will be t... (by Peter87)
|