by Winsu
Change some bits in an integer
|
|
[12 replies] Last: My first question( the first post ) was if there was a way to do opera... (by Winsu)
|
by LMUZZY
Getting the error "Myclass undeclared identifier" in Visual Studio when using separate class file.
|
|
[3 replies] Last: If you want to see how the destructor works put cout << "destructor" <... (by closed account 48T7M4Gy)
|
by lock988
recursion problem help
|
|
[5 replies] Last: break the problem into 2 cases 1) do not choose warrior i (the recurs... (by TheIdeasMan)
|
by RandomGeek
How to put value in items of an array
|
|
[6 replies] Last: Hello! and array is initialized when you use it's index string items ... (by Shashank Setty)
|
by RandomGeek
What is the maximum value a int can make?
|
|
[6 replies] Last: I need the truth on what's the maximum value a int can declare That'... (by Gamer2015)
|
by hxc0203
array and vectors (arrayFunctions)
|
|
[1 reply] : Say studentID is 512 then score will be the score for student 512. ... (by closed account 48T7M4Gy)
|
by RGB 455
Examples needed of an application
|
|
[5 replies] Last: Are you only allowed to use one for and one if ? #include <iostream... (by Hardisius)
|
by George945
Base of pictures for kids
|
|
[1 reply] : http://www.cplusplus.com/forum/general/177019/ I assume from this spa... (by closed account 48T7M4Gy)
|
by testerthe1
Help!
|
|
[1 reply] : First of all work out the maximum value. Store the index value as the ... (by closed account 48T7M4Gy)
|
Modifying the vector of one class in another class? |
|
[6 replies] Last: I'm not really sure how to use pointers yet... Would I need to use po... (by helloworld135)
|
by bee309
/////
|
|
[1 reply] : please indent your code. > not all numbers show up correctly because ... (by ne555)
|
by rathpanha
Sorting infile
|
|
[3 replies] Last: It's the C++11 range based for loop. http://en.cppreference.com/w/cpp/... (by integralfx)
|
by dzenis
Guess the number game
|
|
[2 replies] Last: Please don't triple post http://www.cplusplus.com/forum/general/1770... (by closed account 48T7M4Gy)
|
by evilroad
Reading Files
|
|
[1 reply] : http://www.cplusplus.com/doc/tutorial/files/ Why not try this tutoria... (by closed account 48T7M4Gy)
|
by st4evr
For Nested Loop Number Set Pattern
|
|
[2 replies] Last: Thank you!!! The second advised function worked. Working code: vo... (by st4evr)
|
by palagano1989
Help with calculator
|
|
[2 replies] Last: thank you very much (by palagano1989)
|
by DDomjosa
Reading a huge number from a file one digit at a time
|
|
[4 replies] Last: Thank you, works perfectly! (by DDomjosa)
|
by haz94
Some vectors help.
|
|
[3 replies] Last: Line 28 makes no sense. You're comparing two variables to themselves... (by haz94)
|
by omega4relay
writing cstr functions from scratch
|
|
[7 replies] Last: Thanks for the replies. Yeah it doesn't crash on me any more since I'v... (by omega4relay)
|
by NHaku
Question regarding class instances
|
|
[5 replies] Last: I think I get it. If I call the default operator, by default it copies... (by NHaku)
|