Search:

Type: Posts; User: snowblind37

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,743

    Found the answer!

    Now that I've finished my exam yesterday I am ready to get back into this with a fresh mind. So I was able to find a tutorial that showed me how to do it. There are no data bindings involved, or...
  2. Replies
    8
    Views
    1,807

    Input to a DOS box is static, meaning the box...

    Input to a DOS box is static, meaning the box prints the input it was given at the time. This cannot be changed since each command to print results in a line of display in the box. Therefore, the...
  3. Replies
    1
    Views
    1,743

    Visual Studio.Net 2003 and DataGrids

    Hi All,

    I am trying to create a DataGrid for a weekly employee schedule. While the columns would be statically set to the days of the week, the rows should show the employees and their scheduled...
  4. Thanks Metal Head, Nothing like a good, clean,...

    Thanks Metal Head,

    Nothing like a good, clean, one line fix. That did the trick!
  5. strtok tokenizing on spaces as well as my delimiter

    Hi all,

    I am trying to read from a file that contains string records and copy the elements to a struct upon startup of the program. Each record is on one line and the elements of the record are...
  6. Replies
    15
    Views
    1,941

    LMAO!!!! gues this system doesn't like the...

    LMAO!!!!

    gues this system doesn't like the swear words much!!!!


    oh well
  7. Replies
    15
    Views
    1,941

    compiler?

    I only downloaded it 2 weeks ago. I need visual studio so I can save time on the little I am sillyI am sillyI am sillyI am silly
  8. Replies
    15
    Views
    1,941

    I meant the pathe from main, through the . h and...

    I meant the pathe from main, through the . h and into my class.

    And, I'm seriously thinking that you may be right about the compiler thing. I guess the best test would be to take it out to the...
  9. Replies
    15
    Views
    1,941

    Sorry, I assumed you knew i had tried to compile...

    Sorry, I assumed you knew i had tried to compile the code as you had given me. Lol, never assume.

    I did try your code. The path, however, was the same as I had in my naive code. At least in the...
  10. Replies
    15
    Views
    1,941

    Actually, the code has been compiling all day...

    Actually, the code has been compiling all day until I introduced the new class.

    I even tried putting the class into the same file as main but I still got the same error. hmmmmmm

    It's a bit of a...
  11. Replies
    15
    Views
    1,941

    concerning main()

    I don't think this makes much difference but......lol... ya never know.

    my main is:

    int WINAPI WinMain(HINSTANCE hThisInstance, HINSTANCE hPrevInstance, LPSTR lpszArgument, int nFunsterStil)
    ...
  12. Replies
    15
    Views
    1,941

    All very valid thoughts......but, I'm still stuck...

    All very valid thoughts......but, I'm still stuck


    I tried what you had posted but I still get the same message. Hmmmmm.

    I love to program and get results......but I hate to hit a wall like...
  13. Replies
    15
    Views
    1,941

    prog-bman

    I don't know what you mean by code tags
  14. Replies
    15
    Views
    1,941

    i'm using dev_c++

    It is amazing how many different flavours there are for C++. It's a little frustrating to learn. I'm using dev-C++4.9.8

    I tried removing #define employees from my .h file. It did not make a...
  15. Replies
    15
    Views
    1,941

    Accessing a class from WinMain

    This is unbelievable! But, then again, I suppose I have had the same experience with java before. I'm sure it is a lack of experience in C++. So I hope you can help.

    I created a class to keep a...
  16. Replies
    8
    Views
    2,358

    Thanks for reponding SilentStrike! I thought for...

    Thanks for reponding SilentStrike! I thought for sure your idea would have worked cause it made sense. But, alas, it does not. I will try to post in general. Don't want to make C++ gurus mad.:)
Results 1 to 16 of 16