by nin2246
Moving a Character
|
|
[1 reply] : Take a look at this post. http://www.cplusplus.com/forum/general/57350... (by Mats)
|
by Gldnbr
Clearing text output file
|
|
[5 replies] Last: Okay, I removed the file checking and changed the while loop back to f... (by Gldnbr)
|
by kjmapr26
array problems
|
|
[7 replies] Last: thanks so much. we never learned list so i have to use arrays. thanks ... (by kjmapr26)
|
by joshrocks
would this define work?
|
|
[1 reply] : well i guese it might be define errrrg "C:\Documents and Settings\Jo... (by joshrocks)
|
by librisrouge
Opening an .exe, then keystroke
|
|
[2 replies] Last: Ignore above. Allegro is nice to have, but it's overkill if you just w... (by hanst99)
|
by DrunkWizard
Blackjack program?
|
|
[3 replies] Last: Don't sweat it, we all do that every now and then. (by hanst99)
|
by loop2012
convert the time sec to HH:MM:SS
|
|
[3 replies] Last: Thank you for quick reply, now saw the error of calculation. time_targ... (by loop2012)
|
by amma
Factory Question
|
|
[2 replies] Last: Ok thank you (by amma)
|
by deadshot
cout format floating point
|
|
[1 reply] : You can use setprecision, fixed, setw, etc. Read this http://www.cplus... (by tfityo)
|
by GSmith92
How to allocate more memory for an array
|
|
[12 replies] Last: I'm sorry bluecoder, I don't understand what you mean by saying: ... (by TAZO)
|
by cobalt
operator [] in 2d array
|
|
[7 replies] Last: Thank u all for your help! now, it all works fine for: class Matrix... (by cobalt)
|
by kostis
Help with error C2504
|
|
[2 replies] Last: After including the node.h into polygon.h I am getting some new errors... (by kostis)
|
by johntheduke
C++ Simple Problem
|
|
[2 replies] Last: ¿so what is the problem? It seems that you figured out. cin >> how_m... (by ne555)
|
by CryptKeeper
method of base class return pointer to derived class?
|
|
[1 reply] : class Derived: public Base{ public: Derived* method(); } ... (by ne555)
|
by Smoke
Overloaded input operator recognized in Windows but not Ubuntu
|
|
[4 replies] Last: As request, please see below #ifndef FILEHANDLER_H #define FILEHAND... (by Smoke)
|
by Khawar
converting string to const char *
|
|
[5 replies] Last: You've got to delete what you newed. dates = new char[myDate .lengt... (by ne555)
|
by systems13
list based on array
|
|
[1 reply] : You write a list class that uses an array internally, and then provide... (by hanst99)
|
by f16rocket
number representation console vs autos
|
|
[2 replies] Last: you can use precision(int)to set te # of digits showed after point, ex... (by Vins3Xtreme)
|
by swinny
Having some problems with input
|
|
[1 reply] : you can use a 'string' variable that is used to get the inputfrom user... (by Vins3Xtreme)
|
by jacwah01
@ Arrays and fstream question. Urgent@
|
|
[3 replies] Last: I can guide you, but I won't do that homework for you. Show the code ... (by coder777)
|