Search:

Type: Posts; User: Swaine777

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Yes!!!!!!!!

    Thank you so much anonytmouse ! That simple little thing was hanging me up for so long and now it works! I appreciate it.

    Now, can you tell me how to empty the contents of a listbox...
  2. How do you cast a System::String __gc * to an int?

    Working in C++.NET...

    How do you cast a System::String __gc * to an int?

    I've got numbers 1-12 in a listbox. I want the user to be able to
    click on a number in the listbox and the event...
  3. Hmm...

    22 views but no replies...did I stump everyone else too? :o/

    Swaine777
  4. How to cast a ListBox item to an int for a switch statment?

    I'm at a loss here. I'm trying to run a function with certain
    parameters according to which item the user selects in a listbox.
    I've tried all kinds of different casting methods to try to...
  5. Reading Chinese from text file into ListBox (.NET)

    Hey guys,

    I know this has got to be possible and I've been trying to figure it out for almost 2 years now. .NET is totally Unicode enabled. Anybody got any suggestions as to how to read Chinese...
  6. Replies
    3
    Views
    2,374

    C++.NET Can I use atoi ??

    Hi,

    I'm trying to learn C++.NET and I've got a listbox with some items in it via Properties->Collection. They're strings and I want the user to choose one of the strings in the list box and then...
  7. Replies
    13
    Views
    4,947

    more questions about this proggie

    Hi again,

    I've been working on implementing the suggestions you made for my program concerning maps and vectors and I realized that I don't know how to access the elements of the vectors within...
  8. Replies
    13
    Views
    4,947

    thanks

    Thanks for the book idea. I'll be looking for some good C++ books when I go back to the States.
  9. Replies
    13
    Views
    4,947

    Yes!!! Thank U!!!!

    I appreciate it so much! I was just reading a map tutorial today. It was good but it didn't have an example of find() and erase().

    How'd U learn all that stuff about maps anyway? Can you...
  10. Replies
    13
    Views
    4,947

    Question about deleting...

    Thank you for the advice about vectors & maps. Maps are really powerful if you know how to use them. :) I didn't really understand this chunk of code that you used to display the contents of the...
  11. Replies
    13
    Views
    4,947

    Hi, I tried the infile.seekg(0, ios::beg);...

    Hi,

    I tried the infile.seekg(0, ios::beg); and it compiled fine but i'm not getting the result I was hoping for. Think you can take a look at my function and find the bug? I've got to figure...
  12. Replies
    13
    Views
    4,947

    thanks

    Thanks, I'll give it a shot.
  13. Replies
    13
    Views
    4,947

    How to Reset a text file to bof??

    Hi,

    I'm wondering how to reset a text file (ifstream infile("blah.txt")) to the beginning of the file using C++ (no C) after you've been working through it with some getline's.

    From what I've...
  14. Replies
    2
    Views
    1,723

    VC++ tutorial driving me insane!

    Hi,

    This tutorial on SDI apps. from Learn VC++ in 21 Days is driving me up the wall. I typed it all in as the PDF file won't let me copy and paste :rolleyes: When I compiled it I got 18 errors...
  15. Replies
    7
    Views
    1,549

    thanks

    Thanks a lot, Cat. I know that programming with Chinese characters is best done with the NT kernel and Unicode, what with the big, fat characters and all. I guess I'm going to have to reload XP on...
  16. Replies
    7
    Views
    1,549

    loading array w/Chinese chars

    Wow, what's the record for the biggest amount of posts on the same part of the same program? Here I am again...making progress, but now I can't figure out why Chinese Win98 will display the...
  17. Replies
    1
    Views
    1,159

    ostringstream question

    Ok, I've posted about this before but this one is for after I tried something someone suggested about replacing a big ol' case statement with this ostringstream to help reduce the code a lot. It...
  18. Replies
    4
    Views
    1,994

    case statement wrong?

    I guess Dev-cpp/g++ doesn't like my case statement. Any ideas?

    Thanks ahead of time.





    #include <iostream>
    #include <cstdlib>
  19. Replies
    7
    Views
    3,066

    more details

    OK, i was trying to load 188 character radicals (each Chinese character has a base part called a radical) into an array, line by line. There are 12 sets of radicals, 1 to 12 according to how many...
  20. Replies
    2
    Views
    880

    :}

    whoops! :o} ~sheepish~

    thanks adrian
  21. Replies
    2
    Views
    880

    no can compile

    this is so wierd...there must be invisible characters on my screen that keeps dev-cpp from compiling it:

    Here's the code that comes with the book that DID compile:




    // Programming with...
  22. Replies
    7
    Views
    3,066

    w_char/arrays/chinese

    i challenge/implore anyone to direct me to a tutorial that explains the use of w_char clearly.

    Also, is it humanly possible to use C++ and w_char to fill an array with Chinese simplified...
  23. Replies
    4
    Views
    933

    Flashes on the screen .5 sec

    from one newb to another . . . ;oD




    // I like to start all programs like this...

    #include <iostream>
    #include <cstdlib> //for the system command
  24. Replies
    1
    Views
    2,050

    Array/cin.getline question

    Hi,

    Had a question about a couple little array feeding programs I've been trying to get working. These were posted on this board (by someone named Mookie??) in answer to another question I asked...
  25. Replies
    8
    Views
    1,306

    the "this" pointer

    Hi,

    Could someone take a look at this code (taken from Sam's Teach Yourself C++ in 24 hrs, 2nd ed.) and take a guess at why Dev-Cpp wouldn't compile it? Thanks.




    // Listing 10.4
    //...
Results 1 to 25 of 31
Page 1 of 2 1 2