by Wulfinite
How would I use a for loop in this situation?
|
|
[3 replies] Last: I think mutexe has answered that quite clear. But if you really need s... (by liuyang)
|
When I execute my program, a blank command window pops up - no syntax errors? |
|
[5 replies] Last: I would guess that you want this: while (inFile >> tool >> numberOfU... (by coder777)
|
by gibbsy619
Caesars Cipher
|
|
[2 replies] Last: Thank you, didn't really understand it but I have got the jist of it, ... (by gibbsy619)
|
by miguel96
VS 2013 to 2015
|
|
[11 replies] Last: I'll make a few changes but it might take a while. Thanks for the help... (by miguel96)
|
force correct input |
|
[3 replies] Last: reset values? why should i do that? Because the program logic requir... (by cire)
|
by gibbsy619
Caesars Cipher
|
|
[1 reply] : http://rosettacode.org/wiki/Caesar_cipher (by MiiNiPaa)
|
by Ch1156
How do I dereference a pointer to an array (1,2)
|
|
[37 replies] Last: #include <iostream> void Pointer(int *arrP) { for( int i = 0; i ... (by closed account 48T7M4Gy)
|
Inventory program |
|
[1 reply] : 62: completeTotal += totalValue; (by closed account 48T7M4Gy)
|
by watts42
nvm
|
|
[1 reply] : HW Question help List of question numbers followed by the letter of t... (by TheIdeasMan)
|
by cher1201
Polygon Class, help much appreciated!
|
|
[7 replies] Last: Hi, Maybe the interpretation of the assignment is a little off becaus... (by TheIdeasMan)
|
by CGunn86
[Win32 API] Set text and background color of static label?
|
|
[3 replies] Last: All the reading I've done seems to suggest WM_PAINT but still nothing ... (by CGunn86)
|
Need help with classes |
|
[8 replies] Last: Solved (by helloworld135)
|
by kyotosomo
How To Make Program Detect When Certain Letter Is Entered?
|
|
[1 reply] : depends on input.. or you could use a switch.. cout << "enter lette... (by learningcplusplus898)
|
For loop will not accumulate correctly |
|
[7 replies] Last: Yeah I thought that might be the case. Stick with what you had but the... (by closed account 48T7M4Gy)
|
by isom03
Fibonacci Lab
|
|
[1 reply] : Boolean is true or false... So you can make a bool variable and defi... (by pearlyman)
|
by digigaby
help with 2 counters for class assignment
|
|
[15 replies] Last: You need one more function in this program... line 73 add: CheckPlat... (by pearlyman)
|
by marjstov
Need help with sentence printing in Special characters
|
|
[7 replies] Last: Are you provided with a template for the letters? (by cire)
|
by Pickles
Int Validation
|
|
[2 replies] Last: gets (by hdj)
|
by victor77
cant find problem
|
|
[2 replies] Last: You did not supply data.h, so it is impossible to duplicate your probl... (by AbstractionAnon)
|
Simple inventory program - no operator matches these operands |
|
[1 reply] : setfill << (' ') setw(15) One of these things is not like the ot... (by LB)
|