Search:

Type: Posts; User: Citizen Bleys

Search: Search took 0.01 seconds.

  1. what SHOULD be a painfully simple API call...

    I created a simple Log Off application using Visual C++ 6.0; It was painfully easy, all I had to do was create a new Win32 application, gave it the "Simple Win32 Application" template, and replaced...
  2. Replies
    2
    Views
    1,278

    !@#$ DLLs?

    Every project I compile in Visual Studio .NET (whether it be in C# or C++ using MFC) fails to run on any machine that doesn't have VS.NET in it, even if I compile a release version.

    Anybody know...
  3. Replies
    5
    Views
    1,735

    Erm...I'm using Visual C++, not Borland. If I...

    Erm...I'm using Visual C++, not Borland. If I call AfxGetAppName() from InitInstance instead of the constructor, I get the executable file name, but not the full path name, and I need the full path.
  4. Replies
    5
    Views
    1,735

    My own filename?

    How can I get my program to grab a string containing its own pathname so that I can enter it in the Registry? (It has to be an absolute path name--i.e., c:\install\myprog\myprog.exe, not just...
  5. Replies
    13
    Views
    1,780

    Bweh. I was bein' a smartass with the "need"...

    Bweh. I was bein' a smartass with the "need" stuff. Gomen nasai.

    *refrains from commenting on emacs vs vi*
  6. Replies
    13
    Views
    1,780

    Need? Nobody NEEDs an IDE. But it's handy; It's...

    Need? Nobody NEEDs an IDE. But it's handy; It's a lot easier to track down simple syntax errors (i.e, forgotten semicolons--and we ALL forget stupid things like that, don't try to tell me...
  7. Replies
    3
    Views
    1,235

    Nice to know you occasionally ask someone other...

    Nice to know you occasionally ask someone other than me for help :p

    Here's my working routine:



    void printLatinWord(char *myWord) {
    char tempChar='\0';
    int wordLen=0;
    char...
  8. There's crap in your buffer. Use cin.ignore()...

    There's crap in your buffer. Use cin.ignore() before your call to getline.
  9. Replies
    13
    Views
    1,780

    Favorite GUI

    Let me be brief and to the point. I hate kDevelop. Is there something better out there? I like Micros~1's Visual Studio, don't flame me for that plz.
Results 1 to 9 of 9