Search:

Type: Posts; User: Nodtveidt

Page 1 of 5 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    4,170

    Using a 3D library for 2D games is the way to go...

    Using a 3D library for 2D games is the way to go these days. For a nice freeware lib, check out yagl. It's no longer developed (the guy's still looking for someone to take it over) but it's a really...
  2. Replies
    22
    Views
    2,984

    Hey, same here. :D Although for beginners, Ubuntu...

    Hey, same here. :D Although for beginners, Ubuntu is a great choice. Arch definately rocks when you've got the experience under your belt.
  3. Replies
    29
    Views
    5,598

    For free x86 assemblers, you could try gas (part...

    For free x86 assemblers, you could try gas (part of gcc), masm32, or nasm.
  4. Thread: Music

    by Nodtveidt
    Replies
    29
    Views
    7,395

    Poll: I usually have music playing while I'm on the...

    I usually have music playing while I'm on the computer, which is about 75% of my life. I definately code better with some good tunes playing.
  5. Replies
    3
    Views
    3,180

    Used to be able to get stuff from lik-sang but I...

    Used to be able to get stuff from lik-sang but I guess that's a no-go now...
  6. Replies
    16
    Views
    4,826

    http://rhianna.nodtveidt.net/P1090461r.jpg A...

    http://rhianna.nodtveidt.net/P1090461r.jpg
    A picture of me with my first daughter taken not long after she was born. I believe this was in November of 2005. Not much has changed since then.
    ...
  7. I should burn you for that comment. :D Though I...

    I should burn you for that comment. :D Though I do agree with you that the right path is C++ rather than VB. But I guess it depends on what you want to do. For just general programming, C++ is a...
  8. That sounds like a good compromise, as long as...

    That sounds like a good compromise, as long as you keep it simple.
  9. Replies
    2
    Views
    2,440

    DNS propagation is DNS propagation is DNS...

    DNS propagation is DNS propagation is DNS propagation. Up to 72 hours regardless of what you do.
  10. Replies
    16
    Views
    4,280

    Depends on your plans for the game engine. If you...

    Depends on your plans for the game engine. If you plan to reuse the engine for other games, go for a more flexible method. But if the various data in your game is specific to this one game, and you...
  11. This smells kinda seedy.

    This smells kinda seedy.
  12. Replies
    10
    Views
    2,603

    elton_fan is talking about converting mp3 TO...

    elton_fan is talking about converting mp3 TO ogg-vorbis, not the other way around.
  13. Replies
    40
    Views
    3,436

    It's all personal preference in the end, y'all....

    It's all personal preference in the end, y'all. Some people choose to focus on product production with the end justifying the means, some people choose to become more balanced programmers at large....
  14. Replies
    6
    Views
    2,703

    Component registration is pretty standard fare,...

    Component registration is pretty standard fare, not just VB does it. :P Anyways BobMcGee123, you'll need to reinstall it, no way around it.
  15. Replies
    40
    Views
    3,436

    I'm not a huge fan of the MFC either. As far as I...

    I'm not a huge fan of the MFC either. As far as I know, it's simply an additional layer built on top of the windows API anyways, and I could just simply write my OWN layer on top of the windows API...
  16. Replies
    10
    Views
    2,603

    Although you can convert mp3 to ogg-vorbis,...

    Although you can convert mp3 to ogg-vorbis, you're better off converting the source audio instead. The quality will be better.
  17. Replies
    40
    Views
    3,436

    Hrm I dunno...my first venture into the world of...

    Hrm I dunno...my first venture into the world of the windows API was completely successful, and I've never left the jungle. I think it's because I had an extensive background in procedural languages...
  18. Replies
    19
    Views
    5,319

    Not a game I'd be interested in...oh well.

    Not a game I'd be interested in...oh well.
  19. Replies
    23
    Views
    4,311

    Hence why we are required to consume antioxidants.

    Hence why we are required to consume antioxidants.
  20. Replies
    19
    Views
    5,319

    I noticed you have some kind of disdain towards...

    I noticed you have some kind of disdain towards RuneScape...a smart developer would actually look closely at their unique system, as they're one of the most popular long-running MMORPGs still in...
  21. Replies
    17
    Views
    2,051

    Probably depends on the compiler...I've never had...

    Probably depends on the compiler...I've never had any problems using Intel's or Borland's C++ compilers to compile C code, and obviously gcc doesn't have any problems. MSVC6 requires some occasional...
  22. Replies
    23
    Views
    4,311

    Maybe it depends on the left-right balance of the...

    Maybe it depends on the left-right balance of the brain? I think in three spoken languages, the various coding languages I know, and images.
  23. Replies
    17
    Views
    2,051

    It's relatively safe to assume that a modern C++...

    It's relatively safe to assume that a modern C++ compiler will be able to handle a .c sourcecode fine though. There are probably exceptions (MSVC6 comes to mind...) but for the most part, it's pretty...
  24. Thread: Visual Basic

    by Nodtveidt
    Replies
    4
    Views
    1,693

    You cannot Dim circle$ As Integer, the $ implies...

    You cannot Dim circle$ As Integer, the $ implies a String data type. In VB, it need not be explicitly declared if it has the $. All variables in VB are of type Variant if not explicitly declared...
  25. Replies
    17
    Views
    2,576

    Well, I did mention console mode... ;) no...

    Well, I did mention console mode... ;) no graphics involved :D
Results 1 to 25 of 105
Page 1 of 5 1 2 3 4