by stas76
about function
|
|
[1 reply] : line 39 double num; Initialise your variables. (by ne555)
|
by MAhmed
little prob
|
|
[1 reply] : Line 23: You have a { with no closing } Your else clause is followin... (by AbstractionAnon)
|
by false
please respond :)
|
|
[7 replies] Last: how could i have been so stupid :)) ofc its for chaining :)) thanks al... (by false)
|
by fcailin
Roman Numeral Calculator
|
|
[2 replies] Last: line 6: inFile is global. It needs to be inside main(). Lines 8-18:... (by AbstractionAnon)
|
by sasafeb
Polynomial operators + - * =
|
|
[3 replies] Last: Please don't open a second thread for the same problem. http://www.cpl... (by AbstractionAnon)
|
by MAhmed
Calculation
|
|
[1 reply] : Line 20: You're not including total in your calculation. (by AbstractionAnon)
|
by temerson11
c++ Number Analysis Arrays having issues
|
|
[1 reply] : Line 14: numbers should not be global. Line 49,53,57,61: I would us... (by AbstractionAnon)
|
by cloonix
Pass object to constructor and work with the original
|
|
[2 replies] Last: Thanks keskiverto. I guess i understood your explanation. The solution... (by cloonix)
|
by YvngSavage
Error
|
|
[10 replies] Last: Okay, I'll change it and see if anything changes, as of right now it s... (by YvngSavage)
|
by ephraimr
I need libcurlcurl to download the right things!
|
|
[12 replies] Last: Thank you for all the help, Mr Thomas. I will check out the link. (by ephraimr)
|
How to create these two functions with their respective variables? (1,2) |
|
[20 replies] Last: Having a setter function is nice too : double getBalance() { retur... (by Naughty Albatross)
|
by adam2016
another quick pointer question
|
|
[5 replies] Last: You are welcome :) (by Naughty Albatross)
|
by adam2016
pointers question
|
|
[2 replies] Last: *ppx=new int; simply means dereference ppx and allocate an int memor... (by Aceix)
|
by MAhmed
html and c++
|
|
[2 replies] Last: You can certainly create HTML using C++. There are also graphics libr... (by Duthomhas)
|
by adam2016
multidimensional arrays
|
|
[9 replies] Last: Heh, yeah. It's unusual for me to be the one pointing out the error in... (by Duthomhas)
|
by E13907
User Interface Help!!!!!
|
|
[2 replies] Last: Thanks i fixed the "==" problem . im learning switch right now. (by E13907)
|
by MAhmed
loops
|
|
[3 replies] Last: You'll need a nested for loop. Outer loop controls the number of rows,... (by Arslan7041)
|
by YellowHeart
Processing text files sequentially
|
|
[2 replies] Last: You can use perror to display a more informative error msg if the file... (by Thomas1965)
|
homework not sure what to do |
|
[8 replies] Last: Glad it helped :) (by Naughty Albatross)
|
by twool4455
Help!!!!!!!!!!!!
|
|
[6 replies] Last: Learn more about functions : http://www.cplusplus.com/doc/tutorial/fu... (by Naughty Albatross)
|