by dbianco
Looping a Program
|
|
[1 reply] : well there are two basic loop functions, for and while loops, so do fo... (by ui uiho)
|
by darryldh66
Travel Expense
|
|
[1 reply] : well make a formula for it. how many variables do you need? what do yo... (by ui uiho)
|
by SPNlupa
Debugging Help
|
|
[2 replies] Last: int highMonth(double sales ) { double highest; highest = sales ; //... (by Baelix)
|
by EeAA
linked list using a stack
|
|
[1 reply] : For starters, you may want to use the code, /code tags so that your pr... (by Baelix)
|
by IWishIKnew
"space" characters in array sequences are excluded
|
|
[9 replies] Last: no kidding. Instead of encryption, i can use this. I wrote a passwor... (by IWishIKnew)
|
by lewski68
Running code in itself?
|
|
[1 reply] : you would have to open the .cpp file using fstream read all the chars ... (by k0t4)
|
by dusk
increasing a variable for no reason
|
|
[3 replies] Last: let me know when u are finished with the mini rpg.. I wanna play it :) (by findme)
|
by cedrus
slecting the largest no.
|
|
[6 replies] Last: Lmao, this made me laugh. Good one. (by BlackSheep)
|
by itsdelliott
Can anybody help explain why output isn't working correctly?
|
|
[2 replies] Last: I'm still confused by what you're saying. I need to ignore() before ev... (by itsdelliott)
|
by Valdo
Functions to Classes
|
|
[5 replies] Last: You haven't posted any code. (by Zhuge)
|
by moot1
errors
|
|
[5 replies] Last: See if this helps. #include <iostream> // declare all of the librarie... (by Subzero030201)
|
by samlang
Help with function/array/pointers?
|
|
[3 replies] Last: *stArray = new bool ; stArray is a pointer. So the * in *stArray... (by Disch)
|
by I3lue
how do you display a position of an user input
|
|
[1 reply] : You can add 1 to a number and set it equal to a place variable and the... (by ui uiho)
|
C++ Need help please, Can anyone type that part? |
|
[2 replies] Last: And cut out that system pause please, read the second post on this beg... (by ui uiho)
|
by fahad007
case sensetive
|
|
[2 replies] Last: Use the functions toupper() or tolower() (by Need4Sleep)
|
by BananaCode
Debug assertion failed: _BLOCK_TYPE_IS_VALID(phead->nBlockUse)
|
|
[7 replies] Last: Everythings working now, and I've written my first datastructure, the ... (by BananaCode)
|
by byronflds
need help with "for loop"
|
|
[6 replies] Last: #include <iostream> #include <cmath> using namespace std; int main ... (by Subzero030201)
|
by CJC0117
segmentation fault
|
|
[3 replies] Last: Thanks Peter. chain1 wasn't empty. the problem was that i was unsign... (by CJC0117)
|
Where are constructors used ?! |
|
[5 replies] Last: Thank you guys, thanks a lot! (by Bashkim Ukshini)
|
by donwon86
Limit Input
|
|
[2 replies] Last: Thanks, that does stop the multiple errors from happening (can you exp... (by donwon86)
|