Search:

Type: Posts; User: michaelp

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    40
    Views
    6,557

    I'm pretty sure no one has mentioned this, but...

    I'm pretty sure no one has mentioned this, but have you thought about using Opera Unite for this? It seems like it can fit all of your requirements.
  2. Replies
    2
    Views
    1,661

    By any chance, were you looking at that because...

    By any chance, were you looking at that because of ESPN Streak for the Cash? (STFC)
  3. Replies
    11
    Views
    4,395

    There is a real C#/Java bias there. Often they...

    There is a real C#/Java bias there. Often they will recommend learning C# as a first language, or Java.
    And C++ isn't taken too well there either.
  4. Replies
    12
    Views
    2,511

    Turing??? (http://compsci.ca/holtsoft/doc/) Go...

    Turing???
    Go to the keyword var,(using the scrolling thing on the side) and it shows you can declare a string variable like this:

    var StringVar := "string"
    The language is kind of dead though,...
  5. Replies
    8
    Views
    6,793

    Yeah, me too. Even google is malicious!

    Yeah, me too. Even google is malicious!
  6. Thread: Pointers?

    by michaelp
    Replies
    27
    Views
    2,782

    :| I'll be quiet. But they are useful in games.

    :|
    I'll be quiet.
    But they are useful in games.
  7. Thread: Pointers?

    by michaelp
    Replies
    27
    Views
    2,782

    They're useful in games, for example, pointing to...

    They're useful in games, for example, pointing to the high score.
  8. Replies
    22
    Views
    14,794

    I use D when I program. Used to use C++.

    I use D when I program.
    Used to use C++.
  9. Thread: Xp Av 2009

    by michaelp
    Replies
    15
    Views
    2,605

    Has he tried Spybot S&D? I think I got that...

    Has he tried Spybot S&D?
    I think I got that once, and Spybot worked.
  10. Replies
    6
    Views
    2,020

    http://cemc.math.uwaterloo.ca/contests/past_contes...

    http://cemc.math.uwaterloo.ca/contests/past_contests.html

    Scroll down the Canadian Computing Contest, and download some of the PDF's. (The ones from 2004-2008 are the best.)
    There are some easy...
  11. Replies
    12
    Views
    3,799

    I've found it to be a good language. There are...

    I've found it to be a good language. There are some things that bug me about it, which are:

    1. Lack of support
    2. Compile time errors are obscure and hard to tell what the problem is, and there...
  12. Replies
    12
    Views
    3,799

    You don't HAVE to use garbage collection, you can...

    You don't HAVE to use garbage collection, you can still manage your own memory.
  13. Replies
    12
    Views
    3,799

    I'm starting to use D; it's not bad....

    I'm starting to use D; it's not bad.
    Unfortunately, since there isn't a very large amount of people using it, there aren't too many projects or libraries that you can use, other than Tango and...
  14. Thread: Dark gdk

    by michaelp
    Replies
    4
    Views
    2,634

    http://www.sfml-dev.org/forum/viewtopic.php?t=43...

    http://www.sfml-dev.org/forum/viewtopic.php?t=43

    These test say that it's faster. It may be biased, it being on the sfml forums and all.
  15. Replies
    12
    Views
    2,413

    Why are you using a for loop? You can just use a...

    Why are you using a for loop? You can just use a while loop:


    while ( done != true )

    And:


    bool checkInput = cin >> move;
  16. Replies
    7
    Views
    1,662

    http://www.sfml-dev.org/ I'm pretty sure uses...

    http://www.sfml-dev.org/

    I'm pretty sure uses classes and OOP. C++ based too.
  17. Replies
    15
    Views
    4,427

    SDL (http://www.libsdl.org/) A multi-platform...

    SDL A multi-platform library that does 2D graphics and other things like input and output, and I think sound too. 3D can be done with OpenGL.
    Then there's the OpenGL a strictly 3D graphics...
  18. Replies
    9
    Views
    1,713

    I got this once too. I just downloaded Spybot S&D...

    I got this once too. I just downloaded Spybot S&D and it got rid of it.
    Although I think I had to run it multiple times, and remove it from the start-up entries. :p
  19. Replies
    14
    Views
    2,170

    Okay. :D BTW, how long have you been programming...

    Okay. :D
    BTW, how long have you been programming for? This is pretty good. :)
  20. Replies
    14
    Views
    2,170

    Oh, I think it's because I just opened main.cpp...

    Oh, I think it's because I just opened main.cpp and tried to compile, and in Code::Blocks, you need to have a project to compile multiple files. It's fine once I made a project and added all the...
  21. Replies
    14
    Views
    2,170

    Looks great, gonna compile it and try now. :)...

    Looks great, gonna compile it and try now. :) Will give suggestions after.

    edit: :O Didn't compile under Code::Blocks 8.02, Windows XP.
  22. Replies
    11
    Views
    4,348

    I'm reading that book too! Right now I'm on...

    I'm reading that book too! Right now I'm on chapter 3. The stuff on ASM, binary, and how the computer works is really getting me interested in learning a bit more about it from other resources.
    BTW,...
  23. Replies
    31
    Views
    9,922

    Python would be a good choice to start with. I...

    Python would be a good choice to start with. I have went through it a bit, and it's pretty easy to pick up the syntax. There is also an interactive interpreter, which makes it easy to test out...
  24. Replies
    44
    Views
    5,748

    What if backed up the program registry entries?...

    What if backed up the program registry entries? Or would I be able to get all of them?
  25. Replies
    44
    Views
    5,748

    Really? Does a reinstall clear registry entries...

    Really? Does a reinstall clear registry entries or something?
Results 1 to 25 of 57
Page 1 of 3 1 2 3