Thread: hopeless

  1. #1
    Registered User
    Join Date
    Apr 2009
    Posts
    1

    hopeless

    i`m realy hopless and need ur help

    well,i need aprog in c++ (the shortest paths in anetwork) but in c++ not algorithm i realy need it i`m still bignners and i can`t do it if some one can give to me just help me pllllllllllllllllz

  2. #2
    Registered User BuzzBuzz's Avatar
    Join Date
    Feb 2009
    Posts
    89
    Code:
    #include <iostream>
    
    using namespace std;
    
    int main()
    {
          cout << "\nthe shortest paths in anetwork\n";
          
          return 0;
    }
    That should do it.
    Any help I give may be classified as:
    The Blind leading the Blind...
    Currently working through:
    "C++ Primer Plus"

  3. #3
    Registered User
    Join Date
    Apr 2007
    Posts
    102
    Quote Originally Posted by snowwhite212 View Post
    i`m realy hopless and need ur help

    well,i need aprog in c++ (the shortest paths in anetwork) but in c++ not algorithm i realy need it i`m still bignners and i can`t do it if some one can give to me just help me pllllllllllllllllz
    What? Try using English words please.
    My Favorite Programming Line:
    Code:
    #define true ((rand() % 2) ? true : false)

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. hopeless little c program
    By beone2 in forum C Programming
    Replies: 6
    Last Post: 06-17-2009, 06:43 PM
  2. Im hopeless
    By Esparno in forum C++ Programming
    Replies: 9
    Last Post: 11-13-2002, 11:27 AM