answersLogoWhite

0

Yes.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

Can you write own constructor in c plus plus?

Yes.


Term paper for scientific calculator in c plus plus?

You need to write your own term paper...


Types of sort in c plus plus?

There's only one type of sort in C++; std::sort. If you want other types you'll need to write your own.


Can you write C plus plus apps for both iphone and android?

The iPhone and Android phones both use their own languages for programming applications: the iPhone uses Objective - C, where Android uses Java.


What you can do in C that connot be done by C plus plus?

Nothing. In C++ you could write a C compiler. So, everything that can be done with C, can be also done in C++.


Write a C plus plus function that print a triangle of stars?

Write a function that print a triangle of stars.


How do you write a macro to find the biggest of 3 numbers in c plus plus?

#define biggest (a) > (b) && (a) > (c) ? (a) : (b) > (c) ? (b) : (c)


Sort a book list in a library based on the discipline USING C plus plus programming?

Write your own C++ functions for the following problems:o Sort a book list in a library based on the disciplineo Print the sorted output on the console


Is g plus plus similar to c plus plus?

G++ is the Gnu compiler's extension for C++. It is not a different language. It simply allows you to use the GCC compiler to write C++ code.


Write a program in c plus plus to implement macro processor?

Don't write, it is already written, google for 'cpp'.


How do you write a C plus plus program that will display the first 10 positive prime numbers?

By learning how to program on C+.


How do you write program to convert meter to kilometer in c plus plus?

Divide it by 1000.