Search:

Type: Posts; User: omeydhomey

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    2,652

    im havin trouble using it on this one specific...

    im havin trouble using it on this one specific text box, i dont know how to do it
  2. Replies
    3
    Views
    2,652

    Entering only letters in MFC

    hey, im doing thisprogram, and in this textfield, i just want the user to enter in only letter, and not allow them to enter anything in but letters. i know the command for only entering in numbers...
  3. Replies
    2
    Views
    1,065

    Disabling controls on MFC

    in my program that imworking onusing the MFC with C++, i have a problem. basically what my teacher wants is when you press a certain button, certain textfields should become disabled and you should...
  4. Replies
    1
    Views
    1,680

    ListBoxes with MFC

    i got a question, im programmin on mfc, and im having a lil trouble using the listbox. i mean i know how to insert stuff in it, but the thing i wanna do is click an item in the list box and it...
  5. Replies
    1
    Views
    2,357

    Programmin with the MFC

    hey everyone, im programmin with the MFC, and i get no errors when i compile, but when i try to execute i cant because i get this error message saying "Debug Assertion Failed" and the file is...
  6. Replies
    3
    Views
    1,412

    i used the code that you have provided, and it...

    i used the code that you have provided, and it compiles and runs, but instead of getting the private data members, i get the address of where everything was stored.

    lets say i have

    private:
    ...
  7. Replies
    3
    Views
    1,412

    virtual functions in polymorphism

    hey eveyrone, im doing this program on polymorphism, and what i was using to print out all the of the information was a print function and it looked like this

    virtual void print() const;

    and...
  8. Replies
    5
    Views
    1,823

    A question Polymorphism

    hey everyone, im doing this program on polymorphism and inheritance and what our teachjer wants us to do is to insert things from the derived class into a base class array which i was able to do. but...
  9. Replies
    8
    Views
    1,334

    still doesnt work, i still get 2 errors, here...

    still doesnt work, i still get 2 errors, here they are

    C:\CECS328\bintree.cpp(652) : error C2079: 'is' uses undefined class 'basic_istringstream<char,struct std::char_traits<char>,class...
  10. Replies
    8
    Views
    1,334

    i couldnt get either to work what im tryin to...

    i couldnt get either to work

    what im tryin to do in my program is that i have a binary tree, and when there is a number in the binary tree, i want to take that number, and convert it into an int...
  11. Replies
    8
    Views
    1,334

    converting from a string to an int

    hey everyone im having this little problem. Im trying to convert from a string to an int. ive tried to use atoi but that didnt work. that only works if it were char string[1] = "1"; int x; x =...
Results 1 to 11 of 11