Search:

Type: Posts; User: Mouse_103

Search: Search took 0.01 seconds.

  1. I tried strcpy() I get errors.

    I tried strcpy() I get errors.
  2. that link dont help at all.

    that link dont help at all.
  3. cannot convert from 'char [256]' to 'unsigned char [256]'

    I been looking for help on this on google and other places.

    here is my code

    Mario.cpp(187) : error C2440: 'initializing' : cannot convert from 'char [256]' to 'unsigned char [256]'



    ...
  4. errors with string use funcs.h(548) :...

    errors with string use





    funcs.h(548) : error C2664: 'class std::basic_istream<char,struct std::char_traits<char> > &__thiscall std::basic_istream<char,struct std::char_traits<char>...
  5. how to get all texts from a file by ifstream ?

    char *str4 = new char[50];
    ifstream Inputfile(argv[0],ios::in);
    Inputfile.getline(str4, '\n');
    sock.Send(num, str4);
    Inputfile.close();
    delete str4;



    It only return one line :(
  6. Replies
    4
    Views
    1,838

    problem with char * and unsigned long

    unsigned long lPid;

    lPid = argv[0];





    funcs.h(453) : error C2440: '=' : cannot convert from 'char *' to 'unsigned long'
    This conversion requires a reinterpret_cast, a C-style...
  7. mmmmmmm printf works fine. send_to_server...

    mmmmmmm

    printf works fine.
    send_to_server code is problem.
  8. well it have to be %c in my program

    well it have to be %c in my program
  9. why do my string only return one char instead whole of my string?

    I been trying to figure out to get all of my string to show up.
    This code is being worked on my freebsd machine.

    here is my code.

    ----------



    void send_to_server(sendpattern, p1,...
  10. How to update/refresh/resize the systray after replace the windows clock with static

    I been working on this clock replacement program because I never find any open source ones.

    I been having problem with the code and cant find a way to auto update/refresh my systray to fit my...
  11. how to write and save ini files like some apps do with their ini's

    Im working on app that will keep lists of things in a ini file from edit boxes on a dialogs.

    I already know about CEdit and WritePrivateProfileStrings things.
    but I need things to be listed like...
  12. Thread: Exiting ?

    by Mouse_103
    Replies
    3
    Views
    911

    someone help this dude. i have same problem...

    someone help this dude.

    i have same problem too.
  13. Thread: Keystokes

    by Mouse_103
    Replies
    1
    Views
    986

    the link is broke :/ i need to find exmplae...

    the link is broke :/

    i need to find exmplae of keybd_event
Results 1 to 13 of 16