by Verance
BattleShip - Fill Board with Ships
|
|
[no replies]
|
by mt106250
ROCK PAPER SCISSORS ERRORS
|
|
[1 reply] : 70: The correct header file is <cstdlib> for C++ usage. 105: refere... (by AbstractionAnon)
|
by mighty asker
Using STL on matrix?
|
|
[8 replies] Last: Traversing a row would be easy, as you may simply use the pointers to ... (by ne555)
|
Simple way to draw graphs |
|
[no replies]
|
by VaMpZzz
hh:mm:ss - time format
|
|
[8 replies] Last: thanks everyone for help and ideas i just added one more function that... (by VaMpZzz)
|
by VaMpZzz
word guessing game
|
|
[5 replies] Last: don't be jealous, everyone starts somewhere :p (by VaMpZzz)
|
by bright9uy
More than a customer
|
|
[3 replies] Last: As keskiverto said, this seems a really odd (read bad) way of designin... (by lopella)
|
by mighty asker
Assign list to multiset
|
|
[4 replies] Last: Calling erase while iterating over the multiset is a bit tricky. I c... (by mighty asker)
|
by c199305h
question about pointer and dynaminc memory
|
|
[1 reply] : new CandyBar This will create an array of 3 'CandyBar' objects. I... (by Disch)
|
by s8050
How to send a console app via social websites?
|
|
[1 reply] : considering that someone might have the same problem, search for it, a... (by s8050)
|
by PedroFr13
Associanting strings to values
|
|
[10 replies] Last: Not that but let's imagine: I do int n=str1.find("N") +1 But how ... (by PedroFr13)
|
by savanh
question
|
|
[1 reply] : Line 9: Your constructor is incorrect. The constructor must be choco... (by AbstractionAnon)
|
by VaMpZzz
enter key auto :)
|
|
[7 replies] Last: yep it worked ;) thank you ;) (by VaMpZzz)
|
by rajroushan95
structures in c++
|
|
[6 replies] Last: I don't know precisely the inner workings of io streams, so you may wa... (by maeriden)
|
by Celtic222
Removing a number from a Linked List
|
|
[1 reply] : I think node before deleted node is point to nothing (by LendraDwi)
|
by WJM
Vector error
|
|
[2 replies] Last: Thank you (by WJM)
|
by jshapy8
How to store user input in variable that is a different value than in the variable initialization in default constructor?
|
|
[2 replies] Last: ... (by maeriden)
|
by jshapy8
How to send value to multiple constructors at object definition?
|
|
[5 replies] Last: Circles sphere(8); Circles sphere(9,10); These lines define... (by maeriden)
|
by zakkor
Inheritance alternatives?
|
|
[7 replies] Last: intuition, lol. that is always the reason. besides it doesn't sound li... (by nadurraXII)
|
by savanh
need help
|
|
[3 replies] Last: f1 is not a constructor, add return data type before function (by LendraDwi)
|