by Gondvanaz
What's wrong with this code?
|
|
[5 replies] Last: > it does not output the result yes, it does. perhaps you didn't input... (by ne555)
|
by nfnicolas
Apply unique_ptr pointer instead of the usual
|
|
[1 reply] : Think of what you're trying to achieve with your raw pointer to pointe... (by gunnerfunner)
|
by jo123
How to copy pointers of different data types
|
|
[6 replies] Last: What can be done when we have multiple data members in the struct? W... (by keskiverto)
|
by pork95
help with linked lists and matrix
|
|
[8 replies] Last: I just declared 2d array in main, because i've never used linked links... (by pork95)
|
by Shishykish
Cannot get a string from user input stream in first loop of entry
|
|
[3 replies] Last: The number of cities, which you are using to set the size of your arra... (by lastchance)
|
by student2019
Nested Loops in C++
|
|
[3 replies] Last: Looks like you need double the number of leading spaces. Try changing... (by student2019)
|
by sunjinsak
Game of Life Neighbour Checking Not Working
|
|
[2 replies] Last: Thank you so much cire! I knew it was something simple I was overlooki... (by sunjinsak)
|
by Helexander
Question based on C - String. C++
|
|
[13 replies] Last: Edit : Added a line. Now the code is perfect. Not really. You have ... (by jlb)
|
by TeeWee
nested loops info help in c
|
|
[3 replies] Last: thank you.. i fix it.. by any chance do you know what for each row fro... (by TeeWee)
|
by jdm1891
Cin ignore bad input completely
|
|
[2 replies] Last: You might have a look here: http://www.cplusplus.com/forum/beginner/10... (by cire)
|
Newbie |
|
[2 replies] Last: http://www.cplusplus.com/reference/iomanip/setfill/ (by SamuelAdams)
|
2d array |
|
[15 replies] Last: @Arslanwhatever Really? Cause they sure do fit the description you ga... (by SakurasouBusters)
|
by bubbleshere
Recursion in a try catch?
|
|
[3 replies] Last: If a throw occurs outside of a try block, it will be caught in a funct... (by cire)
|
by pharoah0110
Practical difference between REF and PTR
|
|
[1 reply] : One difference is that you can't do setem(nullptr); if you're taking... (by cire)
|
by Ragnarok314
Xcode and Files
|
|
[3 replies] Last: If the input file is called x.txt then reply to the prompt as x.txt I ... (by lastchance)
|
Problems with a while loop |
|
[3 replies] Last: I knew it was gonna be something simply that I just wasn't seeing beca... (by needhelpplease)
|
by sajis997
separate string and numeric value from a string
|
|
[2 replies] Last: Hi , But what about the format "+ -", where you have no numeric value... (by sajis997)
|
by noxBox
[Help]Calculating the number of work days..
|
|
[10 replies] Last: Thanks, you've been very helpful. I'm marking the thread as "solved" n... (by noxBox)
|
by treyes89
Trying to open a .txt file for decoding
|
|
[4 replies] Last: There are two separate problems. The first, there is a logic error in... (by Chervil)
|
by NavidTak
what does colon in c++?
|
|
[1 reply] : It is part of syntax. Simialrly, we do have punctuation in human lang... (by keskiverto)
|