by Kumaresh0402
Problem with COMPILER version !!
|
|
[10 replies] Last: Perhaps you should use different command line options on the PL/I to C... (by dhayden)
|
by nycmcc27
getline() outputting extra whitespace after certain objects
|
|
[11 replies] Last: Zybooks. I go to school online, so it's a weird one. Typically try to ... (by nycmcc27)
|
by Shervan360
which values does the c variable keep inside it? - C++
|
|
[4 replies] Last: Ask the professor how the value of c can decrease when the only code t... (by dhayden)
|
by Cloudfrost
Problem with program output
|
|
[5 replies] Last: Thanks for the pointers, I've managed to figure it out and have it wor... (by Cloudfrost)
|
by Daniel Steel
Array not allowing data entry using ifstream.
|
|
[2 replies] Last: Perhaps the file did not open or a read did fail. Those can be tested:... (by keskiverto)
|
String Search |
|
[6 replies] Last: I am gone a bit over board when I written some of my variables. Which ... (by studentUser23)
|
by jzilliam
Classes and Constructors
|
|
[18 replies] Last: Try this: #include <iostream> #include <iomanip> #include <string> ... (by seeplus)
|
by n00b1e
Nested class error (Variable has incomplete type)
|
|
[3 replies] Last: template < typename T > struct Vector { class Iterator ; // decl... (by JLBorges)
|
by Mae4ashy
Randomized SkipList Implementation
|
|
[12 replies] Last: Thanks a lot, that was the problem!! Oh wow, i think i wouldn't have f... (by Mae4ashy)
|
by BigNibs
is it possible to return 2 values from a function
|
|
[6 replies] Last: As only 2 values are to be returned, there's also std::pair as well as... (by seeplus)
|
by Geckoo
Populate an array with Vector2
|
|
[7 replies] Last: Ok. I understand now. Thank you for your explanations. I though that ... (by Geckoo)
|
by Pen72
Improve time efficiency
|
|
[1 reply] : what to say... you can try to find an algorithm yourself, which is ch... (by jonnin)
|
by KFreerksen
Passing 2D array to a function
|
|
[7 replies] Last: Perhaps something like: #include <iostream> constexpr size_t numRo... (by seeplus)
|
by Daniel Steel
How do I call different variables from one function to another?
|
|
[2 replies] Last: Based upon the OP design, then possibly something like this: #inclu... (by seeplus)
|
by BigNibs
My getline is making me skip a cin
|
|
[9 replies] Last: true that, thanks so much for your help man! I will post again if I ... (by BigNibs)
|
by CodeChaser
vector pointer to an element (1,2)
|
|
[26 replies] Last: Do you guys remember when you first started, did you have trouble wi... (by jonnin)
|
by HellocMonkey
having some trouble with this one
|
|
[7 replies] Last: Possibly: #include <iostream> constexpr size_t MONTHS {12}; struc... (by seeplus)
|
by rich112
Constant class objects amount?
|
|
[6 replies] Last: to clarify, you would have another class that will manage the employ... (by ne555)
|
by Bengbers
Get sizeof(unsigned char *) (1,2)
|
|
[20 replies] Last: void dbSend(const unsigned char *raw, int size); void dbSend(string i... (by ne555)
|
by Javad0111
Structure member finding
|
|
[4 replies] Last: basically what they said, with some more.. first, visual studio is yo... (by jonnin)
|