CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: justin1232

Search: Search took 0.02 seconds.

  1. Replies
    8
    Views
    6,193

    Re: need help with string

    that part works, but how do i convert "file" to a const char* string so the function thats using it can understand it?
  2. Replies
    8
    Views
    6,193

    Re: need help with string

    im using c++ and i have no clue on how to do this.
  3. Replies
    8
    Views
    6,193

    Re: need help with string

    would this work:

    sprintf(name,"%d",dir+i+ext);
  4. Replies
    8
    Views
    6,193

    need help with string

    I have three variables:

    const char* dir //directory of file

    int i //the file's name without extension

    const char* ext //the extension of the file

    how do I add these together to get a...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured