473,386 Members | 1,738 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

wondering

Does anybody know what ///. is. A lot of my files have this.

Jul 28 '06 #1
5 1194
jk*****@comcast.net writes:
Does anybody know what ///. is. A lot of my files have this.
It looks very much, like three '/' characters followed by a single '.'
character.

In C90, it's a syntax error unless it appears within a comment or a
string literal (or conceivably a character constant or header name).

In C99, or in code to be compiled with a C90 compiler that implements
"//" comments as an extension, it's the beginning of an end-of-line
comment whose first two characters are '/' and '.', unless [see
previous pararaph].

Any meaning depends on something other than the C language.

Somehow I doubt that that really answers your question. If you need
more information, you'll have to provide more information.

--
Keith Thompson (The_Other_Keith) ks***@mib.org <http://www.ghoti.net/~kst>
San Diego Supercomputer Center <* <http://users.sdsc.edu/~kst>
We must do something. This is something. Therefore, we must do this.
Jul 28 '06 #2

jk*****@comcast.net wrote:
Does anybody know what ///. is. A lot of my files have this. When I look at my history and open my computer, some files have file:///C:/Program Files/MSOE.TXT This is one example. Could these files be corrupt?
Jul 28 '06 #3
In article <11*********************@i3g2000cwc.googlegroups.c om>,
<jk*****@comcast.netwrote:
>jk*****@comcast.net wrote:
>Does anybody know what ///. is. A lot of my files have this. When I look at my history and open my computer, some files have file:///C:/Program Files/MSOE.TXT This is one example. Could these files be corrupt?
The file: is important in that context. file:///. would indicate
a URI type of file. Then // to indicate that the URI is absolute
instead of relative. That is followed by the hostname terminated
by a slash: since there is nothing in there before that terminating
slash, the meaning is the empty hostname which means "localhost".
The part after that the local part (relative to the host which is
your local host in this case), and the . there indicates "current
directory".

Note that interpretation of filenames is not part of the C standard.

Similarily, on your system, probably the system interprets

file:///C:/Program Files/MSOE.TXT

as indicating a file, with an absolute path given, the path being
on the local computer (the /// part), and on that computer the
disk is C: and the directory is "Program Files" and the filename
within that directory is MSOE.TXT .

Could these files be corrupt?
That's a loaded question. It's obviously an MS Windows filename
reference, and there are some people who would say loudly
that everything having to do with MS Windows is corrupt. ;-)
But the entries look completely plausible for MS Windows.
--
I was very young in those days, but I was also rather dim.
-- Christopher Priest
Jul 28 '06 #4

jk*****@comcast.net wrote:
jk*****@comcast.net wrote:
Does anybody know what ///. is. A lot of my files have this. When I look at my history and open my computer, some files have file:///C:/Program Files/MSOE.TXT This is one example. Could these files be corrupt?
Jul 28 '06 #5
jk*****@comcast.net writes:
jk*****@comcast.net wrote:
>Does anybody know what ///. is. A lot of my files have this. When I look at my history and open my computer, some files have file:///C:/Program Files/MSOE.TXT This is one example. Could these files be corrupt?
That looks like a URL referring to a local file on the hard drive on a
Windows system. (You originally wrote "///.", but the example you
showed in your followup just has "///" with no immediately following
".".)

It has nothing whatever to do with the C programming language, which
is what we discuss in this newsgroup.

You might try comp.os.ms-windows.misc. But first, I recommend reading
<http://www.catb.org/~esr/faqs/smart-questions.html>.

--
Keith Thompson (The_Other_Keith) ks***@mib.org <http://www.ghoti.net/~kst>
San Diego Supercomputer Center <* <http://users.sdsc.edu/~kst>
We must do something. This is something. Therefore, we must do this.
Jul 28 '06 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
by: Chris | last post by:
I've written a small QBASIC program which draws a spiral. Here is the code: SCREEN 12 CLS FOR t = 1 TO 400 STEP .01 x = .5 * t * COS(t) y = .5 * t * SIN(t) PSET (x + 320, y + 240) NEXT t
11
by: Steven Burn | last post by:
Just wondering if it would be possible to convert an existing e-mail form to; 1. Send the e-mail (as it does now...without problems) 2. Copy one folder on the server, to another new folder ...
2
by: KevinGPO | last post by:
Just wondering if anyone knows if there are converters to convert from: MS Visual C++ 6.0 or MS Visual Studio 2003 project files into UNIX autogen/configure/make files?
8
by: MLH | last post by:
A97 HELP shows the proper syntax for using Nz as Nz(variant) I'm wondering what to expect from potential past misuse I've made. For example, consider the following... Private Sub...
5
by: scorpion53061 | last post by:
I would like your thoughts and impressions of the events of today and ask how you would handle this or if I am wrong and this is "normal" behaviour for a web provider and IIS. I am normally a...
1
by: rodchar | last post by:
hey all, you know how you can drag a Crystal Report into a web form with a Viewer from the toolbar, so i was just wondering if there was a way to take fields in a datasource and combine them in...
3
by: rodchar | last post by:
hey all, i was wondering why I've seen articles similar to the following: ADO.NET Code Generator - Map DataBase Objects To .NET Classes What does this subject accomplish? Like, this does...
16
by: rodchar | last post by:
Hello all, Please allow me to revisit this topic once more it has hindered me for the longest. Even after the great replies I got in the past. I guess they might have been a bit over my head or...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.