Allegro getting choppy |
|
[2 replies] Last: acquire_screen(); must be called before drawing to the screen and rele... (by closed account GbX36Up4)
|
by evildotaing
Help with my RPN calculator using c++ #include <stack>
|
|
[18 replies] Last: Look at KBW's example: http://cplusplus.com/forum/general/58633/#msg31... (by Galik)
|
by Enzo Ti
How to print ascii art in c++?
|
|
[9 replies] Last: @Enzo Ti Instead of making a new image and cout it, why not just move... (by whitenite1)
|
by Beg2012
need help!!
|
|
[5 replies] Last: cRows - 'A' (by ne555)
|
by mar11
generic interface
|
|
[5 replies] Last: It is really irrelevant for this particular problem that B, C etc. are... (by JLBorges)
|
by forloopfreak
Clearing a Window with win 32
|
|
[7 replies] Last: Check out Qt. If you build a QtWidget Based Application things are p... (by Stewbond)
|
by ToniAz
Outputting to working directroy
|
|
[5 replies] Last: Whoop, I haven't checked this thread for a while. wtring is partiall... (by Stewbond)
|
by matache
Using loops to put data from file into struct
|
|
[11 replies] Last: Ok, i have managed to do this like you said. I used the "convert" meth... (by matache)
|
by NickAmos
Template Specialization
|
|
[4 replies] Last: > why would this be though? The reasons are somewhat arcane; but prim... (by JLBorges)
|
by Richard He
How to limit the scope of define?
|
|
[5 replies] Last: Thanks, guys~ :-) (by Richard He)
|
by Laveer
Closing a Mutex Handle (1,2)
|
|
[22 replies] Last: Thank you so much... I finally completed it. (by Laveer)
|
C++ ifstream not working (1,2) |
|
[35 replies] Last: I ditched this project a while ago but I think it had something to do ... (by closed account GbX36Up4)
|
by Tatipu
Dividing fractions when reading from txt file.
|
|
[1 reply] : Nevermind, I just wasn't thinking :\ if (num1%num2 > 0){cout.setf(i... (by Tatipu)
|
by ron2794
array bound index validation
|
|
[8 replies] Last: You can also use templates to get that information from an array (but ... (by Duthomhas)
|
by tition
std::vector<std::stringstream> does not work?
|
|
[5 replies] Last: Yep, templates errors can be hard to read. Especially when is not your... (by ne555)
|
by SirSmart
Linux C++
|
|
[6 replies] Last: I find DDD pretty decent. It has an incredibly old feel to it but it's... (by closed account S6k9GNh0)
|
by matanantebi
how to rotate 90 2d array?
|
|
[4 replies] Last: To do this you may need to know a little linear algebra. Specifically... (by Stewbond)
|
by rithan
theather booking confusion
|
|
[3 replies] Last: void bookseats(bool& seats ) { int seat_number = 0 ; cout... (by bluecoder)
|
by ben1996123
sprintf in a for loop
|
|
[1 reply] : sprintf(print, " %c ", "+"); Won't do what you think. You need: sp... (by kbw)
|
by SirSmart
Please help me
|
|
[1 reply] : I really don't understand what you want. how to find the beginning of... (by ne555)
|