Search:

Type: Posts; User: spanker

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,365

    Question About Strings

    Hello

    What if i have a string ,and want to search for data in it,not from that start,but from a specified location how can i do it?


    i tried to using :



    string temp ;
  2. Thread: editbox help

    by spanker
    Replies
    1
    Views
    1,030

    editbox help

    hello again

    so i overcomed the problem with getting integers from editbox

    i am now trying to create a smth like a popup editbox that appears when i doubleclick on the surface i know i should...
  3. Replies
    4
    Views
    2,308

    like that?

    like that?
  4. Replies
    4
    Views
    2,308

    GetwindowText problem

    hey there i am trying to get an integer input from an editbox using the getwindowtext function i know it gets strings,is there anyway to make it accept integer cause i am getting the next error:
    ...
  5. Replies
    4
    Views
    2,028

    WinApi Help Needed

    i am new to winapi and i am a little bit stuck if i have a dos based code like this :



    main ()
    {
    char examp[20];
    scanf("%s",examp);
    printf("%s",examp);
    }
  6. Replies
    7
    Views
    2,572

    void update_file() { FILE *fp; int...

    void update_file()
    {
    FILE *fp;
    int cmp_name,cmp_family;
    list_char number,familyname,name,sname,sfamilyname;
    fp=fopen("binar.bin","ab+rb");
    printf("Please Enter the name and the family name that...
  7. Replies
    7
    Views
    2,572

    no no,i need a solution within c limits,using c...

    no no,i need a solution within c limits,using c original header files,or smth like that
    :\
  8. Replies
    7
    Views
    2,572

    binary text file

    Hello :)
    i have a little problem,i am making a phone book with linked lists,that stores the inputed data in a binary text file.

    i have a probelm with to operations on binary file,
    my data in the...
Results 1 to 8 of 8