by iluv41
Looping question
|
|
[1 reply] : Hi @cheer4BAS, try: do { balance = PlayGame(balance); cout << ... (by eyenrique)
|
by Retraction
function brings up random letters and numbers?
|
|
[3 replies] Last: Two (three? four?) things: -- To call your distance_formula , you nee... (by long double main)
|
by iluv41
undefined variable, do while loop question
|
|
[1 reply] : Declare balance before the loop: int balance; do { balance = Pl... (by long double main)
|
by rookiecoder
Cant get my loop to work!!
|
|
[13 replies] Last: @ rookiecoder: Ah I see. Try this then: float dummy = deposit; int y... (by Stormboy)
|
by original4u
rock paper scissors help
|
|
[3 replies] Last: Guys, I appreciate the help. The program now work the way it was inten... (by original4u)
|
by Retraction
Problem with if else?
|
|
[3 replies] Last: Thanks. It worked. (by Retraction)
|
Exam Question Predict the Output |
|
[4 replies] Last: @giblit yes I got it but bit late... see I lost marks alright but joke... (by closed account 4jzvC542)
|
by jb1200
calculating a fibonacci sequence
|
|
[1 reply] : The counter should not be used in generation of the fibonnaci numbers.... (by Hiten)
|
by enemy
conversion constructor
|
|
[1 reply] : you can declare a public member function so called mutator which essen... (by nvrmnd)
|
Help Building Cal3d2ogre |
|
[no replies]
|
by doctorX
Dynamic Arrays
|
|
[6 replies] Last: Ohh ok. I totally get the logic behind the loop part, I just didn't kn... (by doctorX)
|
by ronnyHidayat
can't compile program in dev-cpp
|
|
[3 replies] Last: Thank you to catfish666, you right. Dev-c++ conflicting with minGW. ... (by ronnyHidayat)
|
by alsade
how can i calculate 'the sizeof pointer's array
|
|
[1 reply] : I recommend to use std::array<> and just call .size() member funct... (by nvrmnd)
|
by Falke88
Some issues with .h and .hpp files
|
|
[6 replies] Last: OK, two things. First, you need to move your extern declarations of th... (by TwilightSpectre)
|
by chk2
core dumped- dynamic arrays
|
|
[4 replies] Last: change delete arr ; to delete arr[ loop ] and int **&arr to i... (by nvrmnd)
|
by shaikha
can anyone help me plz
|
|
[4 replies] Last: sorry but i didn't get the dividing point !! so i need to divied over ... (by shaikha)
|
by Mizfizz
Beginner Exercise Help
|
|
[3 replies] Last: you can try : int a=10; int sum=0; while(a>0){ sum+=a; a--; } e... (by zsteve)
|
by newbie2014
C++ for beginners : Array's problems
|
|
[1 reply] : 1) regmane and revname should be string, not char. 2) Line 98: there ... (by MiiNiPaa)
|
by dleanjeanz
For loop will slow down if it have to repeat many times?
|
|
[4 replies] Last: Thanks guys, all I did was adding ios_base::sync_with_stdio(false); ... (by dleanjeanz)
|
by Antone333
adding texture to a rpg game
|
|
[1 reply] : You are going to have to use a 2d/3d graphics library for textures. I ... (by giblit)
|