CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Threaded View

  1. #4
    Join Date
    Sep 2003
    Posts
    815
    I will really appreceate to get some suggestion, on how to make this code looks better (I think it's quite a mess at the moment)


    harizak

    The final string I am trying to build hasn't got a finite size (how did you get to a 100), since I don't know in advance the list size
    (note that I add to my string in each iteration)
    can you please be more specific about sscanf() and sprintf()
    thanks



    Paul

    the code is working it's just look kind of ugly (at least to my opinion), but it's working, about the efficiency, that's another problem

    thanks
    Last edited by avi123; October 14th, 2003 at 01:50 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured