User Profile

Collapse

Profile Sidebar

Collapse
rampraveen
rampraveen
Last Activity: Jul 16 '10, 04:03 PM
Joined: Apr 7 '10
Location: india
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • rampraveen
    replied to doubt in graphics
    in C
    thanks friends at last i got a correct output with windows xp also........thk you for all.......
    See more | Go to post

    Leave a comment:


  • rampraveen
    replied to doubt in graphics
    in C
    it's k..i have one doubt in tat program..tat means in that top of the prgm we are using "char far *vidmem=0XB8000 000;"
    will u tell why we are using this..?,...thk u......
    See more | Go to post

    Leave a comment:


  • rampraveen
    replied to doubt in graphics
    in C
    am using xp and intel motherboard..an y problems wit tat..
    See more | Go to post

    Leave a comment:


  • rampraveen
    replied to doubt in graphics
    in C
    from one c graphics book.....
    See more | Go to post

    Leave a comment:


  • rampraveen
    started a topic doubt in graphics
    in C

    doubt in graphics

    Code:
    #include "stdio.h"
    #include "conio.h"
    #include "graphics.h"
    char far *vidmem=0xB8000000;
    main()
    {
    
    	int gm,gd=DETECT;
    	int r,c,i;
    	char message[]="praveen";
    	initgraph(&gd,&gm,"");
    
    	clrscr();
    	for(r=5;r<=20;r++)
    	{
    		for(c=5;c<=50;c++)
    			write2vdu('',64,r,c);
    	}
    	c=10;
    ...
    See more | Go to post
    Last edited by Banfa; Jul 16 '10, 08:33 AM. Reason: Please start putting [code]...[/code] tags round your code

  • rampraveen
    started a topic about header file
    in C

    about header file

    i want to learn the header files of c..i open the header file and i can understand some functions..but some one can't understand.anyo ne tell any websites will clearly tell about C header files..?pls tell..thank u....
    See more | Go to post

  • Can you create mobile software using the C language?

    can we able to create mobile softwares using c language...
    See more | Go to post

  • rampraveen
    started a topic doubt in EOF
    in C

    doubt in EOF

    while((c=getc(f in))!=EOF)..... .. any body knows what is the work of EOF here....i saw EOF value is equal to 0 and -1...but i do't know how it works here .....if anybody knows pls tell...End Of File means whether it reads the given file upto the last line of a file..pls help me........
    See more | Go to post

  • rampraveen
    started a topic clear for loop doubt
    in C

    clear for loop doubt

    for(;;)....what is the meaning for this loop...please tell....
    See more | Go to post

  • rampraveen
    replied to can't able to get output in pointer
    in C
    very thanks.........
    See more | Go to post

    Leave a comment:


  • rampraveen
    started a topic can't able to get output in pointer
    in C

    can't able to get output in pointer

    #include"main.h "
    void main()
    {
    char *address;
    char ch='a';
    address=&ch;
    clrscr();
    printf("\nvalue of ch-->%c",address) ;
    getch();
    }
    i am not able to get output..will you tell which place i have to change...if i compile there is no error is coming....will you give correct program..please .......
    See more | Go to post

  • rampraveen
    replied to can't able to get output
    in C
    really thanks.....i got correct output...
    See more | Go to post

    Leave a comment:


  • rampraveen
    started a topic convert codings to software
    in C

    convert codings to software

    I am creating one small C program which is used for performing addition and some mathematical calculations. My doubt is if I want to calculate any thing in that program first I have to compile that program, then i can able to get the answer. Without compiling can I give that input numbers? If we are opening calculator in computer(window s xp) first we gave the input numbers then it shows the corresponding output. So like that can I do something...
    See more | Go to post
    Last edited by Niheel; May 10 '10, 05:55 PM. Reason: grammar, punctuation, unclear language

  • rampraveen
    replied to can't able to get output
    in C
    so how can i call that function..? what changes i have to do in that program? pls tell..
    See more | Go to post

    Leave a comment:


  • rampraveen
    started a topic can't able to get output
    in C

    can't able to get output

    #include"main.h "
    int i;
    int sum=0;
    void main()
    {
    char choice;
    printf("enter E-->even O-->odd");
    choice=getch();
    choice=toupper( choice);
    if(choice=='E')
    {
    void even();
    getch();
    }
    else if (choice=='O')
    {
    void odd();
    getch();
    }
    else
    {
    printf("choice is wrong");
    }}...
    See more | Go to post

  • rampraveen
    started a topic doubt in static
    in C

    doubt in static

    #include"stdio. h"
    #include"conio. h"
    #include"cubesu bpr.c"
    void show();
    void main()
    {
    clrscr();
    printf("\nnumbe r square cubes");
    printf("\n---- ----- -----");
    for(a=1;a<=10;a ++)
    {
    b=a*a;
    c=a*a*a;
    printf(" \n %d \t%d \t%d ",a ,b,c);
    }
    printf("\n---------------\n");
    printf("\n...
    See more | Go to post

  • rampraveen
    started a topic explain this output of this program
    in C

    explain this output of this program

    *************** *************** *************** *********
    program for sharing memory
    *************** *************** *************** *********
    #include"stdio. h"
    #include"conio. h"
    #include"file12 .c"
    int a,b,c;
    void main()
    {
    clrscr();
    printf("\nvalue of a,b and c before extern");
    printf("\nADDRE SS of a--> %x",&a);
    printf("\nADDRE SS...
    See more | Go to post

  • rampraveen
    replied to Saving in MS Access Forms
    k.thanks....ver y nice......
    See more | Go to post

    Leave a comment:


  • rampraveen
    replied to Saving in MS Access Forms
    hey am asking how the data are saved in access without saving command.....
    See more | Go to post

    Leave a comment:


  • rampraveen
    started a topic Saving in MS Access Forms

    Saving in MS Access Forms

    i was typing in microsoft access,but one time power supply was not coming to CPU so it was switch OFF.but the typing data was not erasing when i SWITCH ON again(more over the data not saved before cutting of power supply).so my doubt is how the data are saving without any saving comand....
    See more | Go to post
No activity results to display
Show More
Working...