Forum: C++ Oct 10th, 2004 |
| Replies: 4 Views: 3,178 Look in the tutorial forum at dani too ;) and google |
Forum: C++ Sep 7th, 2004 |
| Replies: 3 Views: 1,856 The Brain - the one and only |
Forum: C++ Sep 7th, 2004 |
| Replies: 5 Views: 2,623 const is short for constant.An constant must be initialised when it is declared and it cannot be changed.
In a class you cannot declare a member as datatype data_var = some_value since it's... |
Forum: C++ Aug 22nd, 2004 |
| Replies: 7 Views: 5,853 FrozenICE.cpp to BurningHell.cpp
Hey,what else did you expect anyway.Cool depend on you.;) |
Forum: C++ Jul 25th, 2004 |
| Replies: 97 Views: 25,670 *Yawn*, me too.Who cares ???.We will have to use what ever the policy making companies shove at us.Yup it's quite too the OpenSource is only open before money comes in.It's like water,can dissolve... |
Forum: C++ Jul 24th, 2004 |
| Replies: 5 Views: 13,469 Now this is a bit OS specific when it comes to raw packet sending.I really dont know if you can manually control ARP packets on a Windows PC (XP,2000,NT [you dont even get raw packet access on other... |
Forum: C++ Jun 7th, 2004 |
| Replies: 2 Views: 7,680 How am I supposed to know what you can do?(Just kidding)
Yes you can in C, C++ and ASM.(ok some other languages also).Do a few searches on http://www.google.com/
You will find something. |
Forum: C++ Jun 2nd, 2004 |
| Replies: 47 Views: 159,870 File I/O
With C++ Fstream
Intro
File handling is as simple as writing in a book, much easier to modify and
find. It's so simple people get confused with it... |
Forum: C++ May 27th, 2004 |
| Replies: 5 Views: 26,019 My God I even had a comp science teacher ask me this.Arrrg one will go mad.
It's simple.Cut a few funtions out of you code and paste them in a file with a .h extension and call #include... |
Forum: C++ May 27th, 2004 |
| Replies: 2 Views: 3,512 Dir.h is probably what you want if you use C++
int chdir(char *path);
use it like chdir("c:\windows"); |
Forum: C++ May 25th, 2004 |
| Replies: 9 Views: 2,738 Yup, C++ is the best to start out of the langs you mentioned. try www.google.com and search for tutorials.
If you have no experiance what so ever QBASIC is also somewhere to start.
For C++ you... |