answersLogoWhite

0


Best Answer

C++ is a generic, general purpose, object-oriented, structured programming language used to produce native machine code programs. FoxPro is a procedural language and Database Management System (DBMS).

User Avatar

Wiki User

10y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

10y ago

FoxPro was a procedural language and Database Management System (DBMS). C++ is a general purpose, object-oriented programming language designed to facilitate the generation of complex, native machine code.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Difference of c plus plus and fox pro?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the difference between pointers in c and c plus plus?

Nothing.


Difference between void and devoid in c plus plus?

There is no such thing as devoid in C++.


Is there any difference between turbo c and c plus plus?

turbo c is a compiler and c++ is a programming language.


What is the difference between cc plus plus and c sharp?

C# is inherited from c++ with some additional features


What is the Difference between arrays in c and c plus plus?

Nothing whatsoever. They are exactly the same.


What are the main differences between Java and C plus plus?

the difference is that c plus is better because you get big grades


What is the difference between be plus ing and get plus ing?

There are no such terms in C++.


What is the difference between c plus plus and java programming?

Java doesn't have pointers. C++ has pointers.


What is different of c language and c plus plus?

Primarily OOP support, but there are minor syntax difference. By and large anything you can do in C you can also do in C++.


What is the difference between Pro log and C plus plus language?

Prolog is a high-level general purpose logic programming language, typically used in artificial intelligence applications. C++ is an intermediate-level general purpose programming language, suitable for a broad range of applications.


What is the difference between statements in c plus plus charconstp and char constp?

There is no difference. Both statements are invalid.


How does a compiler interpret the difference between c and c plus plus?

from the extension of your file.If it has an extension of .cpp then it is a c++ programIf it's extension is .c, then it is a C program.