|
by Dylanface
Adding bullet class array
|
|
|
|
[6 replies] Last: Thank you, it's bits from my already written up pong game and patched ... (by Dylanface)
|
|
by MMag
Analyzing input string
|
|
|
|
[1 reply] : This should help: string input = ""; getline(input, cin); for (uns... (by Zaita)
|
|
by Inficard
too few arguments to function
|
|
|
|
[1 reply] : Compare line 17 and line 40. The function is expecting a string parame... (by Daleth)
|
| Kindly assist me |
|
|
|
[4 replies] Last: @ Smac89 Thanks for the advice. (by eyenrique)
|
|
by Soulgin
whats the difference with these 2
|
|
|
|
[1 reply] : Really? You mean apart from the break? The break prevents looping by t... (by Ravenshade)
|
|
by gumbogogo
Random number problem
|
|
|
|
[7 replies] Last: I have it figured out, thank you everyone (by gumbogogo)
|
|
by paul1994
OOP
|
|
|
|
[4 replies] Last: thanks (by paul1994)
|
|
by zmlink
please help fixing my bad logic issues.. im a noob...
|
|
|
|
[3 replies] Last: or fail trying lol ! (by zmlink)
|
|
by anjeloyo
Testing a loop?
|
|
|
|
[3 replies] Last: void CreditCard::DoCharge(/*string name, */double amount){ for( int... (by anjeloyo)
|
|
by iHeartSTEM
How to output array as column/row NOT row/col
|
|
|
|
[6 replies] Last: Why not just cin >> y1 >> x1 >> y2 >> x2? (both in sMovement and fMove... (by Ravenshade)
|
|
by SamT
For Loop Question! need assistance!
|
|
|
|
[8 replies] Last: That is pretty close. Remember the idea is to reduce the number to 2 ... (by cire)
|
|
by yaraa
I have a question here
|
|
|
|
[6 replies] Last: #include <iostream> using std::cout; using std::cin; using std::end... (by eyenrique)
|
|
by jsmith1
using arrays
|
|
|
|
[3 replies] Last: num is 0 for the entire program. #include <iostream> int main() {... (by cire)
|
|
by kg4cjv
dynamic array of pointers that grow at runtime
|
|
|
|
[no replies]
|
|
by emilyth
Inventory: Reading in From a File
|
|
|
|
[no replies]
|
|
by ShLuBsTeR
How can i get a file extension from a file found using an iterator
|
|
|
|
[1 reply] : If that is boost's directory_iterator, just dereference it and call ... (by Cubbi)
|
|
by Jace
Calculator
|
|
|
|
[5 replies] Last: Thank you all so much! I found booradley60 to be extremely helpful. My... (by Jace)
|
|
by spaceybrains
replacing two newlines with a single newline
|
|
|
|
[6 replies] Last: So I have tried #include <stdio> int main( void ) #define MAX_CHAR ... (by spaceybrains)
|
|
by christanto
getting the max index number from an array of char
|
|
|
|
[no replies]
|
| pseudo number generator with a range |
|
|
|
[4 replies] Last: #include <iostream> #include <iomanip> #include <cstdlib> #include <c... (by Chervil)
|