by zspar
Square root slightly off
|
|
[3 replies] Last: You need to: - return a value on line 34 (as mbozzi says above) - use ... (by lastchance)
|
by Googie85
Return to int main()
|
|
[6 replies] Last: Thank you so much!!! Matt. (by Googie85)
|
by roxanetd
capturing user input into an array
|
|
[3 replies] Last: Actually I don't think you should use cin.ignore() in this function. ... (by Chervil)
|
Array math, average, even numbers and the minimal value. |
|
[13 replies] Last: simply for average u write a while loop #include <iostream> using nam... (by Shahrukhx04)
|
by kingkush
No matching function call
|
|
[4 replies] Last: as soon as i posted i realized it was a const char and got it working.... (by kingkush)
|
by codecrasher
How to be a good coder?
|
|
[1 reply] : Hi, please edit your topic and move it to lounge section, you may see... (by shadder)
|
by tlctech
Unqualified-ID error
|
|
[4 replies] Last: Do I need to do something with the weeks? (by tlctech)
|
Multiplying a variable by itself(squaring) without using pow function |
|
[1 reply] : double squared = double initial * double initial; You're declaring d... (by integralfx)
|
by loulau
find common elements from two arrays
|
|
[4 replies] Last: Thank you AbstractionAnon. I think the program is correct now. I need... (by loulau)
|
by cppppc
LinkedList using array?
|
|
[4 replies] Last: Thanks !! (by cppppc)
|
by randflec
Phone book Program
|
|
[1 reply] : Hello randflec, The first thing I would is decide on what variables I... (by Handy Andy)
|
by mikevick
Pointer to String Array Question
|
|
[1 reply] : When passing single dimensional arrays to functions the following are ... (by jlb)
|
by Megalow
Trouble with Loan Payment Calculator Program
|
|
[3 replies] Last: You're still doing effectively the same thing that booradley pointed... (by AbstractionAnon)
|
by Day Vide
Local IP Address
|
|
[1 reply] : C++ does not provide a function to do that. You're going to have to ... (by AbstractionAnon)
|
by master12
Updating code
|
|
[1 reply] : What compiler and operating system are you using? The conio.h header f... (by jlb)
|
by PolarBear99
URGENT - file operation question
|
|
[6 replies] Last: Well, it is exactly what you are using in your own example! So? I as... (by jlb)
|
by rain
What is wrong with this C++ code?
|
|
[1 reply] : Use g++ instead of gcc when compiling C++ code. (by Peter87)
|
Need Help |
|
[3 replies] Last: You simply need to iterate through the arrays comparing the student an... (by AbstractionAnon)
|
by naegleria73
Search vector by line number
|
|
[3 replies] Last: Hello naegleria73, If you want to extract from the vector by using a ... (by Handy Andy)
|
by imstuux
A noob has a problem
|
|
[9 replies] Last: But you haven't used a while loop anywhere in that code? If you want... (by Chervil)
|