Search:

Type: Posts; User: Baccarat

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    2,554

    Eiffel Tutorial

    Does anyboy know of a straight forward more traditional tutorial for learning the basics of Eiffel? All I can find are these 'tutorials' going on about the theory behind it, and giving abstract...
  2. Thread: Speed of C++

    by Baccarat
    Replies
    64
    Views
    12,582

    It's a bad comparison, C++ has had 5+ more years...

    It's a bad comparison, C++ has had 5+ more years of optimazation and the compiler optimazation changes from year to year are starting to slow down; Java on the other hand is actively getting faster...
  3. Thread: Notation

    by Baccarat
    Replies
    1
    Views
    963

    Notation

    What naming convention and indent style do you use?

    I use Application Hungarian Notation (so that I dont have to look for the declarations to know the type) and K&R indent style because it looks...
  4. Replies
    38
    Views
    3,974

    Using classes gives you objects, it depends on...

    Using classes gives you objects, it depends on how you implement these objects that make the program object oriented not just object containing. For instance if a program had one class and one...
  5. Replies
    10
    Views
    1,318

    An FPGA/CPLD/PAL programmer?

    An FPGA/CPLD/PAL programmer?
  6. Replies
    15
    Views
    4,808

    C++ if it's a large program (otherwise you have...

    C++ if it's a large program (otherwise you have to be pretty damn crafty to avoid code redundancy), C if its low level or small, and Java or C# if you don't mind Sun or Microsoft respectively (I do,...
  7. Thread: Book on SDL

    by Baccarat
    Replies
    4
    Views
    2,626

    What's wrong with SDL?

    What's wrong with SDL?
  8. Thread: Book on SDL

    by Baccarat
    Replies
    4
    Views
    2,626

    Book on SDL

    Is there a good book that you can recomend on using SDL (preferably with more than just it's game relavent features)?
Results 1 to 8 of 8