User Profile

Collapse

Profile Sidebar

Collapse
india215
india215
Last Activity: Apr 27 '09, 01:59 PM
Joined: Mar 6 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • india215
    started a topic how to save ping results in a text file
    in C

    how to save ping results in a text file

    Hello all,

    Iam trying to save the ping results obatined in a text file in c++.

    Below is a copy of my code. Any advice will be greatly appreciated.

    I keep getting this error:

    c_str()) was unexpected at this time.
    Code:
    #include <iostream>
    #include <string>
    #include <windows.h>
    
    using namespace std;
    
    static string host;
    static string
    ...
    See more | Go to post
    Last edited by pbmods; Mar 9 '09, 12:49 AM. Reason: Added CODE tags.

  • india215
    india215 posted a Visitor Message for AdrianH
    how do I save ping results in a text file via c++?
    Below is a copy of my code.
    hrping here is an external program that works in a similiar manner as ping.

    Any advice will be greatly appreciated.



    #include <iostream>
    #include <string>
    #include <windows.h>

    using namespace std;

    static string host;
    static string ping_again;...
    See more | Go to post
No activity results to display
Show More
Working...