Search Results

Search: Posts Made By: brain_full
Forum: Programming 03-14-2007
2,050
Posted By brain_full
What happen in registers Internaly using as in csl() function
Dear
i do not understand that function used for clear screen (given below)
cls
{
union REGS i,o;
i.h.ah=6;
i.h.al=0;
i.h.ch=0;
i.h.cl=0;
i.h.dh=24;
i.h.dl=79;
i.h.bh=7;
int86(16,&i,&o);...
Forum: Programming 03-06-2007
14,018
Posted By brain_full
printf("%c[%d;%df",0x1B,y,x);
Can u tell me how to understand the line below

printf("%c[%d;%df",0x1B,y,x);


Thanks in advance
Forum: Programming 03-06-2007
14,018
Posted By brain_full
printf("%c[%d;%df",0x1B,y,x);
Can u tell me how to understand the line below

printf("%c[%d;%df",0x1B,y,x);
Actually a function is written as
void gotoxy(int x,int y)
{
printf("%c[%d;%df",0x1B,y,x);
}

I...
Forum: Programming 02-14-2007
3,429
Posted By brain_full
How to under stand the C code
#include <stdio.h>

main(t,_,a)
char *a;
{return!0<t?t<3?main(-79,-13,a+main(-87,1-_,
main(-86, 0, a+1 )+a)):1,t<_?main(t+1, _, a ):3,main ( -94, -27+t, a
)&&t == 2 ?_<13 ?main ( 2, _+1, "%s %d...
1,452
Posted By brain_full
What is the output of that Shell Scripts Plz tell me
tr "[:space:]" "[\n*]" | sort | awk 'length($0)>0' | uniq -c
1,753
Posted By brain_full
How to put vim in unix
Hi friends
I wanted to know how i can put vim in unix .Actually in unix i m presently working on has vi editor and my another unix server there is vim is working. So i wanted to put vim of another...
Showing results 1 to 6 of 6

 
All times are GMT -4. The time now is 05:40 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy