Search:

Type: Posts; User: Megatron

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    8
    Views
    1,326

    Ahh where is main()?

    Im a C++ programmer just entering the world of MFC and MSVC++
    i have made an empty dialog project. Now i know in what file to put main() (.cpp hope its still that way in this) but in all the jumble...
  2. Replies
    20
    Views
    3,449

    I think the game was quite tough, good job on the...

    I think the game was quite tough, good job on the seek and eat AI.
  3. Replies
    7
    Views
    2,058

    ya it was the rect params im just gonna stik wit...

    ya it was the rect params
    im just gonna stik wit the LoadIcon() function
    he said i wouldnt need the extended stuff but it would maby come in handy some day if i ever give up game programming and...
  4. Replies
    7
    Views
    2,058

    ok here is the problem Im learning from a book...

    ok here is the problem Im learning from a book which so far has been verry good, entertaining, and... reasuring(i think thats how u spell that..) and ive tried the LoadImage() deal and i cant get it...
  5. Replies
    7
    Views
    2,058

    ok... tried that but its crying about my...

    ok... tried that but its crying about my paramaters whats the prototype for LoadImage() i mean what are the parameters for it
  6. Replies
    7
    Views
    2,058

    no errors but still errors

    ok this code compiles fine but when i run this window I get an error from windows Im not sure why
    using msvc++ 6.0 + windows xp


    ...
  7. Replies
    2
    Views
    1,323

    Doh!! Thanks that works fine

    Doh!!
    Thanks that works fine
  8. Replies
    2
    Views
    1,323

    Unresolved external

    Im using msvc++ 6.0 maybe somthing wrong with my library directories or somthing i Guess if anyone can help at all appreciate
    thankx



    ...
  9. Replies
    11
    Views
    3,671

    Poll: Information Age

    The industrial age is still evolving to some extent but some would argue that its in it's twilight Decades.
    I for one think that it is middle aged and having trouble trying to cope with the...
  10. Thread: class access

    by Megatron
    Replies
    5
    Views
    1,138

    ok then very sorry then class character{...

    ok then very sorry then



    class character{
    //this will be the functions
    public:
    int getLife();
    void setLife();
  11. Thread: class access

    by Megatron
    Replies
    5
    Views
    1,138

    class access

    ok im writing an RPG and just roughing in all the classes
    I want the main class to be character class
    I think!!
    im not putting this in code tags because like i said its just rough


    class...
  12. Thread: A new era

    by Megatron
    Replies
    6
    Views
    2,609

    You see, last night it was just bobing around in...

    You see, last night it was just bobing around in my head so I just kinda tossed it out. Maby i can elaborate a little more(If you can manage to stay awake Davros.)

    >Have look at the gaming world....
  13. Thread: A new era

    by Megatron
    Replies
    6
    Views
    2,609

    I mean i wasnt trying to capture anyone! I just...

    I mean i wasnt trying to capture anyone! I just wanted to toss it around the table for debate or discuss. Just kinda wanted to see if people thought this kind of thing was doable via the means...
  14. Thread: A new era

    by Megatron
    Replies
    6
    Views
    2,609

    A new era

    Can You Imagine?

    Could you imagine an information system that you could interact with in a virtual fashion? I mean, a pure virtual enviroment to do anything an operating system provides. A virtual...
  15. Thread: Type Casting?

    by Megatron
    Replies
    3
    Views
    1,505

    Type Casting?

    Ok what in looking to do is for the user to imput any givin number of chars, then in turn convert those chars in to ints.
    Actually not just any ints its sequenced into multiples of six like eg....
  16. Replies
    39
    Views
    6,862

    Poll: Guitar, Piano, Harmonica,

    Guitar, Piano, Harmonica,
  17. Replies
    8
    Views
    2,382

    ahh yes that works nicely thanks very much!!...

    ahh yes that works nicely

    thanks very much!!



    ya i caught that
    lol
  18. Replies
    8
    Views
    2,382

    ummm also i was wondering.....my three char...

    ummm also i was wondering.....my three char arrays ..well is there a way i can hold any size array instead of the predefined amounts i have

    thanx!


    these are my errors:

    C:\Program...
  19. Replies
    8
    Views
    2,382

    ahh no sorry i did have that in my orignal code...

    ahh no
    sorry i did have that in my orignal code i just posted the struct stuff
  20. Replies
    8
    Views
    2,382

    left hand opperand??

    can some one help me with what im doing wrong here.......
    somthing about a left hand opperand?



    struct weapon
    {
    char name[15];
    char Wclass[6];
    char type[6];
  21. Replies
    6
    Views
    2,237

    yes excellent, thats the tickit right there! ...

    yes excellent, thats the tickit right there!

    >>I dont see how the blame falls on the UN...the UN has done a lot...

    Ya alot of nothing to protect the citizens against capitolist democratic...
  22. Replies
    6
    Views
    2,237

    changes needed!

    There should be but is not grave concerns with the UN. WE have the middle eat issue, we have the terrorism issue, the Kyoto issue, but where is the unity? The U.N. has failed to provide the citizens...
  23. Thread: help me

    by Megatron
    Replies
    9
    Views
    1,232

    sry bout that twas just an example:)

    sry bout that
    twas just an example:)
  24. Thread: help me

    by Megatron
    Replies
    9
    Views
    1,232

    #include void main() { ...

    #include <iostream.h>


    void main()
    {

    int var = 50;
    //next 2 lines create and initilize
    int *pvar;
    pvar = &var;
  25. Replies
    4
    Views
    904

    I dont know haha ask Rob McGregor

    I dont know haha

    ask Rob McGregor
Results 1 to 25 of 58
Page 1 of 3 1 2 3