473,396 Members | 2,129 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,396 software developers and data experts.

operator == is incomplete

Hi there,

I don't know what wrong opeartor overload when I try to build we comment in
VS .NET I got this error page.

Code element page operator == is incomplete.
Code element page operator != is incomplete.

Any idea?

Cheers,
kids
Nov 16 '05 #1
5 1138
In general, if you want help fixing your code, we're going to have to see
your code.

The problem exists in the xml comments for those functions.

kids_pro wrote:
I don't know what wrong opeartor overload when I try to build we
comment in VS .NET I got this error page.

Code element page operator == is incomplete.
Code element page operator != is incomplete.


--
Truth,
James Curran [MVP]
www.NJTheater.com (Professional)
www.NovelTheory.com (Personal)


Nov 16 '05 #2
kids_pro <ki******@yahoo.com> wrote:
See attach file it is what I am talking about.


Please post a short but complete program which demonstrates the
problem.

See http://www.pobox.com/~skeet/csharp/complete.html for details of
what I mean by that.

There's no need for everyone to extract a zip file and launch VS.NET
with a whole solution when I'm sure you could come up with a program of
about 20 lines (or less!) which shows the same problem.

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
Nov 16 '05 #3
As I said it not the coding problem.
The implementation is correct.

But the issue here is VS .NET 2003 can't build comment web page for the
class.
That why I put the sample project to show what I mean.

Sorry if it too hard for you to understand the problem.
It just I don't know why VS .NET 2003 flag error in the web page that they
generate.
"Jon Skeet [C# MVP]" <sk***@pobox.com> wrote in message
news:MP************************@msnews.microsoft.c om...
kids_pro <ki******@yahoo.com> wrote:
See attach file it is what I am talking about.


Please post a short but complete program which demonstrates the
problem.

See http://www.pobox.com/~skeet/csharp/complete.html for details of
what I mean by that.

There's no need for everyone to extract a zip file and launch VS.NET
with a whole solution when I'm sure you could come up with a program of
about 20 lines (or less!) which shows the same problem.

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too

Nov 16 '05 #4
kids_pro <ki******@yahoo.com> wrote:
As I said it not the coding problem.
The implementation is correct.

But the issue here is VS .NET 2003 can't build comment web page for the
class.
That why I put the sample project to show what I mean.

Sorry if it too hard for you to understand the problem.
It's not that it's impossible to understand it - it's just that you
didn't need to provide nearly as much as you did. Even if you *did*
feel you had to provide the project, there was no need to include all
the stuff that had already been built. Just the project file and a
single .cs file (with nothing but the operators in) would have been
better.
It just I don't know why VS .NET 2003 flag error in the web page that they
generate.


It looks like it's a bug in VS.NET, basically. There have been a few
similar threads on usenet over the years, and no solution, I'm afraid.
I've had a look at the Whidbey beta, and I can't even see the option
any more...

Have you tried using NDoc instead? http://ndoc.sf.net

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
Nov 16 '05 #5
Greate I better use ndoc instead thank.

"Jon Skeet [C# MVP]" <sk***@pobox.com> wrote in message
news:MP************************@msnews.microsoft.c om...
kids_pro <ki******@yahoo.com> wrote:
As I said it not the coding problem.
The implementation is correct.

But the issue here is VS .NET 2003 can't build comment web page for the
class.
That why I put the sample project to show what I mean.

Sorry if it too hard for you to understand the problem.


It's not that it's impossible to understand it - it's just that you
didn't need to provide nearly as much as you did. Even if you *did*
feel you had to provide the project, there was no need to include all
the stuff that had already been built. Just the project file and a
single .cs file (with nothing but the operators in) would have been
better.
It just I don't know why VS .NET 2003 flag error in the web page that they generate.


It looks like it's a bug in VS.NET, basically. There have been a few
similar threads on usenet over the years, and no solution, I'm afraid.
I've had a look at the Whidbey beta, and I can't even see the option
any more...

Have you tried using NDoc instead? http://ndoc.sf.net

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too

Nov 16 '05 #6

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

Similar topics

3
by: Sensei | last post by:
Hi. I have a problem with a C++ code I can't resolve, or better, I can't see what the problem should be! Here's an excerpt of the incriminated code: === bspalgo.cpp // THAT'S THE BAD...
5
by: cuneyt | last post by:
Hi all: I have defined the template template<class T> class CGroup { friend std::ostream & operator<<( std::ostream &lhs, const CGroup &rhs ); private: int nSize;
5
by: Paul F. Dietz | last post by:
Is the following legal C? struct foo; struct foo (*p); /* Pointer to array of 10 foo structures */ struct foo { int bar; int baz; }; main() { printf("%d\n", sizeof(*p)); } Paul Dietz...
11
by: Shawn Odekirk | last post by:
Some code I have inherited contains a macro like the following: #define setState(state, newstate) \ (state >= newstate) ? \ (fprintf(stderr, "Illegal...
9
by: Steve Sargent | last post by:
Hi: I'm trying to debug the following code, and it keeps looping on the if statement: public static bool operator == (OnlineMemberNode first, OnlineMemberNode second) { if(first == null) {
0
by: aw | last post by:
My Xml documentation for operator --: /// <summary> /// Dekrementacja /// </summary> /// <param name="o">okres</param> /// <returns>okres</returns> public static OkresKomaClass operator...
6
by: Daniel Rudy | last post by:
Hello Everyone, I've ran into a little snag with the sizeof operator. Can you get the size of a member inside a struct using sizeof? I looked through the FAQ and I couldn't find the answer to...
11
by: Zilla | last post by:
I have the following simple program. I just want to be able to do math operations (+, -, =)on Timer sublcasses, but want to handle cases where either rhs or lhs is an intrinsic value, However, the...
5
by: George2 | last post by:
Hello everyone, The following code, operator const Outer::Inner * volatile & (); 1.
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.