Help 2 learn Visual C++.NET

.NET programming topics
Post Reply
User avatar
Nandika
Captain
Captain
Posts: 247
Joined: Sat Oct 15, 2011 11:40 am
Location: Galle-Sri Lanka

Help 2 learn Visual C++.NET

Post by Nandika » Sat Dec 17, 2011 6:59 am

i want 2 learn c++.net.i know something about VB.NET,OOP Concept.
plz help me 4 learn.give me usefull documents,links,pdf,exampal and more.
thank

[ Post made via Mobile Device ] Image
User avatar
Kevin
Sergeant Major
Sergeant Major
Posts: 40
Joined: Sun Jul 19, 2009 7:49 pm
Location: Sydney

Re: Help 2 learn Visual C++.NET

Post by Kevin » Sat Dec 17, 2011 7:55 pm

C++ is a very good language to learn. I think the best method is to refer a good book such as Ivor Horton’s Beginning Visual C++ 2010.
User avatar
SemiconductorCat
Major
Major
Posts: 455
Joined: Mon Aug 22, 2011 8:42 pm
Location: currently in hyperspace

Re: Help 2 learn Visual C++.NET

Post by SemiconductorCat » Sat Dec 17, 2011 10:43 pm

are you coming from the previous C/C++ world or just brown into .Net Managed C++ world?

I can't suggest you a book. till I know who you are actually.
User avatar
Nandika
Captain
Captain
Posts: 247
Joined: Sat Oct 15, 2011 11:40 am
Location: Galle-Sri Lanka

Re: Help 2 learn Visual C++.NET

Post by Nandika » Sun Dec 18, 2011 10:33 am

SandunDhammikaPerera wrote: I can't suggest you a book. till I know who you are actually.
i am interest about Robotics.i have some knowledge about that.as i know,VC++ is powerfull language fore Port programming.it is very important for Robotics.theirfore,i want to learn C++.
i don't know anything about C++.but,i think,i can learn C++.
please help me.
i am going to learn Robotics course.i think,C++ will be important my course.
thank

[ Post made via Mobile Device ] Image
User avatar
Enigma
Lieutenant
Lieutenant
Posts: 74
Joined: Sun Jan 16, 2011 12:40 am
Location: Colombo, Sri Lanka

Re: Help 2 learn Visual C++.NET

Post by Enigma » Mon Dec 19, 2011 12:23 pm

Nandika wrote:
SandunDhammikaPerera wrote: I can't suggest you a book. till I know who you are actually.
i am interest about Robotics.i have some knowledge about that.as i know,VC++ is powerfull language fore Port programming.it is very important for Robotics.theirfore,i want to learn C++.
i don't know anything about C++.but,i think,i can learn C++.
please help me.
i am going to learn Robotics course.i think,C++ will be important my course.
thank

[ Post made via Mobile Device ] Image
If this is the case I think its better to learn plain old C++ instead of C++.net.

Try this book. Might help you out
https://robot.lk/viewtopic.php?f=90&t=2966

Thanks
User avatar
Nandika
Captain
Captain
Posts: 247
Joined: Sat Oct 15, 2011 11:40 am
Location: Galle-Sri Lanka

Re: Help 2 learn Visual C++.NET

Post by Nandika » Mon Dec 19, 2011 12:58 pm

Enigma wrote:
Nandika wrote:
SandunDhammikaPerera wrote: I can't suggest you a book. till I know who you are actually.
i am interest about Robotics.i have some knowledge about that.as i know,VC++ is powerfull language fore Port programming.it is very important for Robotics.theirfore,i want to learn C++.
i don't know anything about C++.but,i think,i can learn C++.
please help me.
i am going to learn Robotics course.i think,C++ will be important my course.
thank

[ Pos

thank you

[ Post made via Mobile Device ] Image
User avatar
Enigma
Lieutenant
Lieutenant
Posts: 74
Joined: Sun Jan 16, 2011 12:40 am
Location: Colombo, Sri Lanka

Re: Help 2 learn Visual C++.NET

Post by Enigma » Mon Dec 19, 2011 2:26 pm

Hello Nandika

I'm not familiar with robotics. But if you are on to port programming then yes C++ will help you out. But it doesn't has built in functions for port programming.You need to call OS level API for it.You need to download the win32 SDk for this. Link below will get you the MSDN SDK.

http://www.microsoft.com/download/en/de ... px?id=3138

Try this book. Check the Chapter 14. Asynchronous Input/Output and Completion Ports
https://robot.lk/viewtopic.php?f=90&t=2967

Here are some other tutorials on serial port programming
https://robot.lk/viewtopic.php?f=8&t=2885
http://www.robbayer.com/files/serial-win.pdf

If you are on to USB then try this site.
http://www.beyondlogic.org/

Before going for any of this I recommend that you read the programming windows by Charles Petzold. At least the basic section.(you can find this book in my previous post). Once you know the basics of win32 API programming it will get much easier to learn port programming.

Hope this will help you.
Good luck with your studies

Thanks
Enigma
User avatar
Nandika
Captain
Captain
Posts: 247
Joined: Sat Oct 15, 2011 11:40 am
Location: Galle-Sri Lanka

Re: Help 2 learn Visual C++.NET

Post by Nandika » Tue Dec 20, 2011 6:18 am

Thank u Enigma.
your links will be important.i decided to study "Programming Windows" first.its good advice.
Thank u.

[ Post made via Mobile Device ] Image
Post Reply

Return to “.NET Programming”