by Galaxy7games
SFML Very Confusing
|
|
[3 replies] Last: The version I was using was SFML 2.1 for visual C++ 2012 64-bit for wi... (by Galaxy7games)
|
by IPityDaFool
dynamic arrays and files?
|
|
[no replies]
|
by byakk0
phantom values in 2D array
|
|
[7 replies] Last: Ahh....Stripping the program down to bare bones to build a test case I... (by byakk0)
|
by LB
What's the point of this error?
|
|
[9 replies] Last: > Is this equivalent to my enable_if version? Yes. Both are technic... (by JLBorges)
|
by piperpipe201
Why won't this code work to order my array from least to greatest?
|
|
[1 reply] : You need to iterate through the array several times (you only do it on... (by Danny Toledo)
|
by hunterx893
Decipher code
|
|
[1 reply] : I believe this program calls for the std::string class! Have a little ... (by Albatross)
|
by absolute42
Algorithmic problem (1,2)
|
|
[22 replies] Last: @ JLBorges Fair enough. @ ne555 Ah, I made a greedy mistake. Well, ... (by Duthomhas)
|
by KawaiiLovah
Logic Error
|
|
[4 replies] Last: Thaaaaaaaaaaaaaaank you sooo much!! Wow!! It's a big relief to have th... (by KawaiiLovah)
|
by absolute42
Algorithmic Programming
|
|
[no replies]
|
by enemy
Please, help! Urgent!
|
|
[no replies]
|
by hemantlader
Turbo C++ Code To Print String through Installed Printer
|
|
[9 replies] Last: If you want to write to the default printer, simply use cout. thats... (by closed account Dy7SLyTq)
|
by Lemonkiss
Need help with Array+Subroutines - Strings
|
|
[4 replies] Last: Ohhhh, I got it now, dang, at least I was close, thanks a lot for your... (by Lemonkiss)
|
by enemy
URGENT- PLEASE HELP!!!reaching array from other function
|
|
[7 replies] Last: Y, u are right, not best idea but practical if it goes. Maybe some ex... (by enemy)
|
by chuahyucheng
How to write Algorithm/Design
|
|
[7 replies] Last: Oh. Okay. Thanks a lot :) (by chuahyucheng)
|
Unexpected unqualified-if before "{" token |
|
[1 reply] : When you implement functions, you don't put semicolon at the end. You ... (by ats15)
|
by AceK
Problem with sockets
|
|
[no replies]
|
Binary Trees problem loading txt |
|
[3 replies] Last: TreeNode(void *transfer) { // Constructor. Make a node containin... (by ne555)
|
by Moiz Noty
Help in deallocation of memory. This .cpp has some errors which i cant figure out.
|
|
[2 replies] Last: Suspicious is: for (int col = 0; col <= 7; col++) { for (int row = 0;... (by ShodanHo)
|
by venkatacplpl
Anonymous structures/Unions?
|
|
[1 reply] : There is a distinction between the terms unnamed and anonymous . On... (by Cubbi)
|
Function problem (with pointers) |
|
[5 replies] Last: I don't know maybe. But what have I learned that:- When you pass addr... (by Silver Falcon)
|