by Bencojo
Calling another function from a file with it's own main.
|
|
[4 replies] Last: Alright, thank you, that is what i thought was the case, it's good to ... (by Bencojo)
|
by joeaswe1
Fixing code
|
|
[8 replies] Last: The only thing wrong now are the formulas? And the fact that total ... (by dhayden)
|
by jjj
need help fixing program
|
|
[3 replies] Last: I see that you wanted nothing mentioned if there was no leftovers. Her... (by gkraft)
|
by sljackson36
C++ Program
|
|
[3 replies] Last: There are... Quite a few errors there... I don't even... You should us... (by tristan1333)
|
by bigbzt
ATM program with switches
|
|
[3 replies] Last: It probably wouldn't compile if you were missing a break or }. (by tristan1333)
|
by axel609
reversing number
|
|
[5 replies] Last: Did anyone actually look at OPs code? @axel609 your rev_digit function... (by naraku9333)
|
by cibide
2 codes, same objective
|
|
[3 replies] Last: You are both right... ty... and sorry for variables names, I will do b... (by cibide)
|
by ReapZ
cin.get() and cin.ignore() to find next character.
|
|
[3 replies] Last: ne555 that would work but i need to enter the entire encoded message a... (by ReapZ)
|
by joecookjc
For loop trouble, possible logic issue
|
|
[5 replies] Last: http://www.cplusplus.com/doc/tutorial/control/ has explanation that mi... (by keskiverto)
|
abc |
|
[2 replies] Last: Double post: http://www.cplusplus.com/forum/general/156253/ (by cnoeval)
|
by cibide
Infinite Reaction
|
|
[1 reply] : Pay attention to the difference of 3 << 1000 and 3 < 1000 One is ... (by keskiverto)
|
by nemimi
Even or odd followed by multiplication
|
|
[6 replies] Last: Hm. I usually use c++ to compile. I'll try g++. Thanks! (by nemimi)
|
by PeakyMungo
Help with Nested Structures
|
|
[3 replies] Last: add the 9 employees to an array. create a function to do the calculati... (by shadowCODE)
|
by CNerd2121
Compiler Issues For Assignment
|
|
[6 replies] Last: Other issues: - Each of the professor's comments about the functions ... (by dhayden)
|
by crazya2
Prime number simple error
|
|
[1 reply] : Simple enough for you to figure out for your self that for every num... (by shadowCODE)
|
Need help with reading a file into a loop and processing |
|
[1 reply] : You have an extra closing curly brace right after your while loop. Rem... (by Stremik)
|
by furryfun
using DevC++, working on input stream, having input file linking issue
|
|
[no replies]
|
by Durpo
While Looping and Odd Numbers
|
|
[4 replies] Last: all i need is to make line 13 into z>0 for it to work You don't even... (by dhayden)
|
by Akion94
Need help with (while loop)
|
|
[5 replies] Last: Thanks alot, shamieh n everyone. Thanks to your explanation, I underst... (by Akion94)
|
by cvilexx
Converting ints to letters and vice versa
|
|
[no replies]
|