by aloud9
cin problem
|
|
[1 reply] : You just need to declare Package as a char rather than a double ... (by Norm Gunderson)
|
by ywyak
Km to miles conversion
|
|
[2 replies] Last: The name "km_per_mile" is incorrect, since the variable actually conta... (by helios)
|
by akanash94
baseball stats program help plz
|
|
[3 replies] Last: Here is a simpler, indented code that has the same error before line 1... (by keskiverto)
|
by Amiplus
map<string>, vector<string>> myMap (1,2)
|
|
[24 replies] Last: Sorry for the late replay. Seems that the mentioned routine was not i... (by Amiplus)
|
by chrismc1976
rainfall program using functions
|
|
[4 replies] Last: Thanks very much, It worked. (by chrismc1976)
|
by Giftfg
question
|
|
[5 replies] Last: okie I tryd to study that one posted by ericool but when compiring it ... (by Giftfg)
|
by rogerx
usb driver?
|
|
[1 reply] : Depends on your OS. If your in Windows check out MSDN : https://msdn.m... (by wizebin)
|
by saruff
HELP PLZguess the number (random+functions)
|
|
[11 replies] Last: sure, thanks (by saruff)
|
by foamrule
Need help graphing a sine wave.
|
|
[8 replies] Last: oh, that is so cool(it's working now), thank you a million times! (by foamrule)
|
by Dala Darko
Help! Output is not printed.
|
|
[2 replies] Last: The reason is on line 10 in C.cc: The compiler misinterprets the expr... (by coder777)
|
by A1693
Dynamic array issues
|
|
[2 replies] Last: remove () . Note also that define is lil evil here , if I was a compi... (by Ericool)
|
by Pollycode
ASCII
|
|
[4 replies] Last: note that a char can also store value between -127 and 127 Or 0 and ... (by MiiNiPaa)
|
by miladmoghimi
Almost done with program need a little bit of help finding max! (Functions/Arrays)
|
|
[5 replies] Last: I thought the point of mentioning a binary tree is a worthwhile additi... (by closed account 48T7M4Gy)
|
by Winsu
confusion with strcpy
|
|
[2 replies] Last: I recommand that you use string class methods(c++) define in <string> ... (by Ericool)
|
by Mor1994
returning char array in classes
|
|
[5 replies] Last: generally speaking try to avoid returning non-const pointer for getter... (by Ericool)
|
by solidstan
error: format specifies type 'long long' but the argument has type 'long long (*)(long long)
|
|
[4 replies] Last: Thanks loads, I have changed it to long long firstDigit(long long x){... (by solidstan)
|
by Parth sindhu
Plz help!!
|
|
[6 replies] Last: DO you have that file opened elsewhere? You cannot (usually) open an a... (by MiiNiPaa)
|
by Nixuzzboy
Temperature
|
|
[5 replies] Last: [quote=inspiringnoob]Also I added using namespace std; So then you don... (by TheIdeasMan)
|
by JanoOr
Passing member function to member functions
|
|
[1 reply] : Simple example of passing members around: #include <iostream> struc... (by MiiNiPaa)
|
by Elyril
Input Validation
|
|
[5 replies] Last: You could validate it with regex if your compiler supports C++11, or y... (by LB)
|