Page 1 of 1

Help 2 learn Visual C++.NET

Posted: Sat Dec 17, 2011 6:59 am
by Nandika
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

Re: Help 2 learn Visual C++.NET

Posted: Sat Dec 17, 2011 7:55 pm
by Kevin
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.

Re: Help 2 learn Visual C++.NET

Posted: Sat Dec 17, 2011 10:43 pm
by SemiconductorCat
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.

Re: Help 2 learn Visual C++.NET

Posted: Sun Dec 18, 2011 10:33 am
by Nandika
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

Re: Help 2 learn Visual C++.NET

Posted: Mon Dec 19, 2011 12:23 pm
by Enigma
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

Re: Help 2 learn Visual C++.NET

Posted: Mon Dec 19, 2011 12:58 pm
by Nandika
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

Re: Help 2 learn Visual C++.NET

Posted: Mon Dec 19, 2011 2:26 pm
by Enigma
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

Re: Help 2 learn Visual C++.NET

Posted: Tue Dec 20, 2011 6:18 am
by Nandika
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