answersLogoWhite

0

Well its not clear what kind of errors that you are looking at. Is it programming error or error during execution?

If its programming error then its basically deviation from the standard formats or definitions as defined in C.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

How do you solve error c plus plus ntvdm CPU illegal?

Use the debugger to locate the error.


Microsoft visual c plus plus rumetime library runtime error cant access game?

runtime error


A equals 10 b equals a plus plus plus plus plus a?

In C/C++, this code int a = 5; return a+++++a; leads to error. However, writing int a = 5; return (a++ + ++a); returns 12. Note that in other languages "a=5; a+++++a" leads to different results :)


When you install visual c plus plus 2008 express edition it says an error?

Use the Microsoft support website to locate the error message and the solution to the error.


What is the different between turbo c plus plus and unix c plus plus?

There is no such thing as 'unix C++'.


Do I need types of design patterns in c plus plus?

No.


Is the syntax between c and c plus plus different?

Yes


How is c plus plus built?

C++ object oriented programming (OOP) language and supports three kinds of object types 1) Fundamental Types. 2) Derived Types. 3) Class Types.


What is the different of c and c plus plus?

c is procedure oriented and c++ is object oriented & much newer.


What is a primitive type variable in c plus plus?

same the types used in C. that is int...char...float...


How do you fix the Microsoft c plus plus error?

Too many errors possible to say. Please elaborate.


What is object oriented in c plus plus?

Object-oriented programming is a feature in C++ that allows you to better model real-world objects. An object is an instance of a class, which is a data structure in C++ that allows you to group different, but related types of data together.