by conterio
extracting int from a string
|
|
[3 replies] Last: If every input has format "text number " and if the compiler supports ... (by keskiverto)
|
&& and || or what's the difference? |
|
[9 replies] Last: The ciso646 defines macros, but the note says: "In C++, reserved words... (by keskiverto)
|
by Constipator
Problem with analysing string
|
|
[2 replies] Last: tbh, I'd just use boost split to do this for you: vector<string... (by Zaita)
|
Linked list not printing properly |
|
[3 replies] Last: I was wrong when I said it wouldn't compile with Dev-C++. It would com... (by pokemon master 64)
|
by Tystuh
Shed some light on this please.
|
|
[12 replies] Last: if ( x==1 || 2 ) is also a single condition. This is 2 conditions. I... (by Zaita)
|
by backslashx00
Programming in BT5 Linux with C++
|
|
[2 replies] Last: Hmm... Well this is new to me. (by backslashx00)
|
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 closed account 3CXz8vqX)
|
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 closed account 3CXz8vqX)
|
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]
|