answersLogoWhite

0

What are the video libraries in C language?

Updated: 8/20/2019
User Avatar

Wiki User

11y ago

Best Answer

Nothing.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the video libraries in C language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the use of libraries in C?

A C library is no different form any other programming language's software libraries. They help programmers share segments of code.


Why c is machine independent but not platform independent language?

The platforms contain the libraries it uses. The libraries may have different implementations on different machines.


How do you enable scroll bar in c language in normal environment?

Platform-dependent, GUI is not part of the standard C libraries.


What is header function definition in c language?

No predefined 'header' function in the standard C libraries. There are header files, if that's what you mean.


Can you install C language in Linux?

C isn't a program, or something you install; it is a programming language for writing software. Linux and most of the programs that run on it were written in C, and a C compiler and libraries are supplied with most systems, or are readily available.


Why you are using clrscr in c language?

Function 'clrscr' is not part of the C language. Or the standard libraries. It is MS-DOS specific function, use the help for details (clrscr means clear the screen).


What kind of codes are used for video games?

The language that is used for video games is called C++


What are the directories and libraries in C?

Libraries in C are as follows: ctype.h math.h stdio.h stdlib.h string.h time.h


What are expendable stores?

Video stores, libraries,


In which programming language was Prince of Persia game created?

I think Prince of Persia was created using C++._________Most of the huge video games use C++ as the main language.


What has the author James C McIntosh written?

James C. McIntosh has written: 'Public libraries in France' -- subject(s): Libraries


How can you make a graphics program portable?

Any program can become portable (if that means multi-platform) by rewritting in a programming language like Java and including the jvm with the program First, use a portable programming language and associated portable libraries. Java is one, others are C/C++, FreeBASIC, The suite of GCC when coupled with Cygwin. There are many portable graphics libraries to use. A few are: Simple Direct Media Layer (Video, Audio and Input) OpenGL 2d & 3d Graphics Included with almost ALL systems MESA (A layer on top of OpenGL)