Search:

Type: Posts; User: ElastoManiac

Page 1 of 16 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    32
    Views
    6,788

    C++ compared to Java

    How faster is C++ compared to Java ? I tryed asking this at offical java forum but they deleted my thread...
  2. Replies
    21
    Views
    2,236

    all you can say is " he can't understand it "...

    all you can say is " he can't understand it "
    you'r not a good source of information, goodbye.
  3. Replies
    2
    Views
    1,492

    thanks...

    thanks...
  4. Replies
    7
    Views
    1,279

    First of all, if you want to use strings i...

    First of all, if you want to use strings i reccomend the string class.
    first and second strings are declared as arrays of 5 chars. while your function return char*.
    change the first and seconds...
  5. Replies
    7
    Views
    1,279

    can you say at which line is this occuring ?...

    can you say at which line is this occuring ?
    When you are declaring first and second string you shouldn't say [5], just *.
  6. Replies
    21
    Views
    2,236

    "read on static data members" is that your...

    "read on static data members" is that your explanation. It's very informative! It doesn't even form a sentence !
  7. Replies
    21
    Views
    2,236

    I'm not the one who's stupid, 'cause you haven't...

    I'm not the one who's stupid, 'cause you haven't explained what that is. And you are pretending you are. Your stupid !
  8. Replies
    21
    Views
    2,236

    I don't know is it what i want, 'cause i don't...

    I don't know is it what i want, 'cause i don't know what it is. And i'm asking here what is it. And I gues you know what it is, but you don't want to say what it is...
  9. Replies
    21
    Views
    2,236

    yes, it is !

    yes, it is !
  10. Replies
    21
    Views
    2,236

    It should be incompatible, 'cause what i'm trying...

    It should be incompatible, 'cause what i'm trying to say is :
    * i want to acsses via :: operator
    * i don't want to create and instance of the class
  11. Replies
    21
    Views
    2,236

    just explain to me what does static class...

    just explain to me what does


    static class xxx
    {
    } yyy;

    mean ?
    That's all i want to know?
  12. Replies
    21
    Views
    2,236

    I'm wonderng if i could create a class that...

    I'm wonderng if i could create a class that behaves just like the one i wrote earlyer...
    It's bothersome to write static in front of every data member and function, and you can't intialize data...
  13. Replies
    21
    Views
    2,236

    so how do you acsses it ? You still have to...

    so how do you acsses it ?
    You still have to create and instance of the class in every *.cpp file your using it in...
  14. Replies
    21
    Views
    2,236

    Can you explain what a singleton class is ? And...

    Can you explain what a singleton class is ?
    And can you acsses it via :: ?
  15. Replies
    2
    Views
    1,492

    SDL and OpenGL

    is there a way to bind SDL_Surface* to OpenGL texture. SDL allready supprots loading BMP's so it would be handy...
    And i allready know about DevIL so don't reccomend it.
  16. Replies
    21
    Views
    2,236

    staitc class

    So here is the problem i want to create a class that would be something like this :


    class something
    {
    private:
    static int i;

    public:
    static void operate()
  17. Replies
    7
    Views
    1,428

    - open the file again - store all the lines in...

    - open the file again
    - store all the lines in an array, accses it after reading
  18. C++ is a language, while VC++ refers to Visual...

    C++ is a language, while VC++ refers to Visual C++ ( which is a part from Visual Studio ) which is a compiler.
    Beside VC++ there are other C++ compilers...
    A compiler is a thing that converts your...
  19. Replies
    7
    Views
    1,209

    • Intel Core 2 Duo E6600 @ 3.2Ghz OC • • ASUS...

    • Intel Core 2 Duo E6600 @ 3.2Ghz OC •
    • ASUS P5B Deluxe v 0711 • 2GB Corsair XMS2 DDR2 800 4-4-4-10 •
    • nVidia GeForce 7600GT • Creative SoundBlaster Audigy2 ZS •
    • 2x 250GB Western Digital...
  20. Replies
    7
    Views
    1,209

    Thanks. I gues you are right. Everyone has their...

    Thanks. I gues you are right. Everyone has their style.

    I have always had and idea about organizing classes, just that i though there is a certain rule to do it. Seems there isn't.

    So here are...
  21. Thread: Languages

    by ElastoManiac
    Replies
    108
    Views
    21,286

    My native language is Serbian, But i've learned...

    My native language is Serbian, But i've learned English, as you can see.
  22. So what do you think when is the new version...

    So what do you think when is the new version coming out?
  23. Replies
    7
    Views
    1,209

    It's too complicated. I don't know for what game...

    It's too complicated. I don't know for what game to search, it would be much better if i had a tutorial on game design.
  24. Replies
    55
    Views
    9,574

    I've got a Yugo, but i can't drive it yet. 'Cause...

    I've got a Yugo, but i can't drive it yet. 'Cause i'm 17.
  25. what's the newest version of Visual Studio

    I have Visual Studio 2005, is there a newer version. And what does it have compared to this version?

    Edit :
    Sorry about that, it may seem like i'm posting just to to have many posts. But it's not...
Results 1 to 25 of 379
Page 1 of 16 1 2 3 4