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

Search:

Type: Posts; User: Rahl

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    687

    converting string to c-string

    Hello,

    beginners question, what is the easiest way to convert a string (string class) to a c-string? Since declaring a c-string demands you it's size when declared, I'm not sure what the best way...
  2. Thread: pointer issues

    by Rahl
    Replies
    18
    Views
    13,085

    Re: pointer issues

    Thanks for that!
  3. Thread: pointer issues

    by Rahl
    Replies
    18
    Views
    13,085

    Re: pointer issues

    I was under the impression that every array automatically ends with the null terminator character, '\0' , so that when the computer walks through the array, it knows when to stop-- it sounds like...
  4. Thread: pointer issues

    by Rahl
    Replies
    18
    Views
    13,085

    pointer issues

    Hello, I am running into trouble with (what I thought would be) a simple algorithm that takes in an int array, and returns the number of elements in the array. It seems to work with arrays with only...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured