Search found 529 matches

by davidthefat
Mon Nov 10, 2008 4:36 pm
Forum: Programming Discussion
Topic: My Decision is C++
Replies: 6
Views: 1587

Re: My Decision is C++

http://www.dummies.com/WileyCDA/Dummies ... MMING.html
'

that is some epic book, goes abit into advanced topics

http://newdata.box.sk/bx/c/


I think thats same as the Sams book
by davidthefat
Mon Nov 10, 2008 4:30 pm
Forum: Programming Discussion
Topic: My Decision is C++
Replies: 6
Views: 1587

Re: My Decision is C++

GyroVorbis wrote:You have made the right choice. Though I'm sure everybody here would recommend Sam's teach yourself C++ in 21 days.
Beginning C++ by John Smiley is good and I forgot what it was called but its not C++ for dummies but its by the same company...
by davidthefat
Mon Nov 10, 2008 4:24 pm
Forum: Programming Discussion
Topic: Cleaning up my code and Help displaying game over
Replies: 15
Views: 1915

Re: Cleaning up my code and Help displaying game over

have you tried a debugger of some sorts? note : i havent looked at your code, first asking some questions. I tried the Built in debugger in VisualC++ but :roll: I have no clue what it means :lol: Yes I admit Im a noob at debugging, I usually do it by trial and error by changing the codes and stuff,...
by davidthefat
Mon Nov 10, 2008 4:01 pm
Forum: Programming Discussion
Topic: Cleaning up my code and Help displaying game over
Replies: 15
Views: 1915

Cleaning up my code and Help displaying game over

:shock: Yes Im a Noob and its my first dedicated program... You probably have to see the whole Program to see the problem... main.c #include <cstdlib> #include <iostream> #include <string> #include <iomanip> #include <fstream> #include "main.h" using namespace std; void Shop(); void fight(...