by sabbirshawon
Vending Machine
|
|
[1 reply] : what problem? (by mutexe)
|
Trouble with quadratic equation |
|
[2 replies] Last: Excellent thank you! My program now works as intended. #include "std... (by enternamehere)
|
by selenium
undefine referennce __gmpf_init...
|
|
[1 reply] : i think i got the problem solved already(cuz i just can't link the lib... (by selenium)
|
by mono92
Dice Roll
|
|
[3 replies] Last: dice = rand()%6 + 1; //Implicit cast here. //If anytime types will c... (by MiiNiPaa)
|
by mono92
2d array conversions
|
|
[4 replies] Last: Okay thanks for clearing that up for me!! i think im just going to hav... (by mono92)
|
by Aquos
Yes or No
|
|
[3 replies] Last: Thanks! (by Aquos)
|
by Aceix
Setting up code::blocks!
|
|
[5 replies] Last: Thanks for helping. I ad to link to many libraries. Aceix. (by Aceix)
|
by zmlink
1 error and dont know why header inclusion?
|
|
[5 replies] Last: Holding you explicitly to what you've said: #include "Automobile.h" ... (by closed account DEUX92yv)
|
by Ludidi
print numbers up n down
|
|
[2 replies] Last: thanx so much (by Ludidi)
|
by sabbirshawon
number devision
|
|
[3 replies] Last: Thanks both of You :) (by sabbirshawon)
|
by Ahmad1797
How to return multiple integers from a function?
|
|
[19 replies] Last: [quote=Stewbond]+1 to Peter87. -1 to those suggesting globals or tuple... (by cire)
|
by invoker
How to register keyboard input?
|
|
[2 replies] Last: Since this is a text-based adventure, getline(cin, MyString); would ... (by Daleth)
|
by sal1911
help with arrays
|
|
[12 replies] Last: #include<iostream> using std::cout; using std::cin; using std::endl;... (by eyenrique)
|
by cmiller9732
help!!!!!!!!!!
|
|
[1 reply] : In order to hold numbers from 0 (the index an array starts at) to 18, ... (by cire)
|
by Sspangler
Unresolved external symbols
|
|
[4 replies] Last: well it seems its working just fine on my partners computer so i guess... (by Sspangler)
|
by joeydal
Search and Sort
|
|
[1 reply] : What is the problem you are having? (by writetonsharma)
|
by AprilC
Translation
|
|
[2 replies] Last: Thanks MiiNiPaa that made it a bit simpler im just confused about gene... (by AprilC)
|
by Aquos
Color Question..
|
|
[5 replies] Last: #include <iostream> #include <conio.h> using namespace std; int main(... (by Aquos)
|
by cmiller9732
reading data from file
|
|
[2 replies] Last: int main() {int i=0; int STUDENTS=i; int scores ; if... (by cmiller9732)
|
by DanStirletz
Breaking a string down
|
|
[2 replies] Last: In all honesty, using the sstream is the best way to do this, but ano... (by Ssturges)
|