Search:

Type: Posts; User: XenoCodex Admin

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    2,325

    I like the thread idea... I'd never heard of...

    I like the thread idea...

    I'd never heard of Message Loop - I'm relatively new to C++ and find I'm still "thinking in VB" sometimes...
  2. Ok. What would I look for in the debugger? I...

    Ok. What would I look for in the debugger?

    I can't debug the release version because it doesn't contain any debugging information.

    And since the debug version works, I wouldn't see anything...
  3. Replies
    5
    Views
    2,325

    Not exactly. What I'm looking for is a...

    Not exactly.

    What I'm looking for is a statement that allows the user to do stuff while the loop is running...

    The steps would look like this:

    1. Start the loop
    2. Loop counts....
    3. User...
  4. Replies
    5
    Views
    2,325

    Statement similar to VB's "DoEvents"

    In VB, it helped to put the word DoEvents somewhere in the body of a loop so the program would respond to a user while the loop was running...

    For instance (VB Code samples):


    The first loop...
  5. Yep, that was exactly it... I kept hitting the...

    Yep, that was exactly it... I kept hitting the "Step Into" button.
  6. Stepping through code - can't get past strcat()

    When I step through my code, as soon as I get to the strcat function, a box pops up and asks me for the location of STRCAT.ASM

    I tried to change the folder to the Intel folder (in my C++ path) but...
  7. I put a copy of the config file in both folders. ...

    I put a copy of the config file in both folders. But the only executable that works is the one in the debug folder.

    The wierdest part is as I mentioned, there is absolutely nothing different...
  8. Davros: Thanks for the explanation. I haven't...

    Davros: Thanks for the explanation. I haven't had much exposure to pointers yet so I make mistakes like that often.

    Guess I know what I'll be reading tonight...


    Monster: Thanks for the...
  9. Problem comparing string from text file with string constant

    The following code does not work... could someone explain?

    char StringFromFile[10];
    char ConstantString[10] = "RootFolder";

    //This is a Win32 Application. I can't remember the parameters...
  10. Compiled App as release - won't run - as debug runs

    Could someone give me a few suggestions here:

    I am using Visual C++ 6 Enterprise. I have written a small program that plays a wave file...

    Application Type: Win32 Application (not console)...
  11. Replies
    7
    Views
    3,270

    I still think C and C++ will be the foundation...

    I still think C and C++ will be the foundation for most commercial applications.

    Since I've been programming in VB for the last 10 years, I decided to expand my horizons into C++ but I don't think...
  12. Replies
    7
    Views
    3,270

    Another new language? F sharp (F#)

    So, what do you think of this:

    http://research.microsoft.com/projects/ilx/fsharp.htm
  13. Replies
    108
    Views
    19,919

    To add to Ober561's point: On the VB Explorer...

    To add to Ober561's point:

    On the VB Explorer forums, there are about 100,000 members.

    I've been programming in VB for about 10 years. Though I like what I've learned so far in C, I find that...
  14. Thanks. I'm going to try it right now...

    Thanks. I'm going to try it right now...
  15. Unfortunately, my search for RegClean on...

    Unfortunately, my search for RegClean on Microsoft's site came up with this:

    "The RegClean utility is no longer supported and has been removed from all Microsoft download sites."
  16. Having Problems with Win2k and Softice

    I installed SoftICE on my machine, running Win2k and during the installation it said something to the effect of:

    "In order to use SoftICE with Windows NT, you must disable the protected memory...
  17. Replies
    11
    Views
    1,521

    I didn't even know there was a FAQ board. I...

    I didn't even know there was a FAQ board. I bookmarked right to the C++ board.

    Sorry.
  18. Replies
    5
    Views
    8,815

    Ah, thanks. I forgot about the newline...

    Ah, thanks. I forgot about the newline characters.
  19. Replies
    5
    Views
    8,815

    Ok, I screwed up... but I can't edit because I...

    Ok, I screwed up... but I can't edit because I accidentally posted anonymously...

    but where I said you'd get a message box with an exclamation point icon...

    I really meant a question mark...
    ...
  20. Thank you both. I guess I'm a little...

    Thank you both.

    I guess I'm a little impatient. I've been programming in Visual Basic for a few years that most of it comes second nature (I know, I know... some C programmers don't recognize it...
  21. Replies
    11
    Views
    1,521

    Yes, thank you. That gave me more insight than I...

    Yes, thank you. That gave me more insight than I had.

    I've been programming in Visual Basic for a few years and I never knew just how much I took it for granted. Something as simple as opening a...
  22. Includes... which one? How does one decide?

    Man, I hate being a newb...

    I've been reading a lot of the tutorials/comments from this site. How does one know which include file to use?

    For instance, I've been particularly interested in...
  23. Replies
    11
    Views
    1,521

    The Ultimate Newbie Question...

    What is the difference between C and C++?

    I started taking a class in C, and am also learning C++ on my own...

    Am I wasting my time? Are there significant differences between the two? I have...
  24. Replies
    13
    Views
    2,827

    quzah is correct. The common form of copy...

    quzah is correct. The common form of copy protection is to write data to a section of the disk "incorrectly". However, if your burning software will allow you to not correct errors, you stand a...
  25. Replies
    6
    Views
    6,251

    Thanks, I was reading about FreeConsole() on...

    Thanks, I was reading about FreeConsole() on msdn.microsoft.com but wasn't sure how to implement it.

    I originally tried to make a Win32 app but kept getting all sorts of compile errors about...
Results 1 to 25 of 31
Page 1 of 2 1 2