Forum: Posting Games Sep 25th, 2004 |
| Replies: 7,595 Views: 665,927 |
Forum: Posting Games Sep 25th, 2004 |
| Replies: 7,595 Views: 665,927 |
Forum: C++ Sep 25th, 2004 |
| Replies: 13 Views: 18,348 Well dude
the simplest thing to do is go on to google and type "thinking in
C++" u will get the various sites and download the book
well another cool link is... |
Forum: C++ Sep 20th, 2004 |
| Replies: 3 Views: 4,389 Well I suppose u try correccting them then. they are working fine oon my compiler... |
Forum: C++ Sep 20th, 2004 |
| Replies: 3 Views: 4,389 Have a look at this programme. it is my semister project |
Forum: C++ Sep 20th, 2004 |
| Replies: 1 Views: 3,745 Well I thought u might be bored with the hangman stuff i posted a few days ago so here is a new gaming programme. well in this one all u have to do is try to guess the number correctly while running... |
Forum: C++ Sep 20th, 2004 |
| Replies: 1 Views: 13,571 Hi people.
well after I started learning C++ I thought why not try out my skills in some programming so I made my first programme. It is a very basic game commonly known as "HANGMAN" to many. It... |
Forum: C++ Sep 8th, 2004 |
| Replies: 13 Views: 18,348 "THINKING IN C++" a real cool book in C++ is available online and can be down loaded free of charge. The site is!!!
http://www.codecuts.com/mainpage.asp?WebPageID=315 |
Forum: C++ Sep 5th, 2004 |
| Replies: 4 Views: 2,604 Yeah but how do i write the main. I just dont seem to get it??? |
Forum: C++ Sep 4th, 2004 |
| Replies: 4 Views: 2,528 You all r Just pouncing on me without understanding my situation. Well as for getting into programming I joined a year late, so now I stand nowhere in the class... I got to programming because I was... |
Forum: C++ Sep 3rd, 2004 |
| Replies: 4 Views: 2,528 I need to submit 23 programmes in C++ in school by Monday. plz somebody provide me with only 3 programmes one on Inheritance, one on structures and one on classes... Very urgent plz. Plz post a... |
Forum: C Sep 3rd, 2004 |
| Replies: 12 Views: 3,333 try this............
#include <stdio.h>
#include <iostream.h>
int main()
{
char pass[12];
printf("Enter Password: ");
gets(pass);
if (pass == "neo") |
Forum: C++ Sep 3rd, 2004 |
| Replies: 4 Views: 2,604 help. this programme shows linking error!!! :cry: :cry: :cry:
#include "diction.h"
int Dictionary::find_word(char *s)
{
char word[81];
for (int i = 0; i < nwords; ++i)
if... |
Forum: C++ Sep 3rd, 2004 |
| Replies: 4 Views: 2,351 Well actually I have no idea about file handleing in C++. I was going through the posts by fire net on fstream.. I am very confused the basic problem is that I am a new commer to C++ and I just cant... |
Forum: C++ Aug 31st, 2004 |
| Replies: 4 Views: 2,351 Help required in files. SOME example to explain it please...........????????????? |
Forum: C++ Aug 31st, 2004 |
| Replies: 7 Views: 5,695 i want this programme. plz mail it to me...ICEBAZOOKA.cpp :eek: |