Sign In
Rakesh's Blog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Bugs in C++ Class Designer.
Class Designer for C++
New feature suggestions for C++ Class Designer.
Archive
Archives
March 2005
(1)
February 2005
(1)
January 2005
(3)
November 2004
(1)
October 2004
(2)
September 2004
(3)
August 2004
(4)
July 2004
(6)
June 2004
(5)
July, 2004
MSDN Blogs
>
Rakesh's Blog
>
July, 2004
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Rakesh's Blog
Decisions.
Posted
over 8 years ago
by
rakeshna
0
Comments
There were some areas where I had requested feedback. Based on the feedback received from external and internal patrons these are the decisions. Function overloading Our proposed approach, in nut shell, was to create an additional parameter...
Rakesh's Blog
Your Choice.
Posted
over 8 years ago
by
rakeshna
0
Comments
Constant Kind . Look at this code… public ref class C1 { public : const int i; initonly int j; literal char c = 'a'; public : Class1() : i(0) { j = 1; } }; In a property page you will see...
Rakesh's Blog
Feature Requests.
Posted
over 8 years ago
by
rakeshna
2
Comments
Please try the Class Designer on C++ projects. The Class Designer is shipped with Visual Studio 2005 beta1 bits. If you would like to suggest some new features or see some improvements on existing features please post them in this category. I will...
Rakesh's Blog
Please report any bugs you find here...
Posted
over 8 years ago
by
rakeshna
1
Comments
Please try the Class Designer shipped with Visual Studio 5, beta1 bits. If you find any bugs please post them in this category. I will make sure that the reported bugs are addressed in beta2 or in RTM. Thanks.
Rakesh's Blog
Comments in code.
Posted
over 8 years ago
by
rakeshna
6
Comments
Wow! Did we get the overload behavior of Class Designer perfect or what? No comments on that post J . Did you know that the VC will support XML comments in Whidbey? XML comments are an excellent way to document your code. Here is a link to an MSDN...
Rakesh's Blog
Overload Methods
Posted
over 8 years ago
by
rakeshna
1
Comments
I have decided to post issues that solicit feedback from you and in the process touch upon the cool aspects of Class Designer. I hope you find it engaging. The Class Designer sits on top of the VC Code Model. The VC Code Model poses certain restrictions...
Page 1 of 1 (6 items)