by georgio
How to properly access members in constructor using set and get methods
|
|
[7 replies] Last: Hello georgio, You are welcome. In the constructor why did you add... (by Handy Andy)
|
by annolliwohe
Sally
|
|
[2 replies] Last: Thank you, I figured out how to do it: void Sally::doInputString(S... (by annolliwohe)
|
by SubZeroWins
return *this to a Date& operator++()
|
|
[13 replies] Last: Hmmmm, but don't all pointers have addresses though? No. int x; &x d... (by jonnin)
|
Beginner C++ code will not compile in terminal |
|
[8 replies] Last: Hi @Andy, no worries; and thank you for the rework. I think the initia... (by phoenyxfeatherz)
|
by Baky
Very new to C++
|
|
[7 replies] Last: @seeplus I am running/writing the scripts with Microsoft Visual Studi... (by seeplus)
|
by gigacapybara
How to convert algebraic equations into C++
|
|
[7 replies] Last: And continuing on with the second equation. There are lots of opportun... (by againtry)
|
by Atharva k12
take different inputes within a array from user
|
|
[2 replies] Last: Hello Atharva k12, Thank you for using code tags. My questions to st... (by Handy Andy)
|
by dntwk707
Linked List and Pointers in the if statements
|
|
[2 replies] Last: @helios ,Thank you so much for great logical explanation ! (by dntwk707)
|
by Hollowman
Stuggling with structure for tracking all game items
|
|
[10 replies] Last: and, I did not ask those for you to support it now, so much as 'what i... (by jonnin)
|
by Zhylian
Division gets funny?
|
|
[13 replies] Last: "If it's on the Internet it must be true" -- Abraham Lincoln (by deleted account xyzzy)
|
How To Set Min and Max For a Conversion? |
|
[6 replies] Last: SupremeFonzie, a bit of advice for the future.... PLEASE learn to us... (by deleted account xyzzy)
|
by Anonomys
writing flighting system
|
|
[17 replies] Last: ah sorry @AbstractionAnon I edited out for (int f = 0; f < MAX_FLIGH... (by Anonomys)
|
by chadwillis19
trouble changing values from a function C++
|
|
[6 replies] Last: Thank you Handy Andy! That rewrite made it much easier to see what wen... (by chadwillis19)
|
by SubZeroWins
Base* pointer points to "new" derived class (1,2)
|
|
[21 replies] Last: The C++ Programming Language book is a reference - not from which to l... (by seeplus)
|
by Siguard0
cin.getline with vector struct
|
|
[7 replies] Last: OK. Using vector: #include <iostream> #include <vector> using names... (by seeplus)
|
by kmce
string subscript out of range
|
|
[6 replies] Last: If you need to use a for loop that accesses all the elements of a stri... (by deleted account xyzzy)
|
by Kaega2
Const Char *variable vs Const Char variable[] and glShaderSource()
|
|
[3 replies] Last: Thanks for the explanation Jonnin. I will take your advice Furry Guy... (by Kaega2)
|
by DonnaPin
int value changing when calling a function
|
|
[4 replies] Last: Sorry for ignoring the answers for so long, I was away from my PC for ... (by DonnaPin)
|
by reversel
Sleep() for a specific function?
|
|
[5 replies] Last: text eds are often threaded now, mixed bag on those. quantum computer... (by jonnin)
|
string pointers? |
|
[5 replies] Last: but was wanting to try and create it mostly without the use of stl me... (by seeplus)
|