Search:

Type: Posts; User: Xaviar Khan

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    3,267

    Vthokienj, _fvct should take care of what...

    Vthokienj,

    _fvct should take care of what you are looking for. Correct me if i'm wrong but this might help some (at worst)



    /* FCVT.C: This program converts the constant
    *...
  2. Replies
    3
    Views
    8,650

    New Approach.

    Adrea,
    Good luck with what you're trying to do, but the class dosen't seem un-doable if you put yourself to it. I have (what seems to me) a better approach though for what you're trying to...
  3. Replies
    19
    Views
    2,760

    Datainjector, Classes are majorly...

    Datainjector,

    Classes are majorly different then structs. They appear the same but classes have the ability to contain their functions inside them, where structures do not. The entire point...
  4. Namespace errors.

    Nextus,

    Typing 'using namespace std;' before your main function will work fine for most anything you will probably need to use. It's good practice imho to put this though.



    using...
  5. Replies
    6
    Views
    2,071

    I compiled this code as well. Compiled with 2...

    I compiled this code as well. Compiled with 2 warnings that were easily fixed. Just one question, what exactly are you trying to do with this code. Maybe it can be done another way. There is...
  6. Replies
    4
    Views
    3,581

    actually...

    Actually,
    You can and should create your own make file. Just to be sure you know what you want.

    I'm using Redhat Linux 6.2 on an i686
    not sure if that would affect your makefile any, but...
  7. Replies
    1
    Views
    2,023

    The best 'text adventures' are compiled in linux...

    The best 'text adventures' are compiled in linux os.

    A friend's site ' http://darkoth.kyndig.com/ ' should help you out lots with information how to start one, and what you need. (system wise) ...
  8. Replies
    10
    Views
    2,382

    Personally, I think an strcmp() would be more...

    Personally, I think an strcmp() would be more efficient anyway
    saves headaches sometimes, you should try it.... he's right, you're matching -exact- strings, why do something that you don't needa do...
  9. Thread: Muds

    by Xaviar Khan
    Replies
    1
    Views
    1,765

    RE: Muds

    Heya,

    You wanted information about muds? Muds I know. Although, I already have a full handful with my own, I will be willing to help you with any questions or problems you may have. No,...
  10. Replies
    38
    Views
    5,271

    ROFL 'DB' better then C??

    Okay,
    I don't mean to make an effectively pointless post but I just can't help myself. I saw someone say DB better then C?? ROFL I almost fell of my chair laughing. You must be using a...
Results 1 to 10 of 10