Search:

Type: Posts; User: linucksrox

Page 1 of 8 1 2 3 4

Search: Search took 0.01 seconds.

  1. I think you have the right idea between 3 and 4,...

    I think you have the right idea between 3 and 4, depending on what exactly you want the crawl() function to do. 1 and 2 don't use inheritance correctly. An example I like is the Animal class which...
  2. Also I'd recommend setting AVG to alert you when...

    Also I'd recommend setting AVG to alert you when it finds threats, so you know when it's blocking a program.
  3. Right, but I wonder what AVG is seeing as...

    Right, but I wonder what AVG is seeing as suspicious behavior. Regardless, I compiled using Codeblocks and it worked without any issues. I'd recommend uninstalling Dev-C++ and updating to Codeblocks...
  4. Did you try "Compile and run"? You can just press...

    Did you try "Compile and run"? You can just press F9. I tried compiling this on my machine with the latest version of Dev-C++, but got a message from AVG stating that this contained a trojan. Maybe...
  5. Replies
    4
    Views
    5,531

    Well, it turns out PRODUCT_PROFESSIONAL doesn't...

    Well, it turns out PRODUCT_PROFESSIONAL doesn't exist, so if you delete that entry entirely, the code just compiles, and everything is fine. Now on to my next big project...
    Here's my working code...
  6. Replies
    4
    Views
    5,531

    Thanks, I actually read that too, but that...

    Thanks, I actually read that too, but that doesn't help. I still need the code to work... and as a matter of fact, I was unable to compile the same exact code under Windows XP 32 bit with the same...
  7. Replies
    4
    Views
    5,531

    Detect OS version

    Hi, I'm trying to compile this code, and I'm pretty sure I just don't have my project configured properly, but I don't know what to do, and Google hasn't given me any headway this time... I actually...
  8. Replies
    3
    Views
    5,496

    Hi again. I am using this code in a skeleton...

    Hi again. I am using this code in a skeleton Win32 app, and it works, but only if I'm using it to set the power button to sleep or shut down. Using PowerActionNone has no effect (I'm expecting it to...
  9. Replies
    3
    Views
    5,496

    Thank you very much Mike, that's exactly what I...

    Thank you very much Mike, that's exactly what I needed!
  10. Replies
    3
    Views
    5,496

    Change Power Button Action in Windows XP

    Hi, I'm looking for a way, either by programming in C++ or C, or even writing a script of some sort, like a batch file, to change advanced settings of power options in Windows XP. I know you can use...
  11. Replies
    3
    Views
    1,063

    It's been a while, but I think you need to define...

    It's been a while, but I think you need to define a new class B inside of class A, just like you would do if you were using an int or something else.

    something like this inside of class A:

    B...
  12. Replies
    12
    Views
    3,109

    Thank you guys very much, I finally got my simple...

    Thank you guys very much, I finally got my simple gtk app running. I just realized that "back quotes" is the key above tab, because I was just trying to use the single quote key next to enter. I'm...
  13. Replies
    12
    Views
    3,109

    Sorry to bump, but I guess it's better than...

    Sorry to bump, but I guess it's better than starting a new thread. I'm still wondering how to get started making a basic prog with a gui in linux. I'm running UbuntuStudio 7.10, installed gtkmm...
  14. Replies
    12
    Views
    3,109

    xuftugulus: this didn't work for me... robwhit:...

    xuftugulus: this didn't work for me...
    robwhit: how do I edit include path?
  15. Replies
    12
    Views
    3,109

    I'm also interested in learning how to write gtk...

    I'm also interested in learning how to write gtk apps in linux. I'm sorry I don't have an answer to the scripting question, but I do have another question: When I try to compile my first app, it...
  16. Replies
    7
    Views
    1,213

    Well without using a more elegant data structure,...

    Well without using a more elegant data structure, no you can't combine strings with ints into one structure. I'm really not sure exactly what you're asking, but it sounds like you need a 2...
  17. Replies
    1
    Views
    2,196

    midi communication in Linux

    Hi, I have done a quick search of the threads, and a more extensive search on Google, but did not find what I was looking for. Here's the situation: I own a Behringer V-amp 2, and it connects via...
  18. Replies
    37
    Views
    4,952

    No, yea, I know what you mean. Darcy is a good...

    No, yea, I know what you mean. Darcy is a good name... yea, I'd be friends with a guy named Darcy. Sure. Write a program, call it "code name Darcy." Solid programming for sure. Darcy, absolutely. I'd...
  19. Replies
    37
    Views
    4,952

    Yea, well, you've gotta imagine there are all...

    Yea, well, you've gotta imagine there are all sorts of different kinds of programmers out there: different genders, races, ORIENTATIONS, etc. Not that there is anything wrong with that... The world...
  20. Replies
    37
    Views
    4,952

    Yeah, either that, or stay away from making...

    Yeah, either that, or stay away from making assumptions about technical issues that are going to confuse beginners.
    And btw, for the second exercise, in my head I would've guessed that the answer...
  21. Replies
    22
    Views
    2,984

    I have tried some of the latest popular distros...

    I have tried some of the latest popular distros (SUSE, Debian, Ubuntu, Slackware) but I have been the most satisfied with Fedora Core 6 for some reason. I seem to have the least trouble getting...
  22. Replies
    13
    Views
    2,613

    Thanks, I'll check that out as well. I'm...

    Thanks, I'll check that out as well. I'm struggling to find time to sit down and do this, but hopefully some time this week I'll get to it.
  23. Replies
    28
    Views
    2,425

    Thanks Daved, that makes sense.

    Thanks Daved, that makes sense.
  24. Replies
    4
    Views
    1,218

    I googled AEDebug, and the very first link is MS...

    I googled AEDebug, and the very first link is MS knowledgebase on how to disable Dr. Watson. I would imagine that would fix the problem.
    http://support.microsoft.com/kb/188296
  25. Replies
    28
    Views
    2,425

    Why is it possible for c_str() to be guaranteed...

    Why is it possible for c_str() to be guaranteed if passing the address of the first element is not? You say that the underlying storage of a string may not be stored contiguously, so what does...
Results 1 to 25 of 200
Page 1 of 8 1 2 3 4