Search:

Type: Posts; User: andyzjk

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,031

    2005 beta 2 Visual C++

    Hi all, anyone tried Visual C++ 2005 Express Edition Beta2 ?

    Notice any difference with VC7(2003) ? Is it worth to wait for releasing? cause I'm thinking get a Visual Studio 2003.(i'm using VC6...
  2. Replies
    12
    Views
    1,521

    That helps .Thanks a lot. :)

    That helps .Thanks a lot. :)
  3. Replies
    12
    Views
    1,521

    That helps a lot, thanks guys! Do u guys know...

    That helps a lot, thanks guys!
    Do u guys know how to do an error checking?
    for example:
    if input (8+9i), it will tell me that is a improper input, and allows me to re-input.
    some kind of...
  4. Replies
    12
    Views
    1,521

    the error is like this "error C2248: 'real' :...

    the error is like this "error C2248: 'real' : cannot access private member declared in class 'complex' ". I'm new to C++. :(
  5. Replies
    12
    Views
    1,521

    Complex Class help!!!

    I'm writing a Class called Complex. and I have overloaded >> and <<.
    but there are still something wrong in the code, please help:(
    BTW, how do i set failbit to indicate improper input? the input...
  6. Replies
    11
    Views
    3,034

    :) :) :)to both treenef and salem You guys are so...

    :) :) :)to both treenef and salem You guys are so great! Problem solved!!!!!
  7. Replies
    11
    Views
    3,034

    :( any one please help

    :( any one please help
  8. Replies
    11
    Views
    3,034

    Hi treenef, Thanks for your help. (it works when...

    Hi treenef, Thanks for your help. (it works when i still use void as return type)
    The problem is why (*processGrades[choice]) (int studentGrades[students][exams], int students, int exams);won't...
  9. Replies
    11
    Views
    3,034

    I have declared "studentGrades" in Main, what's...

    I have declared "studentGrades" in Main, what's wrong with my code, ANY ONE? HELP!
  10. Replies
    11
    Views
    3,034

    Thx salem . I followed your instruction, but the...

    Thx salem . I followed your instruction, but the error comes again.
    error C2065: 'studentGrades' : undeclared identifier


    :(
  11. Replies
    11
    Views
    3,034

    arrays of pointers to function?????

    Hi all, I'm new to this board and C++, I'm writing a piece of code that uses arrays of pointers to function. The program contains a menu-driven interface. and there are five options, each them...
Results 1 to 11 of 11