Thread: error in assigning a path ?

  1. #16
    Registered User
    Join Date
    Nov 2006
    Posts
    40
    I did Daved , the same problem , I restart every thing and the same problem in any path for any file

  2. #17
    Registered User
    Join Date
    Oct 2001
    Posts
    2,934
    Probably a getline bug. Switch from char arrays to std::string and see what happens.

  3. #18
    Registered User
    Join Date
    Nov 2006
    Posts
    40
    yes, it was a bug.!!!!!!!!!!!!!!
    every thing is okay now. thank you all

  4. #19
    MFC killed my cat! manutd's Avatar
    Join Date
    Sep 2006
    Location
    Boston, Massachusetts
    Posts
    870
    Wasn't that what I said in my first post?
    Silence is better than unmeaning words.
    - Pythagoras
    My blog

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Shortest Path Maze Solver (Breadth Search Help)
    By Raskalnikov in forum C Programming
    Replies: 5
    Last Post: 04-07-2009, 07:41 PM
  2. clipping path
    By stanlvw in forum Windows Programming
    Replies: 0
    Last Post: 07-23-2008, 11:47 PM
  3. Can't figure out what keeps hanging up my program
    By shays in forum C Programming
    Replies: 7
    Last Post: 11-12-2007, 02:59 PM
  4. Path Finding Using Adjacency List.
    By Geolingo in forum C++ Programming
    Replies: 7
    Last Post: 05-16-2005, 02:34 PM
  5. linked list recursive function spaghetti
    By ... in forum C++ Programming
    Replies: 4
    Last Post: 09-02-2003, 02:53 PM