by mmahzoon
python vs C++
|
|
[3 replies] Last: Is it easier to convert(!) to python for that kind of programming?! ... (by helios)
|
by rektiphyr
FILE* in c++ ?
|
|
[6 replies] Last: I think it was honestly just a mistake. This assignment is supposed to... (by rektiphyr)
|
by Zephilinox
Asteroids Ship Movement, Momentum Help.
|
|
[10 replies] Last: yeah, that's how SFML has it set up, I'm not sure of the reasons behin... (by Zephilinox)
|
by codetojoy
debugging issue
|
|
[1 reply] : "The system cannot find the file specified" (by Alx101)
|
by su li
this pgrmming need to use "switch" but mine is not work it.why?
|
|
[2 replies] Last: These are your variables: char time, charge; This line makes no sense... (by rektiphyr)
|
by codologist
destroying a weldjoint created in one method in another
|
|
[no replies]
|
by hunterb24
Pyramid
|
|
[5 replies] Last: ok so u want it to be centers right? its actually very simple... i exp... (by SwatSid)
|
by Vy C
Help with break;
|
|
[4 replies] Last: Change break to exit( 0 ) and include header <cstdlib> (by vlad from moscow)
|
by dalawh
Parameters
|
|
[8 replies] Last: @Royeiln What other problems do you still have? (by dalawh)
|
by Azuki
How many instance variables does dObject have after the code in Line 26 is executed?
|
|
[1 reply] : 1 and dObject is a pointer to it. (by TheIdeasMan)
|
by SMA01
Why isn't my algorithm working?
|
|
[1 reply] : Putting it in code tags to help readabilty.... bool isValid(string... (by Kart)
|
by RaineShadow
Print and Insert Binary Search Tree
|
|
[4 replies] Last: After some editing there is something wrong with the calling of remove... (by RaineShadow)
|
by Bosse
Wchar_t and fwrite help!
|
|
[6 replies] Last: Oh alright! I will try it out and see if I can figure this out! Thanks... (by Bosse)
|
by hooshdar3
++ + ++
|
|
[6 replies] Last: http://www.stroustrup.com/bs_faq2.html#undefined Last Example... (by majidkamali1370)
|
by Serillan
Find a vertex ordering of a finite graph G
|
|
[no replies]
|
by toomanystars
SDL Help
|
|
[5 replies] Last: Aahhhhh, you're probably right. Looks like I completely understood. ... (by Disch)
|
by shafh
Let header files include each other
|
|
[3 replies] Last: The article ne555 linked to is definitely worth a read. Though to mor... (by Disch)
|
Trying to put this into one line |
|
[2 replies] Last: I'm sorry, but I'm not sure what you are talking about. It works fine ... (by DangerMonkey69)
|
by veeyik
Valid triangle?
|
|
[4 replies] Last: veeyik Well think about it. What are the conditions for the a valid... (by TheIdeasMan)
|
by SMA01
Loop and Luhns algorithm
|
|
[5 replies] Last: I was assuming when you said "I don't really know how to put that into... (by elementary)
|