by Tampopo
Creating a grid layout for battleship game and able to mark the spot that is missed or hit.
|
|
[7 replies] Last: I've sent u an email whitenite1.. cheers (by Tampopo)
|
by JAI SINGH
problem with for loop
|
|
[14 replies] Last: I'm not entirely sure I understand what you are asking, however: It i... (by closed account 1vRz3TCk)
|
by ur2cdanger
Function not returning to main
|
|
[3 replies] Last: When you say it's not returning you mean return a value (as the above ... (by eypros)
|
Class Object Help |
|
[1 reply] : The comments are not your I presume? class point { public: // data m... (by eypros)
|
by lilblaze
"Function" Problem..
|
|
[2 replies] Last: #include <iostream> using namespace std; void time(int, int*, in... (by abiyek)
|
by voyance
Help with homework (arrays + structures)
|
|
[4 replies] Last: Wow, it looks like you are doing alot of work when you might not have ... (by IceThatJaw)
|
Prime Numbers |
|
[6 replies] Last: Your teachers comment about efficiency is, as others have said, is ver... (by andywestken)
|
by Jamaman
Making a website similar to ModelMayhem
|
|
[2 replies] Last: Reason I'm posting here is because they teach C++ in my Comp Sci progr... (by Jamaman)
|
by dannell
Decimal Points/Char/Double
|
|
[2 replies] Last: There is more above that is putting numbers into an array and adding t... (by dannell)
|
by Sathed
Why am I getting zeros back from a class using inheritance
|
|
[2 replies] Last: That makes perfect sense! Thanks for your help! (by Sathed)
|
by jfk010
error: no matching function for call to
|
|
[2 replies] Last: thank you soo much. I figured it out.. anyways, do u know how to use "... (by jfk010)
|
by RapidX
Bitwise operator understanding
|
|
[1 reply] : To understand ch & 223 , first convert 223 into 8-bit (since char i... (by aruawons)
|
by Skynet
Secant Method
|
|
[3 replies] Last: Yes it can be any equation that the user inputs but to keep it easy, s... (by Skynet)
|
by Vladox
Include several files
|
|
[1 reply] : I wrote an article on this very subject: http://www.cplusplus.com/f... (by Disch)
|
by velcro
Simple Parallel String Arrays?
|
|
[6 replies] Last: Thanks for pointing me in the right direction. I got everything fixed ... (by velcro)
|
I need help or clues on how to build an array in C++? |
|
[no replies]
|
by jjagger5
Need help with C++
|
|
[7 replies] Last: also, the code for the £ sign is wrong. Do you know what it is? (by jjagger5)
|
by El Yas
Need help in C++ 2D Arrays
|
|
[1 reply] : You have an array of integers. There is no integer with the value " " ... (by Moschops)
|
by Nuc
Error after adding while do loop and isalpha
|
|
[10 replies] Last: I know what isalpha does, I just forgot to change int to char, thanks. (by Nuc)
|
by sledger87
Function and Parameter Declarations
|
|
[1 reply] : http://cplusplus.com/doc/tutorial/ (by moorecm)
|