List three ways to initialize a vector with the value 42 |
|
[3 replies] Last: Thanks guys (by closed account EwCjE3v7)
|
by DjZ
Need some advice.
|
|
[4 replies] Last: A good website for learning is cplusplus.com, that's what i am using t... (by feare56)
|
by Hambone
Just for fun and giggles
|
|
[5 replies] Last: Sorry it isn't in the lounge ill move it soon.! Thanks to those who p... (by Hambone)
|
by Tigerwaw
Text rpg combat system
|
|
[16 replies] Last: else if(hitGoblin == 2) { hp = showHp(hp, enemyatta... (by closed account j3Rz8vqX)
|
by dogon
Backtracking in a maze
|
|
[1 reply] : In order to backtrack you need to record the history of your moves so ... (by toum)
|
by nap333
Help on reading from text file
|
|
[1 reply] : After reading your line from the file, you can use strtok to break it ... (by tipaye)
|
by binf
Help
|
|
[8 replies] Last: Sorry binf, I didn't read carefully enough, but guys above explained e... (by MatthewRock)
|
by maryrose0911
Store int to char
|
|
[7 replies] Last: Oh, I see what you mean now. You want to associated the value with its... (by MrHutch)
|
Could be done . . . right? |
|
[8 replies] Last: I am not sure what kind of response you're expecting. Is this possib... (by closed account j3Rz8vqX)
|
by sujithbob
Help me...!!
|
|
[3 replies] Last: Yes it does, you need to take modulo 100. (I totally forgot about that... (by Stormboy)
|
by EtDecius
Connecting Classes Question
|
|
[6 replies] Last: @cire Thanks for the feedback. I hadn't considered using a standard co... (by EtDecius)
|
by OUIJ
help using cin.get()
|
|
[5 replies] Last: system ("PAUSE") is the same as system("pause") they both work the sam... (by OUIJ)
|
by Jasis Sanqui
counter-controlled while loop c++
|
|
[5 replies] Last: ok thanks sir :) i have a idea now.. (by Jasis Sanqui)
|
Clarifying structures for me. |
|
[2 replies] Last: Thank you for that mobotus, sir. (by closed account 91qLy60M)
|
by gloister
Function and overload
|
|
[7 replies] Last: I'm assuming you need to combine these two into 1 program, you don't n... (by ValliusDax)
|
by lindi8
C++ homework
|
|
[13 replies] Last: I have not tested this, but you seem to be very close now, this would ... (by ValliusDax)
|
by fahmankhan75
String FUnctions help
|
|
[1 reply] : I assume you strip the word down to characters. Now, just check if the... (by sakonpure6)
|
by playitpro
Undeclared (First Use This Function)?
|
|
[2 replies] Last: Thanks. I had never seen the error message so I was really confused! (by playitpro)
|
by rasha Talal
Help in a lot of fraction in c++
|
|
[1 reply] : Divide the numerator and denominator by the GCD of the two numbers. Y... (by long double main)
|
by mekkatorqu
creating an array with "new" creates infinite array?
|
|
[13 replies] Last: oh, I got it now, thanks (by mekkatorqu)
|