943,918 Members | Top Members by Rank

Ad:
  • C++ Discussion Thread
  • Unsolved
  • Views: 6181
  • C++ RSS
You are currently viewing page 2 of this multi-page discussion thread; Jump to the first page
Aug 6th, 2006
0

Re: visual c++ 2003

Quote originally posted by WolfPack ...
No. There is no issue like that with Visual Studio 2005 Express Edition. It is completely free for as long as you want to use it. Earlier it was only for a one year period and the licence expired after an year. But now they have decided to give this edition for free. See this.
See how nice Big Bro Bill is?
WOW :eek: iam downloading all of them lol
Reputation Points: 10
Solved Threads: 0
Light Poster
ArNy is offline Offline
35 posts
since May 2006
Aug 6th, 2006
1

Re: visual c++ 2003

Quote originally posted by WolfPack ...
As for syntax changes, I tried the Professional Version for some time, and the major irritation was that the use of functions like strncpy has been deprecated in favour of microsoft specific functions like strncpy_s. So you may get a lot of compiler warnings saying this and that is deprecated, blah blah blah. Of course you can turn if off with a specific preprocessor switch
Leave it to M$ to depricate standard functions in lieu of their own functions. Whether their reasoning is sound is immaterial. They should not ignore the standards because they don't like them.


Quote originally posted by WolfPack ...
I personally do not like this compiler specific code...
I despise this "compiler specific code" because of the arrogance. They can add the functions -- no problem there -- but to deprecate the Standard takes it too far.


Quote originally posted by WolfPack ...
but since I don't know the internals of the C/C++ standard implementations, I am not in a position to say where the old strncpy functions have gone wrong.
The problem with the string functions is they make it easy to overflow your string buffer. In some ways they are as dangerous as gets() and scanf("%s"...), but they are under control of the programmer, not the user. Any programmer worth his salt can handle this without difficulty.
Moderator
Reputation Points: 3278
Solved Threads: 894
Posting Sage
WaltP is offline Offline
7,738 posts
since May 2006
Aug 6th, 2006
0

Re: visual c++ 2003

ok i have a problem with visual c++ whenever i try to create a project it says "automation server cannot create object".anybody know what that means?
Reputation Points: 10
Solved Threads: 0
Light Poster
ArNy is offline Offline
35 posts
since May 2006
Aug 6th, 2006
0

Re: visual c++ 2003

Quote originally posted by ArNy ...
ok i have a problem with visual c++ whenever i try to create a project it says "automation server cannot create object".anybody know what that means?
No. What type of project are you trying to create?

Edit:
Googling gave me this.
Last edited by WolfPack; Aug 6th, 2006 at 5:43 pm.
Moderator
Reputation Points: 572
Solved Threads: 115
Mentally Challenged Mod.
WolfPack is offline Offline
1,559 posts
since Jun 2005
Aug 6th, 2006
0

Re: visual c++ 2003

it gives that error on every project except a win32 console project
Reputation Points: 10
Solved Threads: 0
Light Poster
ArNy is offline Offline
35 posts
since May 2006
Aug 6th, 2006
1

Re: visual c++ 2003

I posted a link a bit later in my earlier solution. Check it out and see if the error can be corrected.
Moderator
Reputation Points: 572
Solved Threads: 115
Mentally Challenged Mod.
WolfPack is offline Offline
1,559 posts
since Jun 2005
Aug 11th, 2006
0

Re: visual c++ 2003

Reputation Points: 197
Solved Threads: 12
Junior Poster
Grunt is offline Offline
147 posts
since Jul 2006
May 5th, 2008
0

Re: visual c++ 2003

Click to Expand / Collapse  Quote originally posted by WolfPack ...
Why do you want to buy it when it can be downloaded for free?
visual c++ is great
Reputation Points: 10
Solved Threads: 0
Newbie Poster
lwxmeme is offline Offline
1 posts
since May 2008

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in C++ Forum Timeline: wrong output
Next Thread in C++ Forum Timeline: Simple Question C++ formating





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC