by mv81
cin not working
|
|
[1 reply] : You should be using a string for name. All your variable's are set as... (by Pebble)
|
by tawsif95
Payroll Program
|
|
[3 replies] Last: by tawsif95: Do not accept negative numbers for anything. Write ... (by mobotus)
|
by reese959599
validation loop trouble
|
|
[no replies]
|
Calc |
|
[9 replies] Last: Is there a smaller parsing technique that I can use? (by RealGiganitris)
|
by wh33lybrdy
Hints on reverse polish calculator program. Headed in right direction but stuck with a few questions
|
|
[5 replies] Last: You need header guards, to prevent the header from being included twic... (by Chervil)
|
by mv81
C++ help
|
|
[9 replies] Last: Alright i got it. Thanks for the help!! (by mv81)
|
by Nata
Currency converter
|
|
[4 replies] Last: Thank you!! I am new at this and I cannot quite get everything well!! ... (by Nata)
|
by dmpaul26
Cin not allowing input
|
|
[2 replies] Last: I should have specified that I already tried that, that's what origina... (by dmpaul26)
|
How to use cin as an argument ? |
|
[1 reply] : you could create a function: string input(){ string input; cin >... (by CLman94)
|
by iamlearning
loops
|
|
[6 replies] Last: srand(time(NULL)); for(nblancer = 1; nblancer <= 1000000; nblancer*=... (by Skinnyjr)
|
by MazzFraps
Prime numbers in order
|
|
[8 replies] Last: Thank you, your code helped me a lot and now it finally works! :D (by MazzFraps)
|
Undefined behavior? |
|
[3 replies] Last: > but is there a chance for undefined behavior There is undefined beh... (by JLBorges)
|
by Tiger58
Can someone please explain this pointer line to me?
|
|
[3 replies] Last: Yeah the issue is that my real program (this is just to show the examp... (by Tiger58)
|
by Ediie
Problem C: Voting
|
|
[2 replies] Last: That's it? I thought you have to put "int" and more, but that's it? (by Ediie)
|
by Jinstry
Making a simple calculator
|
|
[3 replies] Last: Thank you so much Danny Toledo! It works! This may sound like dumb que... (by Jinstry)
|
Bingo Game |
|
[1 reply] : @passionateswimr I compressed the filling of the bingo card columns. ... (by whitenite1)
|
by MJGilbert
appending one string to another?
|
|
[2 replies] Last: Oh, awesome! Simple enough LOL thanks! (by MJGilbert)
|
by cyberdude
code help pls
|
|
[4 replies] Last: thanks i figured it out (by cyberdude)
|
by mmy23alxo
Fishweights Problem
|
|
[5 replies] Last: #include <iostream> #include <iomanip> #include <fstream> using names... (by mmy23alxo)
|
by testkurva
Making graph in c++
|
|
[4 replies] Last: Of course you can, and that's how you do it ( depending what you want ... (by Zaki Al Qudah)
|