by Mau547
How to make a hero go up along with the elevator
|
|
[4 replies] Last: void moveelevator(char X , int RH,int CH, int &Ed, int &Eu) { if(RH+... (by Mau547)
|
by mike9407
confusion
|
|
[14 replies] Last: @MikeyBoy Maybe that has been his plan all along, considering the titl... (by TarikNeaj)
|
sieve of eratosthenes problem -- can't get it to run, dont know where bug is... |
|
[8 replies] Last: You'll need to sqrt() if you want to give input numbers in the trillio... (by dhayden)
|
by mbniko
Binary Multiplication Using A Bool Vector
|
|
[1 reply] : You'll need to be able to add numbers first, so start by writing code ... (by dhayden)
|
The Next Step |
|
[3 replies] Last: That's kind of a loaded question, and I'd bet if you asked a bunch of ... (by mgoetschius)
|
by ltrainor89
Help with file stream I/O in Visual Studio
|
|
[2 replies] Last: A header file is a file of extension '.h'. Header files are used for d... (by Stalker)
|
by mbniko
Binary Addition using a bool vector
|
|
[1 reply] : You have to add a bit once per loop, in your code it can add it twice.... (by goosestuf)
|
by Kubani
Derived Classes
|
|
[16 replies] Last: @Kubani Stuff like: Do you want to help me? and: I would think i... (by MikeyBoy)
|
by whyunomad
Need help with operator+ !!
|
|
[6 replies] Last: You can Google these things :+) (by TarikNeaj)
|
by whyunomad
Problem with dynamic array class
|
|
[3 replies] Last: Yes, you need to delete it, otherwise you'll have a memory leak. Note... (by Peter87)
|
by TinyTertle
Help installing FLTK...
|
|
[no replies]
|
by c00012
how to convert std::chromo::time_point to sting
|
|
[1 reply] : You can convert the time_point into a time_t then use one of the ctime... (by jlb)
|
by Kmscott09
Trouble displaying a Multiplicaiton Table in c++
|
|
[4 replies] Last: [quote=Kmscott09]The table doesn't display properly. Look at where yo... (by MikeyBoy)
|
2D compilation error - Advise me how to input char data into this vector. |
|
[6 replies] Last: Thanks soo much JLBorges. I am now working on outputting this data to... (by Mwangi Elijah)
|
by northfly
How to use g++ command line to compile this?
|
|
[no replies]
|
by saraz06a0222
Need your help..
|
|
[5 replies] Last: How have I misunderstood you? You want someone to write code for him ... (by MikeyBoy)
|
Function will not calculate the correct average? (2D Arrays/Functions) |
|
[2 replies] Last: Thank you so much Moschops! And I'm sorry...I knew I was supposed to d... (by roomitchell14)
|
by iiiusion
Linked list traversal issues
|
|
[1 reply] : Are you sure traveler_ptr->Next() is returning 0 for the final node?... (by MikeyBoy)
|
by luckyvictor
The most efficient way to find a string in a text file
|
|
[9 replies] Last: This may have more to do with file buffering than with search algorith... (by dhayden)
|
by YvngSavage
code::block
|
|
[1 reply] : Some of them are for different languages. ARM is assembly language, an... (by Yanson)
|