Search:

Type: Posts; User: Wraithan

Page 1 of 20 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    24
    Views
    3,369

    Bubba: Most of these discussions for things like...

    Bubba: Most of these discussions for things like spin downs are about laptops and typically not about desktops. (Though for home server usages there is talk of power concerns due to 100% desired...
  2. If you are considering scheduling your own and...

    If you are considering scheduling your own and you get it to work REALLY well in your test environment you have to keep in mind your application isn't going to be the only one running and even if...
  3. Replies
    3
    Views
    7,305

    Code::Blocks, I used that for quite a while for...

    Code::Blocks, I used that for quite a while for my C++ programming, mainly on windows but it is the same codebase and libraries (wxWidgets based) and I would recommend that if you are looking for the...
  4. Replies
    0
    Views
    7,685

    Google Reader feature request help

    Separate Sharing groups - Feedback and Suggestions | Google Groups

    If any of you use Google Reader and it's sharing, you may have run into the problem that you can't setup groups to share with and...
  5. Replies
    68
    Views
    42,897

    Some parts of DRM folks are not considering is...

    Some parts of DRM folks are not considering is the DVD situation. It is illegal to make a backup of a dvd, even to your computer, because your have to circumvent the DRM that is part of it. I know...
  6. Replies
    148
    Views
    17,234

    Poll: Not really that I like it, just that I am good at...

    Not really that I like it, just that I am good at them. I have experience with white and black box testing and recognize the value of testing through the whole process.



    There definitely needs...
  7. Replies
    148
    Views
    17,234

    Poll: I'd be interested in giving it a go if the first...

    I'd be interested in giving it a go if the first one wins, the others are I am not as interested and may or may not participate in (may just write unit tests for code as it is developed). As far as...
  8. Replies
    68
    Views
    42,897

    Exactly, give me a 10 day demo and I will really...

    Exactly, give me a 10 day demo and I will really get to try things out, give me a single level, with only 2-3 of the skills usable and 1 weapon, I doubt I will get a good enough feel to judge if I...
  9. Replies
    68
    Views
    42,897

    I am going to be honest, I have pirated some...

    I am going to be honest, I have pirated some games in the past. That being said there have been a lot of times I have pirated a game because it did not provide a sufficient demo for me to try before...
  10. Thread: Visual Studio

    by Wraithan
    Replies
    5
    Views
    2,017

    I recently discovered premake | build script...

    I recently discovered premake | build script generation I thought that you might want to look at it. I found it while choosing an XML library (ended up with TinyXML++)
  11. Replies
    32
    Views
    100,061

    Capslock is closer in than ESC, I use several...

    Capslock is closer in than ESC, I use several capslock keybindings and have the capslock function itself disabled. IF I NEED TO SHOUT I CAN JUST TYPE WITHOUT ONE OF MY PINKIES AND HOLD DOWN SHIFT.
  12. Replies
    32
    Views
    100,061

    Though I am no longer using VIM, I did use it for...

    Though I am no longer using VIM, I did use it for a long time and used capslock to go back to normal mode.
  13. Thread necrophilia is gross. Create a new thread...

    Thread necrophilia is gross. Create a new thread and link to this one.
  14. Replies
    9
    Views
    4,809

    I am not going to say any more on the matter....

    I am not going to say any more on the matter. Post an honest attempt and we will help you. If you are going to just keep begging for us to do your work for you, I suggest you leave.
  15. Replies
    9
    Views
    4,809

    We are not here to do your homework. Post the...

    We are not here to do your homework. Post the code that you have so far, what is the expected output and what you are currently getting as output. Then we may talk, until then, you are unlikely to...
  16. Replies
    9
    Views
    4,809

    Then you need to speak to your teacher and...

    Then you need to speak to your teacher and consult your literature. If neither help then you are either in a class that is too hard for you or you need to speak to someone above your teacher about...
  17. Replies
    9
    Views
    4,809

    Homework Policy...

    Homework Policy

    You give us code we will help you fix it. You give us your homework questions and expect us to answer them, we give you the finger.
  18. Replies
    6
    Views
    1,721

    There is a typo in it, but instead of just...

    There is a typo in it, but instead of just validating the pointer, it validates that the file is in fact open.


    if(!file_in.is_open())
  19. Replies
    6
    Views
    1,138

    I do that in VM's all the time, I have a sandbox...

    I do that in VM's all the time, I have a sandbox one that is pretty much only used for that.
  20. Replies
    18
    Views
    6,381

    I think the question that should actually be...

    I think the question that should actually be asked is have you done the testing and determined this is where there is a bottleneck in your code? Honestly the difference between the two isn't going to...
  21. Replies
    3
    Views
    1,136

    I smell a good place to use command line...

    I smell a good place to use command line arguments and conditionals in your code. Either that or polymorphism via function pointers but I am not a C expert.
  22. Replies
    5
    Views
    1,310

    Arrays are 0 indexed meaning they count up from...

    Arrays are 0 indexed meaning they count up from 0..

    0,1,2,3,4,5,6...

    So the first 2 elements are 0 and 1, so your conditional for your for statement should be i < 2 (While 'i' is less than 2).
  23. Replies
    5
    Views
    1,310

    Did you intialize total to 0?

    Did you intialize total to 0?
  24. Replies
    6
    Views
    2,522

    Where do you install your libs? (Windows)

    Was recently getting my build enviornment back up and running and realized I haven't used many third party libs on Windows, and never when I was running VS (Used to be diehard Code::Blocks). I am...
  25. Replies
    7
    Views
    7,090

    Likely possible, would have to read though the...

    Likely possible, would have to read though the documentation for your compiler. There is a lot of information for GCC and most of it applies to MinGW also.
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4