by louwin
Please check my coding for Thread Safety issues
|
|
[4 replies] Last: An example image class: class Image { public: Image(unsigne... (by Norm Gunderson)
|
by wolfv
struct vector for path, file, and stream?
|
|
[6 replies] Last: OK, that's what I needed to know. I would have taken me a long time t... (by wolfv)
|
How to make it "snow" in command prompt. |
|
[7 replies] Last: Another bit of tongue-in-cheek silliness. Based on the stuff I posted ... (by Chervil)
|
by RNBW
Formatting Numbers
|
|
[3 replies] Last: Thank you bird1234 and gunnerfunner for your responses. I know I can ... (by RNBW)
|
by Enot02
It's back...
|
|
[16 replies] Last: @lastchance Thanks for this - I like your code rather better than what... (by Chervil)
|
by markusfurst
Help with calculation of the cost of a call
|
|
[4 replies] Last: #include <iostream> #include <string> #include <sstream> #include <i... (by markusfurst)
|
by xx123
2d grid using array c++ (1,2)
|
|
[32 replies] Last: Ah, well done @xx123 - you persevered for a long time. And thanks for... (by lastchance)
|
by fg350
Splitting a linked list into two lists
|
|
[3 replies] Last: "any of that"? Seriously? Surely you do understand line 1, the getNex... (by keskiverto)
|
Functions Help |
|
[2 replies] Last: Thank you so much! I forgot about the "return" command. Hehe. I won't ... (by CobaltThunder)
|
by JOHN786
Please!! need help in outputing the even numbers of myvector into a file
|
|
[1 reply] : http://www.cplusplus.com/forum/general/204728/ (by integralfx)
|
by rezy3312
Difference between getlines
|
|
[1 reply] : The biggest difference between getline(std::istream&, std::string&) an... (by jlb)
|
by markusfurst
Dice roll, randomGenerator
|
|
[12 replies] Last: Thanks for the additional links, thanks (by gunnerfunner)
|
by gf57728
Using Iterators and STL in C++
|
|
[6 replies] Last: if(!iter->lname.at(0) == firstchar) this is wrong syntax and notion ... (by gunnerfunner)
|
by AlexYoooooo
Is there a way to check if input is a int/char and treat them differently?
|
|
[4 replies] Last: thanks (by AlexYoooooo)
|
by eliotaa16
Median and sort
|
|
[2 replies] Last: #include <iostream> using namespace std; int function(); int main... (by closed account 48T7M4Gy)
|
by Blanchdog
Reading text files in Xcode
|
|
[1 reply] : http://www.cplusplus.com/forum/general/204722/ (by closed account 48T7M4Gy)
|
by SiaOs82
Help adding a negative # error message
|
|
[1 reply] : http://www.cplusplus.com/reference/ Try this link and type in the key... (by closed account 48T7M4Gy)
|
by bmoney
Phone Number Program
|
|
[2 replies] Last: Hello bmoney, Instead of a lengthy explanation here is the changes I ... (by Handy Andy)
|
Creating a triangle strip with sfml error. |
|
[4 replies] Last: Ok. Thank you! (by Optimistic Peach)
|
by markusfurst
Discount for a call between two times
|
|
[6 replies] Last: http://www.cplusplus.com/forum/beginner/204718/ (by closed account 48T7M4Gy)
|