by cabigler
modifying the code
|
|
[1 reply] : Line 5 needs a comma, not a period. Line 8 is redundant as your i valu... (by closed account iN6fizwU)
|
by NICE8x
Error- 'determineDay' : local function definitions are illegal
|
|
[no replies]
|
by Azotherian
Creating a 2d array matrix from getting the row and column from a file
|
|
[1 reply] : Is TOTAL really allowed to be 'const'? Surely it depends on your input... (by closed account iN6fizwU)
|
by fancyfanz
Don't know how to set up range
|
|
[2 replies] Last: Note: Your three functions should return an int value (lines 6, 25, ... (by keskiverto)
|
by mynicks
strlen, help
|
|
[3 replies] Last: my silly mistake the buffer size. it should be 21 the buffer size. m... (by mynicks)
|
by fancyfanz
Any help counting lines in an if stream file
|
|
[3 replies] Last: it worked! thanks a lot, i was a little confused on how to call the fu... (by fancyfanz)
|
by nfnicolas
Algorothm for finding the main element of the list
|
|
[1 reply] : The program is using command line arguments to pass the desired values... (by jlb)
|
by unknown3112
Trying to convert code from Java to C++ Struggling with some homework :( Please help
|
|
[4 replies] Last: Hello unknown3112, Do not double post. I left you a response in messa... (by Handy Andy)
|
by unknown3112
Need a little help with my Homework :(
|
|
[2 replies] Last: Hello unknown3112, As it is now your code will not even compile. Ther... (by Handy Andy)
|
by unknown3112
Code isnt coming up with proper results :(
|
|
[1 reply] : Please don't post the same question multiple times. It's confusing an... (by AbstractionAnon)
|
by unknown3112
C++ Code Help
|
|
[8 replies] Last: Lines 50,63,76,89: printf() expects a simple C-string for the format ... (by AbstractionAnon)
|
by naegleria73
Error Messages When Compiling Card Game (Red Dog)
|
|
[2 replies] Last: Line 27: Needs a ; as pointed out previously. Line 28: Extraneous ... (by AbstractionAnon)
|
by ajtorres
new to programming
|
|
[13 replies] Last: Yes. You're on the right track now. Just try to finish it--you'll lear... (by theturk1234)
|
Undefined reference to Widget(double) |
|
[5 replies] Last: My apologies. Thanks. (by AtticusOmundson)
|
by iSquall17
Trigonometry Function Table
|
|
[3 replies] Last: What does the round() do? Check its documentation. (by keskiverto)
|
by jesusman23
how to input numbers with commas and then read it as a integer or double..
|
|
[1 reply] : Read it in as a string and convert to a int. You have to do the same t... (by SamuelAdams)
|
by Aizaia
Input Validation
|
|
[11 replies] Last: Sure, no problem! (by theturk1234)
|
by egio
How to make first lowest value not interfere with average calculation?
|
|
[5 replies] Last: No problem! :) (by theturk1234)
|
by Cruicial
EditLords
|
|
[3 replies] Last: Not a problem! Well, the best thing is to get into the right habits. ... (by theturk1234)
|
Checking for a string in another string |
|
[1 reply] : Just use string::find() Like this: string s1 = "apple"; string s2 =... (by theturk1234)
|