by malekmalek
help in problem
|
|
[4 replies] Last: Thanks It seems to work well I will understand and test then go back ... (by malekmalek)
|
by PUREIRON
Homework Help
|
|
[3 replies] Last: ur welcome (by Ericool)
|
by N4TU5
Program writing words/text
|
|
[3 replies] Last: Oh, okay then. I know I can use string, but the thing is - how should ... (by N4TU5)
|
by henkdetank
Help parsing string into array of structs
|
|
[4 replies] Last: KISS(Keep it simple,stupid) #include <array> #include <vector> #incl... (by Ericool)
|
by Philias
Help with battleship game
|
|
[2 replies] Last: Can you post the complete assignment? (by Thomas1965)
|
Modify the program. |
|
[12 replies] Last: I'd still say it is better to remove the redundant code. At line 12, ... (by Chervil)
|
Wants me to find the area |
|
[17 replies] Last: Here I have updated your code and made some minor changes.As per past ... (by Vabi)
|
by marty1123
how to write a code that prints the next 20 leap years using a for loop
|
|
[5 replies] Last: thank you (by marty1123)
|
by Mikenuaimi
unexpected output for very simple code
|
|
[1 reply] : Hi, str is not initialised so it contains garbage, and that is what... (by TheIdeasMan)
|
by marty1123
dartboard code
|
|
[2 replies] Last: Also, It would good if you could post (or move them there) these quest... (by TheIdeasMan)
|
by cibide
Difference in code
|
|
[1 reply] : In the first code you are adding w that is changing, in the second c... (by skaa)
|
by carten
recast complex<double> to complex16
|
|
[2 replies] Last: Yes, that solved it. Thank you very much. The function is now called b... (by carten)
|
by Marth
How do you deal with a large project?
|
|
[5 replies] Last: thanks for the help guys (by Marth)
|
by stas76
using two-dimension Array in the class
|
|
[1 reply] : First off, you have a compile error. line 47 is missing an =. Line 3... (by AbstractionAnon)
|
by kapeTong
Bouncing Ball program
|
|
[5 replies] Last: Finally solved! The main error goes with my updateFrame() function... (by kapeTong)
|
by hamzamughal
How to add sound in Opengl
|
|
[1 reply] : OpenGL has nothing to do with sound. Your question is simply "How do I... (by Moschops)
|
by fariez
coding c++
|
|
[1 reply] : That code uses printf() to print some strings. %s is the format sp... (by Chervil)
|
by verdastelo
Function for the Number of Chars in a Unicode String
|
|
[6 replies] Last: In C89, we did this with mblen ( http://en.cppreference.com/w/cpp/str... (by Cubbi)
|
by waikikii
Multidimensional array in class
|
|
[no replies]
|
by my 15 8
compiling errors
|
|
[3 replies] Last: You can't go wrong with a book by the guy who created C++: Programmin... (by closed account E0p9LyTq)
|