I know this is not the place to keep posting about C++ and what I need help on, but since in BYOND you could have them enter thier name and change the background color of the text and client background:
How would I make them enter their name and it say "Hi [name]!"(in BYOND)
I had char name, but that only returned the first char of the input, then I had const int Size=26 then
char name[Size]
but i was wondering if their was another variable type thing that would make it longer.
Next Can I change the color of the text and background???
Thanks,
Air King
ID:274332
Dec 9 2001, 4:55 am
|
|
In response to Alathon
|
|
Alathon wrote:
Air King, before you attempt C++, get a book on it. Get How to Program C++ in 24 days or something like it, and you should find the answer to your questions. The last thing you should do is post it here, there are hundreds and hundreds of c++ forums out there. 1) I have a book, but do not know what to search for. 2) Can you direct me to other forums? 3) I said I would not post here again on this, but I wanted to know how I would do some of the stuff in BYOND with C++ |
In response to Air _King
|
|
Air _King wrote:
1) I have a book, but do not know what to search for. Read the Book, Air_King. If you have read through the thing, you should know what to look for in a rough sense. 2) Can you direct me to other forums? There's a wonderful thing on the net called a search engine, I suggest you use it. |
In response to Air _King
|
|
Here is a rather small C++ forum. Doesn't have all the rif raff most forums have.
http://forum.qb45.com/index.php?board=c Kind of small but maybe you'll find your answer. |
Alathon