Search:

Type: Posts; User: BellosX

Search: Search took 0.02 seconds.

  1. Thread: Chess in C

    by BellosX
    Replies
    8
    Views
    3,600

    And the one I'm working on is in pure C and will...

    And the one I'm working on is in pure C and will play on the internet through an interface :D
  2. Thread: Chess in C

    by BellosX
    Replies
    8
    Views
    3,600

    Yes, there are MANY chess programs available, and...

    Yes, there are MANY chess programs available, and MANY of them are open source to be downloaded.

    I'm currently working on one at the moment in fact.

    There's a list of them here
  3. Replies
    6
    Views
    1,414

    Thanks for your replies I think my current...

    Thanks for your replies

    I think my current project might be a bit ambitious to head for a full on design. As you said Vorok, it wouldn't be beneficial while I'm still learning, so I might start...
  4. Replies
    6
    Views
    1,414

    Designing Programs

    hey guys,

    Do you fully design your programs before you start coding? Or do you simply sit down, start coding and then work your way from there?

    I know with some large projects it can be a bit...
  5. Thread: Reading input

    by BellosX
    Replies
    7
    Views
    1,333

    OK, i got it Thanks all for your answers!

    OK, i got it

    Thanks all for your answers!
  6. Thread: Reading input

    by BellosX
    Replies
    7
    Views
    1,333

    Reading input

    Hey all

    It's been ages since i last programmed, and i've completely forgotten how to read input, and then use that data to take you to another function. i.e Say to get to the menu, you had to type...
  7. Replies
    7
    Views
    1,429

    Alright, thanks for your advice I'll see what...

    Alright, thanks for your advice

    I'll see what i can conjure up :D
  8. Replies
    7
    Views
    1,429

    Sure, no worries! ;)

    Sure, no worries! ;)
  9. Replies
    7
    Views
    1,429

    hmm yes, well i'm not that good yet starX :) ...

    hmm yes, well i'm not that good yet starX :)

    Well i'm hoping that the OS will be very broad, but it's mainly for Windows 95/98/2000 at the moment..
  10. Replies
    3
    Views
    3,258

    Re: Upgrade available?

    ok ok ok.. point taken :)

    Damn Microsoft.. ahh well.. gotta waste some more money now
  11. Replies
    3
    Views
    3,258

    Upgrade available?

    Does anyone know if there is an upgrade available for Microsoft Visual C++ 6.0 Standard Edition, so it upgrades to Microsoft Visual C++ 6.0 Professional Edition?

    I got the standard edition off a...
  12. Replies
    7
    Views
    1,429

    Communicating over a network

    I was wondering, within the C language, how you can communicate to computers through a network and detect programs that are running?
    I wouldn't have a clue where to start on this sort of stuff, any...
  13. Replies
    25
    Views
    3,466

    Since when has programming been all about making...

    Since when has programming been all about making money? I'd rather program for the fun and lose a few dollars buying a good compiler, then trying to compete with professional programmers to make...
  14. Thread: Sleep

    by BellosX
    Replies
    44
    Views
    7,304

    Poll: On weekdays i get about 8 hours of sleep.. on...

    On weekdays i get about 8 hours of sleep.. on weekends i get under 5 :D
  15. Replies
    9
    Views
    2,486

    Another good way as well as the ones mentioned by...

    Another good way as well as the ones mentioned by DavidP is to ask LOTS of questions. This board is VERY good for this. Even questions that you think are the most ridiculous ever ask! Because it...
  16. Replies
    2
    Views
    2,551

    Well i already did post what errors were...

    Well i already did post what errors were occurring but if you want the exact ones then

    BellosX100.obj : error LNK2001: unresolved external symbol _gen_dat
    BellosX100.obj : error LNK2001:...
  17. Replies
    4
    Views
    1,729

    I've worked it out now, thanks and sorry i didn't...

    I've worked it out now, thanks and sorry i didn't respond to your requests i have been very busy lately
    Thanks Salem for your advice!
  18. Replies
    2
    Views
    2,551

    Compiler errors

    Hey all,


    I am using Microsoft Visual C++ 6.0 and i want to link my program together to form a .exe file. When i try to do this i get a bunch of errors that say:

    unresolved external symbol...
  19. Replies
    4
    Views
    1,729

    Trouble with receiving input

    I am having trouble with receiving input from the user in my programs. I have a situation where the user has to input whether or not they are ready to continue, and when it gets to there, it...
Results 1 to 19 of 19