answersLogoWhite

0

In short you cannot, unless you provide a suitable alternative to the standard library yourself (in other words, reinvent the wheel). At the very least you will need to include the common runtime definitions (crtdefs.h) just to create a bare-bones program that does absolutely nothing, but you'll need to implement all the standard IO functions yourself. Even third-party replacements make extensive use of the standard library, so you're completely on your own here. The standard library exists so that you can draw upon a rich set of primitive but highly optimised, tried and tested functions which act as building blocks upon which you can create your own programs.

User Avatar

Wiki User

12y ago

What else can I help you with?

Continue Learning about Engineering

What do you call a person who creates robots?

A person who creates robots is called a roboticist. Roboticists design, build, and program robots, often combining expertise in engineering, computer science, and artificial intelligence. They work in various fields, including manufacturing, healthcare, and research, to develop robotic systems that can perform specific tasks or functions.


Which encoder creates ASCII?

ASCII (American Standard Code for Information Interchange) is a character-encoding scheme that was standardised in 1963. There is no encoder required to create ASCII. Every machine supports it as standard, although some implement it via UNICODE. The only difference is in the number of bytes used to represent each character. The default is one byte per character yielding 128 standard encodings that map exactly with the first 128 characters in UNICODE encoding.


What is difference constructor and function in programming C plus plus?

A Constructor is called when you are making a new instance of a class and member functions are functions that you can call within your class or else call using the instance of that class.for exampleclass Foo {public:int bar;Foo(int bar) {this->bar = bar;}inc_bar(); {this->bar++;}};Foo instance(10); // Constructor is called and bar is set to 10cout


What does hydropower do?

Hydropower creates electricity.


When a user creates an object without a tablespace clause where will oracle store the segment?

It will go in the default tablespace of the user that creates the object.

Related Questions

What technique creates a three-dimensional dynamic image of blood vessels?

What technique creates a three dimensional dynamic image of blood vessels


What are even and odd functions?

An even function is a function that creates symmetry across the y-axis. An odd function is a function that creates origin symmetry.


What is one dimention?

A One dimensional array is one in which a set of values are present in it. Ex: int[] myArray = new int[4]; The above statement creates a one dimensional array that can hold 4 values.


What are the physical functions of marketing?

physical functions of marketing refers to storage and movement of physical products. It creates place and time utility. It involves two major functions: a. Transportation b. Warehousing.


What is the phrase of hacking where the attacker creates a profile of the target and what else is it referred as?

The phrase is "social engineering" where the attacker manipulates people into providing confidential information or performing actions that compromise security. It is also referred to as "phishing" or "pretexting."


What are two functions of the pancreas?

It creates insulin and secretes digestive enzymes.


What is one dimentional array?

A One dimensional array is one in which a set of values are present in it. Ex: int[] myArray = new int[4]; The above statement creates a one dimensional array that can hold 4 values.


What technique is shown in the illustration?

The technique shown in the illustration is perspective drawing, which creates the illusion of depth and three-dimensionality on a two-dimensional surface.


Which command creates an entry in a standard IP traffic filter list?

access-list


Who creates standard weights and measures?

In the U.S., the National Institute of Standards and Technology (NIST).


What is three dimensional sound?

Three-dimensional sound is an effect, when listening to any audio content over headphones, that gives the listener the illusion of having sounds come from many directions, e.g., from behind, below or above. This effect creates a more realistic, exciting and dynamic listening experience.


What is user generated formula in Excel?

It is a formula that the user creates themselves, instead of using the built-in functions.