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

Search:

Type: Posts; User: noahkrus

Search: Search took 0.02 seconds.

  1. Re: Possible? Simple loop to attach int to a string

    Sorry to be such a newbie but could give me an example of stringstream. I have read various sources on the net but they kind of go over my head alittle. I really feel like I'm not getting my...
  2. Possible? Simple loop to attach int to a string

    I have a Windows Form app that has over 100 textboxes. I need to convert them all into integers so I can add them to an array. Is something to this extent possible:

    int a [99]

    for(int i = 0,...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured