by rojan1918
Multiple character problem
|
|
[3 replies] Last: cin @ 28 & 38 is not always the best method. getch () would probably ... (by ShiftLeft)
|
by galaxylfc
C++ project
|
|
[5 replies] Last: It didn't mention if there could be multiple players in that file. Th... (by galaxylfc)
|
by Incognito12
Classes not being Inherited and help with virtual Functions?
|
|
[10 replies] Last: Im too lazy to type std:: on every standard thing. Find & Replace :... (by TheIdeasMan)
|
by andykamin3
I Need Help
|
|
[2 replies] Last: Have a look at the Windows API. https://msdn.microsoft.com/en-us/libra... (by integralfx)
|
by cpq2g1zw2
Switches
|
|
[12 replies] Last: if (argc !=2){ std::cout << "Usage:" << '\n'; std::cout << "-w to wr... (by cpq2g1zw2)
|
by RAVSHAN02
Need help with string manipulation code
|
|
[2 replies] Last: Thanks a lot! (by RAVSHAN02)
|
by markiepeanut
Not Getting the right output
|
|
[1 reply] : void input(double & weight, double & height) { std:: cout << "... (by TheIdeasMan)
|
C code in c++ keeps crashing, using arrays and pointers |
|
[5 replies] Last: Thank you very much kind sir, I've been staring at this for a while wo... (by Jonathan Mcnuel)
|
by bastri
Create objects inside a do-while with contiguos name
|
|
[5 replies] Last: Thanks a lot to both of you. It seems i have to read a lot to implemen... (by bastri)
|
by patstark76
Loop start and stop
|
|
[6 replies] Last: I finally figured it out after tinkering with it. Thank you all who ga... (by patstark76)
|
by etsuper258
Statistical Calculator help
|
|
[1 reply] : So I got the sentinel loop to end the inputting data and print the val... (by etsuper258)
|
by Arslan7041
Coversion Constructor?
|
|
[2 replies] Last: Hi, Technically, a converting ctor is any ctor that doesn't have the ... (by TheIdeasMan)
|
by cpq2g1zw2
Switches
|
|
[no replies]
|
by ripon 123
printing the maximum number
|
|
[3 replies] Last: thanks a lot man i appreciate it (by ripon 123)
|
Help with Cipher HW |
|
[1 reply] : You have presumably studied arrays and basic flow control constructs, ... (by Duthomhas)
|
by dmacfang8
Constructive criticism
|
|
[5 replies] Last: 1: sex is what you do, gender is who you are. 2: Use string vectors ... (by ShiftLeft)
|
by leo255
Not sure what's wrong with my HeapSort Code
|
|
[2 replies] Last: You are mixing indices and values. It might be helpful to go through ... (by Duthomhas)
|
by etsuper258
Incompatible Declaration
|
|
[2 replies] Last: Wow.. Can't believe I didn't catch that. Thanks! (by etsuper258)
|
by Volgin212
String issue
|
|
[6 replies] Last: Thanks, that got it. I appreciate the help guys! (by Volgin212)
|
by mohusam
&& and the ||
|
|
[7 replies] Last: Basically #include <iostream> int main() { bool b1 = true, b2 = f... (by ChajusSaib)
|