Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Need Help to Read Visual CPP

Status
Not open for further replies.

sunil880089

Full Member level 2
Joined
Aug 24, 2011
Messages
125
Helped
3
Reputation
6
Reaction score
3
Trophy points
1,298
Activity points
2,031
Hello every one..

I am new to the OOP Language..
i am getting confusion to read,
please help me how to read..
 

Sunil....

I also faced the same problem ....when I started reading it for first time.... So, What I will recommand you to do is first download either Visual C++ studio or Visual C# from the microsoft environment...then first try to make a console application with "Hello Word" .... then you can move to MFC and windows form application...rather than Visual C++ ...C# is easy to learn and more user frendly....at least I found it that way....

You will get lot more code on the net ready for both VC++ and C# too...

Good Luck
 
ya sir thank you....
i am following this way only....
i already installed Visual studio 2008.
and i am trying console programs using c Sharp... i am confusing that whether i start c++ or c sharp..
 

C# is simple than VC++ ....at least I think so....when you open C# editor creat a console application project...then write a code for hello world in the Class file.....it is very esay and you will se the output on the console.... I had used C# extensively at least I had written more than 50,000 lines of code in that...It good for application developer

Good Luck
 
ya sir i tried Hello world program in c# console application...
now what can i do ....
can i start study c++ or C sharp.
 

Actually Dear,

It is your choice....ok ....both uses common framework called a dotnet framework....VC++ require little more basic knowledge about MFC( microsoft foundation class) ....in any of these languages .....after doing a couple of console application like array processing ...then some knid of sort algorithm ...you can start with windows form appliation...the form application gives GUI based approch for developing application and are used mainly in industry for tool development and design...

for learning you can use any of them ....but if you have some goal in mind like you want to develop some application like image processing application for let say edge detection in images or some thing like that...then you will be more focused what you want to use this languages for..... ok

Good Luck
 
K sir thank you.... Actually i want to build Windows form Application..
and i want to be strong in C sharp ..
.but at beginning only i am getting confusion..

---------- Post added at 17:44 ---------- Previous post was at 17:31 ----------

hi..
where can i get example programs...for visual C++ .Net.....
 

These are some of the sites I had used

C# - CodeProject
Hello World -- Your First Program
**broken link removed**
Open Source Software in C#
Convert C# to VB.NET - A free code conversion tool - developer Fusion
Learning C# by Example

get a look at them one by one.....

in the code project site you will get good amount of projects too....

Good Luck

---------- Post added at 17:56 ---------- Previous post was at 17:55 ----------

These are some of the sites I had used

C# - CodeProject
Hello World -- Your First Program
**broken link removed**
Open Source Software in C#
Convert C# to VB.NET - A free code conversion tool - developer Fusion
Learning C# by Example

get a look at them one by one.....

in the code project site you will get good amount of projects too....

Good Luck
 
k Sir Thank You Very much..
i will follow these suggestions.
Please help me in future,.
 

Hi everyone,
where can i get example programs for Visual C++.NET ..
please help me...
 

Hi Sunil....

The links that I send you in above post you will get the Visual C++ codes too....

You need to serach on these links for that

Good Luck
 
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top