by cool mr croc
uploading and downloading files in a program
|
|
[1 reply] : Look into libCURL. Amazon is not the only company offering cloud serv... (by LB)
|
by steleb
if statement does not make correct decision (1,2)
|
|
[20 replies] Last: In int CoreLogic::logic() , you create a local UserInterface object... (by cire)
|
by HalfNOoB
std::vector and derived classes
|
|
[9 replies] Last: But my programmer english is messed up ^^' Thanks to the two of you, ... (by HalfNOoB)
|
by codeman123
SHA-3 implementation
|
|
[4 replies] Last: Thanks CG. Very helpful info. Just in case others stumble across thi... (by codeman123)
|
by wh1t3crayon
Help understanding how shared_ptr's work?
|
|
[19 replies] Last: Right, here is walls_ std::vector<std::shared_ptr<Wall>> walls_; and ... (by wh1t3crayon)
|
by pattrick128
Palindrome
|
|
[1 reply] : It looks like you just want to add/subtract the character values in th... (by LB)
|
by Jt253
Making your Own linked list
|
|
[4 replies] Last: That made much more sense.. Thanks guys! Helped a lot! (by Jt253)
|
by TackyTechyy
Help w/ Homework!
|
|
[15 replies] Last: Line 23 calls a function that uses the random number generator (srand)... (by booradley60)
|
by Anderssinho
Time complexity
|
|
[1 reply] : It is of course n 2 *10: #include <iostream> // provides:... (by coder777)
|
by Dkob1
Reading name
|
|
[13 replies] Last: Ok thanks very much got very frustrated trying to do it. (by Dkob1)
|
by toast9
Mutator Not working
|
|
[9 replies] Last: Ah got it. Thanks cire. I added the & in the function definition and s... (by toast9)
|
by UGAman22
operator overloading help
|
|
[8 replies] Last: you could just convert the time back to seconds, subtract and then rec... (by Gamer2015)
|
by larry burns
Trouble with namespaces and pointers
|
|
[no replies]
|
by emperorguam
Struggling with Class Inheritance.
|
|
[2 replies] Last: Yanson thank you for the help. That fixed it. Sorry about the format... (by emperorguam)
|
by UGAman22
PLEASE HELP
|
|
[1 reply] : Please do not post more than once: http://www.cplusplus.com/forum/gene... (by LB)
|
by tmason
Class Object Initialization Question ...
|
|
[7 replies] Last: Thank you for the examples! Good to know this stuff :) (by tmason)
|
by Gamer2015
Inheritance using Base Method with other name?
|
|
[6 replies] Last: Thats very important to know, thank you! (by Gamer2015)
|
Why isn't my code working? PLEASE HELP |
|
[2 replies] Last: using namespace std; is bad practice for multiple reasons. One of th... (by LB)
|
by Gyiove
QueryPerformance like function for both linux and windows.
|
|
[1 reply] : Have you looked into the C++11 <chrono> library? http://www.cplusplu... (by LB)
|
by LMoroney
Moving from one co-ordinate to another
|
|
[3 replies] Last: theres no obstacles, and its a grid, so only integer x and y values. s... (by LMoroney)
|