by FighterCoder
SFML Game Help
|
|
[6 replies] Last: I made a new project and fixed my error! Yay, i can code again (by FighterCoder)
|
by pacman169
Error
|
|
[5 replies] Last: Write many simple, small functions. Test each function to make sure it... (by JLBorges)
|
by rosa
error: C1083: Cannot open include file: 'pthread.h': No such file or directory
|
|
[2 replies] Last: so I just need to download it ? is there any extra requirements ?? (by rosa)
|
by wicodly
Recursion to find shortest path
|
|
[1 reply] : I'll give you the function prototype and base case and let you figure ... (by helios)
|
by rushwe11
While Loop not ending
|
|
[2 replies] Last: thank you helped a lot. (by rushwe11)
|
Function project - Please provide feedback on this for me |
|
[9 replies] Last: Got it, I just fixed that. Thanks a lot, he probably would have taken ... (by GoodProgrammer)
|
by tanveer00
Segmentation fault (core dumped) error, can't assign vector
|
|
[5 replies] Last: you should resize vector to make space for all objects you want to sto... (by MiiNiPaa)
|
by tanveer00
Segmentaion fault (core dumped) error using qsort
|
|
[6 replies] Last: These ampersand(&) are used when we have to pass arguments by referenc... (by saadusmani)
|
by not fbi
Why doesn't getline work in a struct?
|
|
[3 replies] Last: I thought the buffer would be cleared when calling a new function...... (by MiiNiPaa)
|
by Don Kumar
Coding Structure for dot.program
|
|
[1 reply] : Alot of weird stuff is in your code. I think you should not use recurs... (by poteto)
|
by moonman239
Why aren't all C++ variables pointers? Why use pointers at all? Why the different syntax?
|
|
[2 replies] Last: Why doesn't C++ make everything a pointer by default? If you ever di... (by Gamer2015)
|
by Yours3lf
Very slow visual studio compilation
|
|
[5 replies] Last: @poteto yes, they didn't help at all @Duoas I think so, because witho... (by Yours3lf)
|
by daduna
Need help with Multiplying Interegers' ciphers
|
|
[1 reply] : //234 // (a % 10) * (((a % 100)-(a%10))/10) * (a/100) I solved this ... (by daduna)
|
I need help with this program |
|
[3 replies] Last: What problems are you having? You did not say. Are you using a C++1... (by AbstractionAnon)
|
by BinaryDonuts
fstream help
|
|
[10 replies] Last: I'm not esp. impressed with Viktar Khutko's article: How to split tex... (by andywestken)
|
by megatron 0
Global Descriptor Table - Advice needed.
|
|
[no replies]
|
by ezand1128
warning C4715: 'LINSEARCH' : not all control paths return a value
|
|
[3 replies] Last: should I return in my LINSEARCH Yes, you should make sure that you w... (by MiiNiPaa)
|
by sandy22
How C++ compiler works for header guards and include guards
|
|
[7 replies] Last: Simple multiple-include optimization (with the #ifndef construct) is e... (by JLBorges)
|
by ph0703
Help with Functions
|
|
[4 replies] Last: Thank you so much. I just figured out how to use the overloaded functi... (by ph0703)
|
by Micard
SDL Camera Logics
|
|
[1 reply] : First of all, use classes, more functions, and don't use macros. This ... (by poteto)
|