by Leppie
Code review on text RPG
|
|
[4 replies] Last: Well don't I look silly now! Thanks Disch, no seriously I mean it than... (by Leppie)
|
by doforumda
C++ classes
|
|
[3 replies] Last: function bodies either need to be inline, or they need to exist in a c... (by Disch)
|
by tsaro
Missing dll
|
|
[5 replies] Last: To redistribute a dll you copy and paste it to the right place. But I ... (by Computergeek01)
|
by RAWBERRY
Double to int warning.
|
|
[3 replies] Last: You also shouldn't be using pow to square things. It's overkill. Jus... (by Disch)
|
by Abanoup
replace letter in a string
|
|
[14 replies] Last: Sohguanh, I think you're kind of missing his point; he said that altho... (by Kyon)
|
by gilbo
Sorting array of type string, with strcmp
|
|
[9 replies] Last: alphabetical: { for(int i=0;i<SIZE-1;i++) { ... (by gilbo)
|
by student302
setter and getter function
|
|
[7 replies] Last: are you begger?...duffer.nai te naa si..:@ (by student302)
|
by pcultras
Total of vectors Problem
|
|
[6 replies] Last: oh yeah i found the problem, i shouldnt have put there y<=moneysaved.s... (by pcultras)
|
by Doth
Random number function
|
|
[2 replies] Last: Thank you , its now working how it should :) (by Doth)
|
proper usage of setw |
|
[no replies]
|
Simplifying a practice project! |
|
[2 replies] Last: Sweet, thanks heaps. Thanks for the help and also the link! (by jesselattarulo)
|
by Sanivie
Cant open file
|
|
[1 reply] : ifstream Open(pav .c_str() ); (by kbw)
|
by teguh123
Reference
|
|
[4 replies] Last: As for Zhuge first reason you can't change a references. Well in vb.ne... (by teguh123)
|
by nima0102
confusing about **pointer
|
|
[1 reply] : a **pointer is a pointer to a pointer: int x=32; int* y=&x; int*... (by JoR)
|
by tsaro
How do you convert finished project into an application?
|
|
[4 replies] Last: You could link MFC statically or redistribute MFC dll with your applic... (by modoran)
|
by Gladdok
typedef question & passing by reference
|
|
[8 replies] Last: Thanks for the replies all. So passing by value incurs a cost to co... (by Gladdok)
|
by exe
c++ fundamental
|
|
[7 replies] Last: it's italian but in english c++ is explained more better then the shor... (by exe)
|
by julof26
char* function doesn`t work
|
|
[2 replies] Last: Thank you very much!!! :) I gave there string DROP(-||-) string item... (by julof26)
|
by levijgraham
if statment problems
|
|
[4 replies] Last: I assume when you wrote the post, you meant double the population if t... (by closed account SEbf92yv)
|
by lovelyhakeem
graphics in turbo c++
|
|
[2 replies] Last: I think your editor was missing some libraries. Try to check. Try to c... (by thecodewall)
|