by YvngSavage
Guessing Game (1,2)
|
|
[20 replies] Last: Good to hear :) (by Naughty Albatross)
|
by Tonlee
I don't understand a simple scheduling problem
|
|
[1 reply] : 1: j1->j2->j3->j4 t1=15,t2=8,t3=3,t4=10 0->15->23->26->36 avg time : ... (by Naughty Albatross)
|
by fcailin
Machine Problem File Reading
|
|
[2 replies] Last: That worked, thank you! (by fcailin)
|
by jcoder11
C++ If-else Function Question
|
|
[4 replies] Last: If - Else example #include <iostream.h> #include <math.h> int main(... (by happycodings)
|
by elay
static definition error
|
|
[6 replies] Last: i dont know why it allows the diff to be defined that way just by putt... (by elay)
|
by darje
need help with linklist
|
|
[3 replies] Last: tnx for help .. void List::fix(const int & num){ Node* now = new No... (by darje)
|
by trno224
Having trouble validating file names
|
|
[2 replies] Last: Actually you can't convert a string into an ifstream. You can create a... (by Thomas1965)
|
by stas76
for loops
|
|
[2 replies] Last: Thanks :) (by stas76)
|
by gideonb
Find the amount of time between dates-times
|
|
[16 replies] Last: Just to make sure, the 'code bloat' comment referred to the previous u... (by closed account 48T7M4Gy)
|
by D22
passing Struct Arrays between functions
|
|
[1 reply] : but the numbers and strings don't come out right Are you going to sho... (by closed account 48T7M4Gy)
|
by aerichsen
Objects crossing screen boundaries
|
|
[5 replies] Last: ah, it seems like the vertices of each asteroid cross the screen one b... (by Kaisky)
|
by jdm1891
Call function with same name for every object
|
|
[3 replies] Last: Put them in a container, iterate through the container, and call updat... (by Arslan7041)
|
by sakonpure6
How to share libraries through several header files?
|
|
[2 replies] Last: Oh I see, thank you for clarifying this. (by sakonpure6)
|
by Kaisky
Destructor causes error upon delete double array (1,2,3)
|
|
[44 replies] Last: thanks! I love you and your patience! <3 /closed (by Kaisky)
|
What is this type? |
|
[3 replies] Last: http://stackoverflow.com/questions/7951377/what-is-the-type-of-lambda-... (by Thomas1965)
|
by jdm1891
Boost filesystem runtime error!
|
|
[4 replies] Last: namespace fs = boost::filesystem ; static bool filtered_in( const fs... (by JLBorges)
|
by igor96
While loop
|
|
[9 replies] Last: Oh, glad it helped :) (by Naughty Albatross)
|
by Dezibil Ad
Assignment operators overloading in C++
|
|
[11 replies] Last: Have a good day :) (by Naughty Albatross)
|
by ghoalex
how can i change two ints with one cin?
|
|
[3 replies] Last: If you want to enter two variables this way is simple enough int x; ... (by Boilerplate)
|
moving objects without curses.h |
|
[5 replies] Last: Oh, you're welcome. I didn't realize I was stalking you. Sorry. (by Duthomhas)
|