0
Jackson6612 Posted 15 years ago
Grammar

They also emphasize the traditional C features in different proportions than do C programmers

Hi

For the sentence below I couldn't find the meaning of "proportion" which fits the given context. Please help me with it. Thank you.

C++ programmers not only make use of the new features of C++, they also emphasize the traditional C features in different proportions than do C programmers.
  

Top answer

Greetings Sir, You have asked about the word "proportion" in above sentence. Hopefully you are reading tutorial on C++ . Basically this sentence refers to the enhanced features and principles used in C++ language.

  • Greetings Sir, You have asked about the word "proportion" in above sentence.
  • Hopefully you are reading tutorial on C++ .
  • Basically this sentence refers to the enhanced features and principles used in C++ language.
  • Precisely, we can use casting feature in C++ by using fuction call as compared to old feature which was using in C language.
  • In C, if you want to cast an int to a long int, for example, you'd use int i=0; long l = (long) i; In C++, you can use a function-like call to make the cast.
Free · every Monday

Get the Weekly English Kit 📬

New words, one handy idiom, and a 2-minute quiz — delivered to your inbox to keep your streak alive.

3 Answers
0
Greetings Sir,

You have asked about the word "proportion" in above sentence. Hopefully you are reading tutorial on C++ . Basically this sentence refers to the enhanced features and principles used in C++ language. Precisely, we can use casting feature in C++ by using fuction call as compared to old feature which was using in C language.

In C, if you want to cast an int to a long
0
Jackson6612they also emphasize the traditional C features in different proportions than do C programmers.
For all practical purposes, you may take 'emphasize' to mean, more simply, 'use'. You may also take 'proportions' to mean 'percentages'.

Let me make up some statistics
0
Thank you, CJ. It's clear now.

Thanks to you, too, obaidtariq, but I think you were thinking too much in computer science terms!

Related Questions