by Broomball44
Battleship Program for C++
|
|
[1 reply] : Look at this for file handling: http://www.cplusplus.com/reference/ios... (by coder777)
|
Assistance with void function |
|
[1 reply] : Is it something like *** void display(double* ptr, double x)**?? Yes,... (by coder777)
|
member function advice needed |
|
[1 reply] : A member functions don't differ from any other functions, except that ... (by coder777)
|
by voyance
Pointer help please...
|
|
[1 reply] : It seems to display what I think is the address of the array No, it's... (by coder777)
|
by Mob G
organizing code
|
|
[2 replies] Last: Okay, thanks for the tip... So the first part is the header file. I j... (by Mob G)
|
by MrBackpack
Problem with reading from a file and a c-string
|
|
[3 replies] Last: or I could be dumb as a rock and read from the wrong file. that maste... (by MrBackpack)
|
by emitremmit
class help
|
|
[no replies]
|
by Malurth
fstream pointer location is fubar
|
|
[no replies]
|
by skgbafa
Need help fixing code
|
|
[3 replies] Last: except the <stdio.h> is pointless because <iostream> is the c++ equiva... (by Aramil of Elixia)
|
by hktrout
switching CLR cosnsol app to window forms app
|
|
[no replies]
|
by spittips101
Help read file and write to new file
|
|
[1 reply] : So what have you done so far? What do you need help with? (by ascii)
|
by bbathel
how do you turn a char into a string with a length of one
|
|
[2 replies] Last: These also work: C++ char c = 'A'; // assignment method string s... (by Duthomhas)
|
by Hotice
using namespaces to access classes that are in separate files
|
|
[10 replies] Last: I am now trying to put them all into one big program, which has been d... (by Hotice)
|
Minesweeper game |
|
[1 reply] : a really basic suggestion could be to replace false and true with 1 an... (by feedmetotheforest)
|
by Jarr10
Help
|
|
[2 replies] Last: By complex do you mean this? http://cplusplus.com/reference/std/com... (by king214)
|
by LovestoCpp
Tetris Pieces
|
|
[7 replies] Last: Hanst99, i need to make one thing clear. Your seem like you know what ... (by LovestoCpp)
|
by Jarr10
Function Prototype help
|
|
[1 reply] : bool sierra( int i, bool b ) { return true; } http://www.cplusp... (by Lynx876)
|
by Marcus007
How to reprint food WITHIN the borders in Snake..
|
|
[3 replies] Last: By the way... Line 32 is wrong. if (snakeX == food_x && snakeY == ... (by Lynx876)
|
Help with strings |
|
[6 replies] Last: No prob. It just took me the best part of an hour to figure it out, ah... (by Lynx876)
|
by illlojik
Can someone PLEASE help me
|
|
[3 replies] Last: lol, np. Looking at it now, I too would have put 8 in there... Never r... (by Lynx876)
|