From: astrzelc AT yahoo DOT com (andrzej) Newsgroups: comp.os.msdos.djgpp Subject: gcc 3.1 - space characters in file name Date: 23 Jun 2002 04:56:51 -0700 Organization: http://groups.google.com/ Lines: 11 Message-ID: <46552825.0206230356.22493c14@posting.google.com> NNTP-Posting-Host: 209.250.153.18 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1024833412 16285 127.0.0.1 (23 Jun 2002 11:56:52 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: 23 Jun 2002 11:56:52 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, I am not able to open files whose name contain spaces,like "this is an example". I am using gcc version 3.1 compiler and fopen function; have tried double quotes and backslash e.g. '"this is an example"' and 'this\ is\ an\ example' without any success, although at least one of these works fine one gnu utilities. Thanks in advance for your kind help. Andrzej :)