Search:

Type: Posts; User: DevoAjit

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. thank you adak. I can understand it now easily,...

    thank you adak. I can understand it now easily, because the example of cups.
  2. Can't able to understand these three lines, Please Help!

    #include<conio.h>
    #include<stdio.h>
    main()
    {
    int num[100],a,b,temp,choice;
    printf("Enter how many shorting you want:");
    scanf("%d",&choice);
    a=1;
    do
    {
  3. So what can i use for Enter Key (return Key). I...

    So what can i use for Enter Key (return Key). I used ASCII value of enter key.


    How can I read into a buffer.

    Yes, Its my main problem in this program. I don't know how to make a encrypted...
  4. I know this is not secure, Please tell me some...

    I know this is not secure, Please tell me some tips to make it secure. And i want to know when this programs runs, it makes a file by taking username, but the file is visible to everybody. any body...
  5. yah, next time i will take care of it. i was...

    yah, next time i will take care of it.


    i was thought so. Next time, my programmes will be in better understanding.
    thanks salem.
  6. tell me a new modern compiler so i can download....

    tell me a new modern compiler so i can download. beacause i m a new bee in programming, so i dont know more about it.
  7. A Stable Password Protection Program Like Facebook (Best Run in Turbo C++ 3.1)

    /*:cool: Guys, This program make a file when its run. Run it and Understand it. and tell me, "can i improve in it more?*/
    #include<stdio.h>
    #include<conio.h>
    #include<string.h>
    void main()
    {
    ...
  8. Replies
    2
    Views
    1,773

    Thank you so much. I get the desired results with...

    Thank you so much. I get the desired results with your help.
  9. Replies
    2
    Views
    1,773

    Not Getting Desired Output

    I'm using first time structures in my program.
    Problem: I want to make a record of student (maximum 10 student). so i use arrays structures. After compile and running the program and after entering...
  10. Why we use #pragma? I can search over net, but i...

    Why we use #pragma?
    I can search over net, but i need a simple answer and a refrense. Thank u.
  11. Thank you so much guys!

    Thank you so much guys!
  12. What is a embedded system? And can u tell me...

    What is a embedded system?
    And can u tell me answer of my question! Thanks
  13. Diffrence between "int main(void)" and "void main"!

    My teacher always told me to use void main. But over internet many c cprogramming examples i found starting ain program with 'int main' or 'int main(void)'. Is this diffrent from void main and how?
  14. Replies
    4
    Views
    1,174

    What is DOS BOX emulator?

    I can't able to run turbo c 3.1 in full screen mode on windows 7. I heard about dos box for windows 7 for running turbo c in fullscreen. I'm quite confuse. Can u help me that how can i run turbo c in...
  15. Thanks

    I got some understanding by your answer. Thank you, it will useful for me to understand the whole program by searching some resources on net. Can you suggest me some web resources for bios/dos...
  16. Can anybody tell me the meaning of union REGS and int86

    #include<dos.h> #include<conio.h> int initmouse ( ) ; void showmouseptr ( ) ; union REGS i , o ; main ( ) { int status ; status = initmouse ( ) ; if ( status == 0 ) printf (...
  17. A program can accep a user and password with confirmnation

    Here i m trying to make a programme that accept a user name. If user is new it make a file regarding the name of user. After creating a user file, its ask for to set a password. If you say yes, then...
  18. Replies
    5
    Views
    1,587

    Its a nice challenge for me. I'm going to modify...

    Its a nice challenge for me. I'm going to modify it and will tell you. Did you ever make a programme that accept a user name. If user is new it make a file regarding the name of user. After creating...
  19. Replies
    11
    Views
    2,803

    Sir, can u tell me "is code::block can be used...

    Sir, can u tell me "is code::block can be used for compiling c program"
  20. Replies
    4
    Views
    1,380

    Oh no, i got one but that are not realible as...

    Oh no, i got one but that are not realible as turbo c. U said right to use turbo c. And it is also better to type the program except to copy and paste.
  21. Replies
    4
    Views
    1,380

    thank you sir. visual studio is very huge in size...

    thank you sir. visual studio is very huge in size to download. i downloaded pelles c.
  22. Replies
    4
    Views
    1,380

    Finding a compiler spport graphics at run

    can you tell me which one c compiler is that support graphics and gotoxy functions. i m using devCpp and turbo c 3.1. turbo c support graphics but, i can't able to copy and paste source from a...
  23. In which purpose u r making this bro!.. Is this a...

    In which purpose u r making this bro!.. Is this a graphic based programme!
  24. what u want to do with these codes... in user...

    what u want to do with these codes... in user function you used f(x/2) two times and why u used int count before main block... u shud use count in main block... your programm will work well..
  25. Replies
    1
    Views
    814

    help for: pointers????

    Hey... why this is difficult to understand pointers. i'm learning c programming for two months... but i did'nt get any clear understand about pointers.
    Que 1. Why use *
    Que 2. Why use &
    Que 3....
Results 1 to 25 of 33
Page 1 of 2 1 2