| help me to figure out the error pls........ |
|
|
|
[1 reply] : Include directive #include <cstdlib> (by vlad from moscow)
|
| Miscalc in find all sum of all mults of 3 and 5 less than 1000 |
|
|
|
[2 replies] Last: As well as the double counting of 15 and multiples, the output loop st... (by Chervil)
|
|
by drobilc
Multiply all smaler numbers than number specified
|
|
|
|
[3 replies] Last: Variable c will always have the value of b * ( b + 1 ). As in your exa... (by vlad from moscow)
|
|
by Pebble
TicTacToe Exercise
|
|
|
|
[3 replies] Last: Thank's for your comment's. Found an error in the win check at line 12... (by Pebble)
|
|
by Minimacfox
Help! Investment program
|
|
|
|
[no replies]
|
|
by Hans999
Global variable of own type
|
|
|
|
[3 replies] Last: Yes, I have had #include "define.h" both in Form1.h and my_project.cpp... (by Hans999)
|
|
by conterio
extracting int from a string
|
|
|
|
[3 replies] Last: If every input has format "text number " and if the compiler supports ... (by keskiverto)
|
|
by Ravenshade
&& 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 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)
|