need help with program! Use [code] tags, it makes the code more readable. What are you trying to achieve? For your second i...
Why doesn't this char array work?What you are doing is illegal in the C++ standard. Arrays can only be a constant (fixed) value, vari...
Java, or C++?I think it really depends on what you are doing. C++ is used widely among programs where speed is cr...
Want to learn simple 2d programming !For 3D games, graphics APIs such as Direct3D and openGL allow to render both 2d and 3d graphics. Dir...
C++ Programming HelpHave you learnt about dynamically allocating memory? If so then you can request the user to input th...
This user does not accept Private Messages