by Bopaki
Trying to compile a program and getting an error in the Makefile.win
|
|
[3 replies] Last: Its all sorted out now. There was a problem about the curly brackets. ... (by Bopaki)
|
by Jorge626
Help with pure virtual functions/interface
|
|
[4 replies] Last: Oh wow! Such a simple mistake! Thank you both so much for the help! ... (by Jorge626)
|
by Albatross
_Floating point exception?
|
|
[11 replies] Last: Hi guys. Just wanted to clear things up. When I first posted the origi... (by helpmesohard2)
|
by stoneJax
Joined Vectors
|
|
[5 replies] Last: setUnion() is a method of the ArraySet class. You can't just call... (by MikeyBoy)
|
by redfury
Sorting a Linked List
|
|
[2 replies] Last: bubble-sort for a linked list and you end up swapping the data... what... (by ne555)
|
by Ch1156
Easier way to find position of word/letter etc in string?
|
|
[3 replies] Last: > trying to master string manipulation and the string class in general... (by JLBorges)
|
by stoneJax
No Duplicates
|
|
[10 replies] Last: Here is a reference for std::set: http://www.cplusplus.com/reference/s... (by dhayden)
|
by crispy pata
How to make a multiplictaion table using do-while loop
|
|
[2 replies] Last: @crispy pata, I assume that you changed your post (to include code) af... (by lastchance)
|
by jakesalomon
Protected value changed between setting and use
|
|
[2 replies] Last: THANK YOU zapshe! That was exactly it! If you meet me on the street, ... (by jakesalomon)
|
by frza45
When to use pointers and references?
|
|
[18 replies] Last: Thanks for pointing out std::optional. I wasn't aware of it. An inter... (by dhayden)
|
by SPASH
expected unqualified-id before 'if'
|
|
[2 replies] Last: omg I'm so stupid i got it now thanks you (by SPASH)
|
by gongong
how to separate a word from a string
|
|
[6 replies] Last: Just because you have to print words doesn't mean you have to extract ... (by dhayden)
|
by Satan
Not able to declare a thread inside a for loop..
|
|
[4 replies] Last: I would suggest you do a lot of background reading first, to make sure... (by salem c)
|
Is printf, fprintf, or cout, etc. faster? |
|
[1 reply] : > Is printf, fprintf, or cout, etc. faster? The answer is always "it d... (by salem c)
|
Why isn't it good to use long bool conditionals |
|
[8 replies] Last: You are thanked for your time, duthomas. Here is the reach of your gen... (by closed account 1bRGhbRD)
|
by catsonmars
Initialization list with pointer
|
|
[2 replies] Last: Thank you!!!!!!!!!!!!!!!!!!!!!!!!!! (by catsonmars)
|
by swapnil1234
C++ need help with recursion question
|
|
[3 replies] Last: Recursion exercises like this are common, so no surprise. The trick i... (by Duthomhas)
|
by stoneJax
Template Errors
|
|
[5 replies] Last: I think I got my files working. Thank you coder 777. (by stoneJax)
|
by xelly
Read text file with multiple variables into array
|
|
[3 replies] Last: Either: - use a struct (as per @zapshe) or - put them in parallel arra... (by lastchance)
|