Hackerrank array input method |
|
[1 reply] : What method? I would have guessed that any valid code which actually ... (by salem c)
|
by commitzero
If/else run-time error
|
|
[3 replies] Last: It works now! Thanks for the help. Also had to add cin.ignore() since ... (by commitzero)
|
by AL88
overloading ostream issue
|
|
[4 replies] Last: Thanks for your invaluable help, got it to compile :-) (by AL88)
|
by ajent047
Incorrect Output
|
|
[4 replies] Last: It worked! I am still a beginner at C++ so thank you for the help! (by ajent047)
|
by Zivojin
Minesweeper game problem
|
|
[7 replies] Last: Yes thank you very much.I get it now.Because I do not check if that ti... (by Zivojin)
|
Capitalize first two letters of a given string |
|
[3 replies] Last: Each condition in an if statement must be independent, you need a con... (by Yuripetrocchi)
|
Sorting with random numbers |
|
[9 replies] Last: ... it defines a timer, put it right above main and use it in main as ... (by jonnin)
|
by Gerardo559
basic help -function and structs.
|
|
[8 replies] Last: if (e.hours > MAXREGHOURS) { //... } //if (e.hours <= MAXREGHOURS)... (by ne555)
|
by Jamec
Can someone explain why my code isnt working?
|
|
[8 replies] Last: This: array is array notation. (by jlb)
|
by amgs65
Using do while loop to get the average of ten numbers.
|
|
[3 replies] Last: It's trivial to convert a for loop to a while loop. The for loop stat... (by MikeyBoy)
|
by Deadweight77
Adding rationals with overloading operators
|
|
[3 replies] Last: Line 25 simply overwrites the value from line 24. I guess you want lin... (by coder777)
|
by stephcat5
Accessing Private Variables Within Class
|
|
[3 replies] Last: when you call a member function, the object is passed as a hidden argu... (by ne555)
|
by Ineff
Code Review
|
|
[11 replies] Last: By including the header files in <>s before any header files in ""s. ... (by MikeyBoy)
|
by zak100
File header Size
|
|
[6 replies] Last: but I can't find a similar library for PDFs Funny, I found plenty. T... (by Duthomhas)
|
Need good workaround for simple double errors. (1,2) |
|
[32 replies] Last: Some other comments: Surveyors GPS have had the L5 signals for a long... (by TheIdeasMan)
|
by colt
How my program is find these two classes?
|
|
[3 replies] Last: //a.h #ifndef a_guard #define a_guard void a() {} #endif //b.h #ifn... (by poteto)
|
by XboxOne2019
Pointers to structures (1,2)
|
|
[20 replies] Last: It wasn't in the instruction sheet I posted. It might have been mentio... (by XboxOne2019)
|
by geminilie
Need Help: Wholesaler Problem
|
|
[4 replies] Last: #include <iostream> #include <iomanip> using namespace std; void get... (by lastchance)
|
by Stauricus
segmentation fault with string and char*
|
|
[7 replies] Last: > std::string str = sqlite3_mprintf("INSERT INTO table (number) VALUE... (by ne555)
|
by oldnoob
Casting subclasses via an interface
|
|
[10 replies] Last: No worries, I didn't interpret anything said as being contradicting. T... (by Ganado)
|