answersLogoWhite

0


Best Answer

Generic programming means that the code is generic enough that it compile on any C++ implementation. That is, it has no platform-specific code.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What does generic programming in c plus plus means?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What is the use of header file graphics in c plus plus programming?

It has no use in C++ itself, it is only useful in Borland Turbo C++. It provides generic graphics support for Borland Turbo C++ applications.


Who invented the programming language C plus plus?

Bjarne Stroustrup, who began development of the language, originally called C with Classes, in 1978. The name was changed to C++ in 1983. The first generic release appeared in 1985.


How can you display a circle on computer screen with the help of c plus plus programming language?

You cannot. At least not with generic C++. Graphics are platform-dependent and therefore requires a suitable API and library for your specific platform and its hardware.


What are the two major types of programming languages in c plus plus?

Object oriented programming and structured programming.


Algorithm of push and pop in c plus plus?

pop push c++ programming

Related questions

What are the Advantages of c over c plus plus?

There are no advantages of C over C++ as such. Everything you can do in C you can also do in C++. However, by taking advantage of C++ object oriented programming, generic programming and template meta programming as well as C-style coding, you can produce more efficient machine code far more easily and more quickly than with C alone.


Why c plus plus is called as oops?

OOP means "object oriented programming" this means that you can make objects instead of C where you use procedural programming (it's advance try to google it :) )


What is the use of header file graphics in c plus plus programming?

It has no use in C++ itself, it is only useful in Borland Turbo C++. It provides generic graphics support for Borland Turbo C++ applications.


How do you export from 3D Studio Max to C Plus Plus?

3D Studio Max is a modelling and rendering package. C++ is a generic programming language. You cannot export from one to the other.


What is programming languages in c plus plus?

Programming in C++ means designing and writing a computer program using the C++ programming language. C++ is a high-level, machine-independent language which must be converted into machine-dependent code by a compiler.


Who invented the programming language C plus plus?

Bjarne Stroustrup, who began development of the language, originally called C with Classes, in 1978. The name was changed to C++ in 1983. The first generic release appeared in 1985.


Why study c plus plus programming?

we are using c plus plus programming for developing object oriented programing software.


How can you display a circle on computer screen with the help of c plus plus programming language?

You cannot. At least not with generic C++. Graphics are platform-dependent and therefore requires a suitable API and library for your specific platform and its hardware.


Differentiate C plus plus and Turbo C?

Turbo C is a software where C or C++ programming environment resides in.But C++ is itself a programming language.


Is c plus plus a modular programming?

No, but it does support modular programming through namespaces.


What are the two major types of programming languages in c plus plus?

Object oriented programming and structured programming.


What is the purpose of C plus plus?

Computer programming.