by BobMorane
Connect standard c++ application with Qt
|
|
[no replies]
|
by themohal
why this code is not working ??
|
|
[3 replies] Last: now edited the code tell me what to put inside array braces while pass... (by themohal)
|
Converting pounds and ounces to kilograms and grams |
|
[8 replies] Last: You got 602.562 grams because you used kilograms = pounds / 2.2406; ... (by PBachmann)
|
by codewarlock
Help me understand (headers)
|
|
[2 replies] Last: Thank you so much Zhuge, this is an amazing amount of help! (by codewarlock)
|
by Pie
Structure Help
|
|
[2 replies] Last: I managed to do it. Thank you sir! (by Pie)
|
by TheDevilsDen
Question and Answers
|
|
[1 reply] : This site is not a homework service. If you have code with a specific ... (by Zhuge)
|
find |
|
[1 reply] : You'll want to do something similar to print(); iterate over the range... (by Zhuge)
|
algorithm help |
|
[2 replies] Last: The first and last limit are supposed to be 1 and 5. So how would i ju... (by closed account i8bjz8AR)
|
by Ghostman513
running total issues
|
|
[5 replies] Last: and there was no warnings from the compiler. I am sure I answered t... (by TheIdeasMan)
|
by sal7
double x=5/2 = 2 but not 2.0?
|
|
[8 replies] Last: Ah, the question is about what is shown to user (by default) by the os... (by keskiverto)
|
by bluefrog
typedef with function pointers
|
|
[1 reply] : #include <iostream> struct individual_app { char i_name ; int i... (by JLBorges)
|
SFML coded in XCode portable in Windows? |
|
[1 reply] : Xcode is just the IDE. What matters more is if you use operating syste... (by Ganado)
|
by dute2
Bead sort
|
|
[1 reply] : At line 13, calloc allocates space for max*len bytes. It returns a vo... (by dhayden)
|
by bluefrog
auto versus non-auto for function ptr?
|
|
[4 replies] Last: Hi thanks for pointing out the memory locations. I am studying C++ a... (by bluefrog)
|
by Eva599
C++ Array
|
|
[1 reply] : Please use code tags. Edit your post, highlight the code and click the... (by dhayden)
|
by bigduck
how to start an .exe file using my c++ code?
|
|
[2 replies] Last: thanks solved by system ("START C:\\abc\\xyz.bat"); // and rest of t... (by bigduck)
|
by M Ma
Loop help!
|
|
[3 replies] Last: study this http://www.tutorialspoint.com/cplusplus/cpp_while_loop.htm ... (by bigduck)
|
by bigduck
very basic problem u can help me in a glance.
|
|
[8 replies] Last: thank you so much @coder777. problem solved. (by bigduck)
|
Loop Help |
|
[5 replies] Last: Thank you so much! (by CopaceticCoffee)
|
by miah612000
Looking for static boolean using numcall tutorial
|
|
[3 replies] Last: wont accept unsigned ? Ill get it just can't find documentation. (by miah612000)
|