Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

circle(3alleg4) [suse man page]

circle(3alleg4) 						  Allegro manual						   circle(3alleg4)

NAME
circle - Draws a circle. Allegro game programming library. SYNOPSIS
#include <allegro.h> void circle(BITMAP *bmp, int x, int y, int radius, int color); DESCRIPTION
Draws a circle with the specified centre and radius. SEE ALSO
ellipse(3alleg4), arc(3alleg4), circlefill(3alleg4), do_circle(3alleg4), drawing_mode(3alleg4), makecol(3alleg4), ex12bit(3alleg4), exblend(3alleg4), excustom(3alleg4), exjoy(3alleg4), exmem(3alleg4), exmouse(3alleg4), exquat(3alleg4), exsprite(3alleg4) Allegro version 4.4.2 circle(3alleg4)
Man Page

5 More Discussions You Might Find Interesting

1. Programming

[C++] File I/O (Reading from a Random-Access File)

INFO: The program should enter a circle radius and Id for that circle to a file, then it should search for that id and print the radius for that circle. PROBLEM: This program compiles but it's not searching properly. Circle.h #ifndef CIRCLE_H #define CIRCLE_H #include <iostream>... (0 Replies)
Discussion started by: VersEtreOuNe
0 Replies

2. Programming

Pipes connecting 3 processes in a "circle"

I am trying to get a better understanding of pipes and processes. I have code in which I link 3 processes A,B,C. I have A->B->C but how would I go about getting C->A? Here is my code: #include <stdio.h> #include <stdlib.h> #include <unistd.h> main() { pid_t A, B, C; int fd; int fd2; ... (1 Reply)
Discussion started by: tfarmer4
1 Replies

3. UNIX for Advanced & Expert Users

Do we have any bulletins for HTML in UNIX scripting

I have tried only 4 types of bulletins in Html using unix circle, square,disc,li Do we have any other than these in unix? (2 Replies)
Discussion started by: cassia
2 Replies

4. IP Networking

Flood in the inner circle of provider's Internet

The hardware in the inner circle in the provider's network worked incorrectly and therefore there was flood for an hour. They said that it wouldn't repeat again anymore, and that that flood was not in our user network. Is this 100% correct? (As there was no Internet because of that flood we... (1 Reply)
Discussion started by: Xcislav
1 Replies

5. Solaris

Checksum different For Same file Created By Two processes

I have one utility in VB which generates attached file(circle.14.mdn_range.properties_VB) & i have created other file(circle.14.mdn_range.properties_UTLFILE) having same contents with UTL_FILE(Oracle running on solaris). But checksum is different for both the files with same contents. Can you... (7 Replies)
Discussion started by: siramitsharma
7 Replies