by Disch
Game programming structure tips (PM log) (1,2)
|
|
[22 replies] Last: Ha-ha, thanks for pointing out this. HGE pointer is released just befo... (by Moarthenfeeling)
|
by AGNuke
Requested Evaluation by Experts
|
|
[4 replies] Last: "n" is a natural number, obviously minimum is one... btw, have a look... (by AGNuke)
|
by Maese909
Bjarne Stroustrup
|
|
[3 replies] Last: Programming -- Principles and Practice Using C++ http://www.strous... (by closed account z05DSL3A)
|
Return'ing char* |
|
[4 replies] Last: Now I've read yesterday that using const as the return value of the f... (by kbw)
|
by jellyfish
Random Generator
|
|
[6 replies] Last: That looks ok. One tweak you'll need: int m = 100; // the size of th... (by kbw)
|
by jonhylever
Problem in C++
|
|
[1 reply] : Use Code::Blocks instead. And make sure that you have the mingw compil... (by coder777)
|
by mgm11
serial programing- portb wrap around
|
|
[1 reply] : your code only deals with pipe. That's where the error occurs? But ye... (by coder777)
|
by stretch
Bounding circle
|
|
[3 replies] Last: see on right side or writing area. select the code and press, < >. (by writetonsharma)
|
by agoswami
c++ Unused variable
|
|
[6 replies] Last: @Arthar, that depends on the optimization of the compiler. do you mea... (by writetonsharma)
|
by csantana1202
Filestream and array
|
|
[3 replies] Last: I suggest you read each line using a \n and than write a function whi... (by writetonsharma)
|
by LB34
problem with passing reference of vector as function parameter
|
|
[no replies]
|
by sanehatter
if statement condition
|
|
[3 replies] Last: Thank you very much Disch and Mathhead200..this worked...greatly appre... (by sanehatter)
|
by paul9519
reading files specified by user
|
|
[no replies]
|
by azaaza
construct a suffix tree for a string
|
|
[1 reply] : Have you googled? http://marknelson.us/1996/08/01/suffix-trees/ It h... (by hamsterman)
|
Failing To Remove Last Vector Element |
|
[6 replies] Last: Well, you learn something new everyday. Thanks, Disch, and Athar. (by closed account zb0S216C)
|
by thipla
particular access to class members
|
|
[2 replies] Last: C++ does not allow this. The closest you could get would be something... (by Disch)
|
Basic Dictionary Class! |
|
[10 replies] Last: Thanks @Veltas, like I said I wanted to accomplish three things in thi... (by closed account GzwXoG1T)
|
by jonhylever
What are you using to write your code?
|
|
[17 replies] Last: I'm still relatively new to C++ but I've tried Code::Blocks and VS and... (by Veltas)
|
by JCS
Specialization of a function
|
|
[9 replies] Last: @Athar Heh, I feel stupid now... Of course that doesn't work :/ I'm no... (by anonymous23323124)
|
by Helegurbann
How can i create my mouse click event in std-c++
|
|
[9 replies] Last: It won't be cross platform because what you are doing is telling the O... (by Computergeek01)
|