Search:

Type: Posts; User: 1943

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    1,391

    Ohh never mind... I just went through the...

    Ohh never mind... I just went through the tutorial and finished looking through the message board more...

    struct name{
    char [5][25];
    }
  2. Replies
    5
    Views
    1,391

    Hrrm I still have to look up some reference on...

    Hrrm I still have to look up some reference on structures (going to use this site's tutorial)
    but - Prelude you're suggesting something like..

    struct ...
    {
    int min=MIN;
    int max=MAX;
    char...
  3. Replies
    6
    Views
    1,372

    Well, I've managed to get it to work... half...

    Well, I've managed to get it to work... half assed..
    I made a seperate proc to get the song title (it takes it from winamp's title), and damn near hogs all the ram, so i've got to optimize that.....
  4. Replies
    6
    Views
    1,372

    Receiving Messages from other Applications

    I've done quite a lot of research over the past few days, and I'm still a bit puzzled on how to go about this.

    I've had a lot of practice Sending messages... but it's rather difficult for me to...
  5. Replies
    1
    Views
    1,795

    Although, I've no clue how to do that.. it sounds...

    Although, I've no clue how to do that.. it sounds like a great idea... especially for us lazy programmers (aren't we all?) :)
  6. Thread: My Tennis Game

    by 1943
    Replies
    19
    Views
    5,646

    Hey pretty cool man :)

    Hey pretty cool man :)
  7. Hmm that looks familiar to a problem in the book...

    Hmm that looks familiar to a problem in the book I'm working in..
    (Teach Yourself C++, 21days)

    I've modified it to this...hope that helps :)



    #include <iostream>
    using namespace std;
  8. Replies
    7
    Views
    8,079

    Very nice post Kuphryn, I agree - it's (Win32,...

    Very nice post Kuphryn,

    I agree - it's (Win32, MFC) is difficult to learn. Even moreso for the n00b (I'm one) with out extensive knowledge of simple C++ (console). I just completed my first...
  9. Replies
    4
    Views
    1,456

    I just finished a C++/Advanced C++ course in my...

    I just finished a C++/Advanced C++ course in my high school.. during the first week, my teacher said "This is the last year we're going to teach this C++ course, it's an old language and not going to...
  10. Replies
    8
    Views
    1,250

    Hmmm, not sure if this is relevent.... but - I...

    Hmmm, not sure if this is relevent.... but - I saw a test once where the person tried the VC++ 6.0 compiler.. and a borland one, I can't recite the facts (which are most important), but I do know -...
  11. Hey catfish, nice FTP! It's great for C++...

    Hey catfish, nice FTP! It's great for C++ resources, and not a bad speed either :)
  12. Thanks :)

    Thanks :)
  13. Replies
    50
    Views
    18,252

    91 Chevy Blazer, with a brand new radio which...

    91 Chevy Blazer, with a brand new radio which plays mp3s (yes I'm over joyed with it !)
  14. ahh, thanks you guys :) I can't tell you how...

    ahh, thanks you guys :)

    I can't tell you how frustrated that has made me!! :)
  15. Well the problem lies in the strcmp...

    Well the problem lies in the strcmp function...and the different char formats.. :(
  16. Well I don't know if this is what you're looking...

    Well I don't know if this is what you're looking for.. but I got it to work like this...



    #include <iostream>
    #include <string>
    using namespace std;

    int main()
    {
  17. Simple problem, yet difficult for n00b like me :-/

    I've been browsing the boards for sometime, so I've decided to post.

    I found - somewhat of an answer, although I'm still having problems.

    Simply put - I'm trying to convert the string to upper...
Results 1 to 17 of 18