Search:

Type: Posts; User: hugoguan

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    796

    problem with c DLL

    hi,everyone. now i want to write c dll file. but i don know how to do that in devC++. can anyone teach me how to write c dll file and how to use it in devC++. or give me the link. thanks much .
  2. Replies
    5
    Views
    1,305

    i just compile a simple hello world in c. because...

    i just compile a simple hello world in c. because i just want to know why it can not compile. but about the code.
  3. Replies
    5
    Views
    1,305

    the code is correct. i can compile it visual...

    the code is correct. i can compile it visual studio command prompt. just can not compile in IDE only. what the problem. please help me.
  4. Replies
    5
    Views
    1,305

    Some vague problem about visual studio

    anyone know how to compile c in visual studio 2010. i can not compile it, it got error with "CL.exe" , i don know how to solve that. please help me if have the same problem as me. thanks.
  5. Replies
    2
    Views
    1,193

    help me with windows api!

    i want to use WinAPI in c? can anyone tell me how to start that? now i learn VB too. since it is easy to learn. hahha. please help me to show how to start with winAPI. thanks alot.
  6. Thread: font in c

    by hugoguan
    Replies
    2
    Views
    1,650

    font in c

    anyone know what function that can make font in c more bigger ? thanks in advanced.
  7. Replies
    9
    Views
    1,231

    sorry for misunderstand your question. that clock...

    sorry for misunderstand your question. that clock function i create by myself. clock.h.
  8. Replies
    9
    Views
    1,231

    my clock function is the clock, which it start...

    my clock function is the clock, which it start when the program start.
    00:00:00 start till program end.
  9. Replies
    9
    Views
    1,231

    it long code. difficult to show you. but i can...

    it long code. difficult to show you. but i can explain to you more easy. example:
    i want to calculate sth. the user input number and get the result and repeat it again and again, but at the same...
  10. Replies
    9
    Views
    1,231

    problem with function

    hi all, now i face with big problem. i write a program that run two functions at the same time. in my program i have one clock function which i want the clock function still run. and i still can...
  11. Replies
    3
    Views
    904

    i will use my code to explain you. it get the...

    i will use my code to explain you. it get the same result as yours too.



    main()
    {
    int i,j;
    int temp;
    int number[]={21,12,5,7,1,9};
    for(i=0;i<6;i++)
  12. Replies
    6
    Views
    1,318

    you need to change your scanf("%c\n",&ans); ...

    you need to change your
    scanf("%c\n",&ans);
    to
    scanf("\n%c",&ans);
  13. Replies
    6
    Views
    1,318

    i don understand what you want to mean in below...

    i don understand what you want to mean in below code. it seem syntax problem.



    {
    if(end_value<price/2)
    printf("The final end-year-value (RM %d) is less than half of the actual price (RM...
  14. Replies
    3
    Views
    1,168

    thanks alot.

    thanks alot.
  15. Replies
    2
    Views
    772

    problemwith loop

    i have problem with the loop. i want to get the result as: but i cannot find what wrong with the code. please help me.
    exp:
    4+3+2+1=10
    3+2+1=6
    2+1=3
    1=1


    #include<stdio.h>
    main()
  16. Replies
    2
    Views
    1,189

    website for asking

    anyone know what website that i can chat and ask question about programing language problem for free? send me the link. thanks alot.
  17. Replies
    1
    Views
    917

    problem with linked list in c

    till now i still can not catch up with linked list. can anyone help me on that. thanks in advanced.
  18. Replies
    3
    Views
    1,168

    problem with switch() help!!

    can anyone help me with this code? i can not find what the problem in it. this program is currency converter? but the output alway return 0. why? i have no idea in it. thanks in advanced.


    ...
  19. Thread: toUpper

    by hugoguan
    Replies
    12
    Views
    1,921

    i think it is more easy for you to use the...

    i think it is more easy for you to use the function toupper() in ctype.h to do what you want. try it, friend.
  20. Replies
    1
    Views
    1,188

    what different between stream and buffer

    till now i still don understand the different between stream and buffer. can anyone help to put light on that for me? thanks in advanced.
  21. Replies
    15
    Views
    6,606

    what you want to mean is that you want your...

    what you want to mean is that you want your function get two variable, one is int and other one is char, you simply convert the char to int , so you can get the sum of that two variable. easy enough....
  22. Replies
    11
    Views
    6,781

    answer for you,

    here is the code for you, friend. but i seem abit too long.


    #include<stdio.h>
    main()
    {
    int...
  23. Replies
    11
    Views
    1,212

    you just need to change the gets() function to...

    you just need to change the gets() function to scanf(). i prefer it. can i work fine with me. try it yourself. good luck.
  24. Thread: toUpper

    by hugoguan
    Replies
    12
    Views
    1,921

    i think it is more easy to use the toupper()...

    i think it is more easy to use the toupper() function to get the result you want.
  25. Replies
    7
    Views
    1,207

    thanks very much for the advice. but i myself...

    thanks very much for the advice. but i myself seem don know how to start to practice since i don know what program should i write. i have no idea.
Results 1 to 25 of 42
Page 1 of 2 1 2