by Raioner
College Tuition Program
|
|
[5 replies] Last: Thanks for pointing out those other mistakes now I get to sleep for a ... (by Raioner)
|
by pinmi
Getting started on Blackjack Game
|
|
[3 replies] Last: Thanks much for the suggestions. Both helped a lot to get me started! (by pinmi)
|
by jmeadors24
Limit input when a number is entered...
|
|
[1 reply] : cout << "Enter trader " << index + 1 << " number (or -999): "; cin >>... (by Aceix)
|
by topchef
Read and write textfile using pointer
|
|
[1 reply] : The file input and output works for for me, there are just a couple th... (by monad)
|
by Echo1994
How to use the input value?
|
|
[3 replies] Last: Thank you so much, both of you! I just tried your codes and both of th... (by Echo1994)
|
by Horosha
Rewriting strtok
|
|
[6 replies] Last: OK, here I am. First, make sure to click on the link I gave you, and ... (by Duthomhas)
|
by MW130
xcode how to set search paths?
|
|
[no replies]
|
My program is sloppy - help intro'ing new functions |
|
[2 replies] Last: I feel I am getting closer to what I need (refer to first post). Alth... (by R2B Boondocks)
|
by MW130
Question about sdl
|
|
[4 replies] Last: monad, thank you soo sooo much!!! (by MW130)
|
by gta100
Program crash with cin.get() function
|
|
[6 replies] Last: for ( ;; ) {} is one way of writing an infinite loop. (by cire)
|
by MW130
problem in xcode rly need help
|
|
[8 replies] Last: aceix, I really dont know lol Im sorry It just stopped, I think cause ... (by MW130)
|
multiplication problem |
|
[3 replies] Last: (Please use double and not float , unless you have a good reason.) ... (by Mathhead200)
|
by qiyamah
Appropriate Loop Needed
|
|
[4 replies] Last: No problem, just make sure you understand why it works. (by Mathhead200)
|
by joelsjet
Numbers Drifting
|
|
[4 replies] Last: A double IS a floating point number. A double may have more precision ... (by Moschops)
|
by WaVyPaRtIcLe
eat and talk at same time?
|
|
[1 reply] : use a for loop to access each element of the array then use an if stat... (by Aceix)
|
by jmeadors24
getline skips first ?
|
|
[5 replies] Last: Thank you again. (by jmeadors24)
|
by Moonraker
Counting specific string in a TXT file
|
|
[3 replies] Last: How about count_if() ? #include <iostream> #include <fstream> #inc... (by andywestken)
|
by EZX
Why is my code not working?!
|
|
[3 replies] Last: not sure why i put / in there WOW!!! (by Aceix)
|
by laumonique
I'm missing something in this program.
|
|
[3 replies] Last: Moschops & Stewbond ,Thanks so much! (by laumonique)
|
by spowers225
string parameter and comparison
|
|
[2 replies] Last: string::compare is for three-way comparison. You only need a boolean c... (by Cubbi)
|