Visual C vs Visual C which is the best to learn

0 votes
I completed my C++ lessons and practises before beginning to learn Visual C++ with the book Ivor Horton's Visual C++.

The issue is that I am unable to grasp the language of this book and am having difficulty understanding the codes.

I want to study Visual C++ for Windows programme development and make a career out of it (I already know C++).

Some of my acquaintances advised me to convert to C# since it offers numerous library functions for creating GUIs, etc., and that it is difficult to develop Windows apps in Visual C++.

Now that the holidays have here, I intend to enrol in lessons; could you advise me on which language to study and which will be the easiest?

I've always wanted to study Visual C++, but it seems difficult when I don't comprehend concepts in reference books, for example.

Any assistance will be greatly appreciated, and I thank you in advance for your time.
Jul 22, 2022 in C++ by Nicholas
• 7,760 points
445 views

No answer to this question. Be the first to respond.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
0 votes
In general, if you want to create Windows applications, you'll probably find a lot more easy examples to learn from in C# than in C++

C# has a sizable community for Windows GUI development.

You should get a beginner programming book rather than a reference book and go through it step by step.

If your objective is just GUI development, I'd recommend getting a decent, easy C# book and going through it from beginning to finish, doing all of the examples.

Learning from a "reference" book will not work since it is only for reference purposes and is not intended to teach concepts.
answered Jul 26, 2022 by Damon
• 4,960 points

edited Mar 5

Related Questions In C++

0 votes
1 answer

What is the best way to use a HashMap in C++?

The ordered and unordered map containers (std::map and std::unordered map) are included in the standard library.  The items in an ordered map are sorted by key, and insert and access are in O (log n).  For ordered maps, the standard library often use red black trees.  However, this is only an implementation detail.  Insert and access are in O in an unordered map (1).  It is simply another term for a hashtable. An illustration using (ordered) std::map: #include <map> #include <iostream> #include <cassert> int main(int argc, char ...READ MORE

answered Jun 10, 2022 in C++ by Damon
• 4,960 points
1,065 views
0 votes
0 answers

What is the difference between cout, cerr, clog of iostream header in c++? When to use which one?

I looked up the differences between cout, ...READ MORE

Jul 27, 2022 in C++ by Nicholas
• 7,760 points
829 views
0 votes
0 answers

What is the C++ function to raise a number to a power?

What's the best way to raise a n ...READ MORE

Jun 1, 2022 in C++ by Nicholas
• 7,760 points
660 views
0 votes
1 answer

Error "Microsoft Visual C++ 14.0 is required (Unable to find vcvarsall.bat)"

For pip, use the binary-only option.  ...READ MORE

answered Jun 14, 2022 in C++ by Damon
• 4,960 points
1,111 views
0 votes
0 answers

Is the std::set iteration order always ascending according to the C++ specification?

According to what I've read, std::set in ...READ MORE

Jun 29, 2022 in C++ by Nicholas
• 7,760 points
520 views
0 votes
0 answers

What is the fastest way to transpose a matrix in C++?

I have a reasonably large matrix that I need to transpose.  Assume, for example, that my matrix is a b c d e f g h ...READ MORE

Jul 15, 2022 in C++ by Nicholas
• 7,760 points
764 views
0 votes
3 answers

Trying to upload files using Selenium(C#)

You can try using Javascript Executor to ...READ MORE

answered Aug 23, 2019 in Selenium by Abha
• 28,140 points
5,975 views
0 votes
1 answer

Deploy my Windows 10 IOT core application locally!

Of course, you, can! That is, in ...READ MORE

answered Jul 17, 2018 in IoT (Internet of Things) by nirvana
• 3,130 points
1,356 views
+6 votes
16 answers

How do backend of these really cool games work?

Most of the games these days don't ...READ MORE

answered Jul 19, 2018 in Career Counselling by Kalgi
• 52,350 points
12,010 views
0 votes
1 answer

SQLite.Net not being able to create text file in Win IoT Library!

That exception comes when access limited to ...READ MORE

answered Aug 3, 2018 in IoT (Internet of Things) by nirvana
• 3,130 points
1,222 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP