Home » Community » Newbie corner » What is the difference between learning U++ and Learning C++ through Microsoft Visual Studio? (I am a complete newbie to C related programming. I have project to do for which I have been requested to develope a code on C++. Also, they want to use Open source free licencing software, hence U++. )
Re: What is the difference between learning U++ and Learning C++ through Microsoft Visual Studio? [message #51839 is a reply to message #51838] |
Sun, 09 June 2019 12:37   |
 |
peterh
Messages: 108 Registered: November 2018 Location: Germany
|
Experienced Member |
|
|
Just an Example, why, even with U++, VS will be useful for a beginner:

We can see here (in Visual Studio) what edrd <<= ~ed2 means:
<<= is an overloaded operator that means SetData(). (in this context)
~ is an overloaded operator that means GetData()
Without this knowledge the program is not readable.
The context is not visible in the source, but VS makes it visible.
Therefore, using VS together with U++ is a big help.
BTW, in Free Pascal this is written as "edrd.Caption := ed2.Caption" which is pretty readable, even if you dont know Pascal. Unfortunately C++ has no Property members.
All the best,
Peter
[Updated on: Sun, 09 June 2019 13:19] Report message to a moderator
|
|
|
 |
|
What is the difference between learning U++ and Learning C++ through Microsoft Visual Studio?
|
 |
|
Re: What is the difference between learning U++ and Learning C++ through Microsoft Visual Studio?
By: Xemuth on Fri, 07 June 2019 21:42
|
 |
|
Re: What is the difference between learning U++ and Learning C++ through Microsoft Visual Studio?
By: Novo on Sat, 08 June 2019 03:42
|
 |
|
Re: What is the difference between learning U++ and Learning C++ through Microsoft Visual Studio?
|
 |
|
Re: What is the difference between learning U++ and Learning C++ through Microsoft Visual Studio?
By: mr_ped on Sat, 08 June 2019 10:24
|
 |
|
Re: What is the difference between learning U++ and Learning C++ through Microsoft Visual Studio?
|
 |
|
Re: What is the difference between learning U++ and Learning C++ through Microsoft Visual Studio?
By: koldo on Sat, 08 June 2019 21:11
|
 |
|
Re: What is the difference between learning U++ and Learning C++ through Microsoft Visual Studio?
By: peterh on Sun, 09 June 2019 10:14
|
 |
|
Re: What is the difference between learning U++ and Learning C++ through Microsoft Visual Studio?
By: peterh on Sun, 09 June 2019 12:37
|
 |
|
Re: What is the difference between learning U++ and Learning C++ through Microsoft Visual Studio?
By: Novo on Sun, 09 June 2019 16:14
|
 |
|
Re: What is the difference between learning U++ and Learning C++ through Microsoft Visual Studio?
By: Novo on Sun, 09 June 2019 16:21
|
 |
|
Re: What is the difference between learning U++ and Learning C++ through Microsoft Visual Studio?
By: peterh on Mon, 10 June 2019 10:27
|
 |
|
Re: What is the difference between learning U++ and Learning C++ through Microsoft Visual Studio?
By: Novo on Mon, 10 June 2019 22:40
|
Goto Forum:
Current Time: Tue May 13 23:32:11 CEST 2025
Total time taken to generate the page: 0.02556 seconds
|