by enemy
Copy constructor- object not declared???
|
|
[2 replies] Last: Sry, did not meen to post twice, got some error on my own pc s oI pos... (by enemy)
|
by Alexandr
Using std::array in my class
|
|
[7 replies] Last: Ok, I see what you mean. Thank you. (by Alexandr)
|
by koopey
getline and cin confusion
|
|
[2 replies] Last: it worked! thanks (by koopey)
|
Overrideing operaors... is the the correct way? |
|
[no replies]
|
by Arturofm
Telling if a number is even or odd
|
|
[1 reply] : how about you change your cout? #include <iostream> using namespace ... (by shadder)
|
by koopey
vector push back with string.
|
|
[6 replies] Last: Haha :D While making the game I become kind of good at it so it wasn't... (by Peter87)
|
by molebox
Bubblesort is breaking my code, wont run
|
|
[3 replies] Last: Hi, Sorry for not posting the code properly it is my first time and ... (by molebox)
|
by SCB3
trying to make a minesweeper array check for mines in a certain selection
|
|
[3 replies] Last: Too advanced? mines_array = { ... }; ... struct coord { int x; int... (by coder777)
|
by tesava 3
making triangle pattern with character
|
|
[no replies]
|
by patriic48
Inheritage between classes and printout
|
|
[3 replies] Last: You did not implement the 'Mutator Function's setName(...) etc. (by coder777)
|
by krjeev
why strlen is subtrcting value of i in place of addition.
|
|
[1 reply] : txtMsg decays to a pointer (char*) to the first element in the txtMsg ... (by Peter87)
|
by keanedawg
Using "Vector.erase()" broke my program during runtime, Why did this fix it?
|
|
[2 replies] Last: Thank you so much (by keanedawg)
|
by krjeev
Please help me to understnd the output. Why its printing 6 8 and not 2 4?
|
|
[1 reply] : First, let me establish a bit of notation so I can tell you about your... (by Zhuge)
|
by brosephius
classes are killing me:(
|
|
[3 replies] Last: I can't believe it! I could never get my last lab to compile and that'... (by brosephius)
|
Can someone please explain what this function does? |
|
[1 reply] : To pop a stack means that you remove the topmost element of the stack. (by Peter87)
|
by Bocian
converting string to int and checking for a comma.
|
|
[3 replies] Last: i still need help, my getname function gets skipped over and i still d... (by Bocian)
|
by birdyrc
Why wont this code run correctly?
|
|
[5 replies] Last: Please edit your post and make sure your code is [co de]between cod... (by LB)
|
by birdyrc
Need help with this Array Question
|
|
[no replies]
|
by jaygowdy
Template alias question
|
|
[2 replies] Last: > but Visual Studio 2012 pro says Use a more current version of the m... (by JLBorges)
|
by Coconuto
check if array element value already existed when user input
|
|
[1 reply] : Are you allowed to use std::set ? It would make this problem very sim... (by LB)
|