Search:

Type: Posts; User: Adisonz

Search: Search took 0.00 seconds.

  1. Replies
    7
    Views
    1,641

    yup

    Yes you are right
    that is not my promary language .............
  2. Replies
    7
    Views
    1,641

    disable some fucntion .....

    erm then if i want to disable some fucntion in windows ?
    like dun let the fellow to open c:\ im mycomputer
  3. Replies
    7
    Views
    1,641

    thanks

    this board really helps me lots.......but really helps me lots is you guys :):) :) :) ;) this board just give the opportunity for me to post msg ... :cool:
  4. Replies
    7
    Views
    1,641

    where windows registry store ?

    Is that windows registry store at the regedit.exe or other place ?...
  5. I use mivrosoft visual c ++

    I use mivrosoft visual c ++
  6. Oh ..

    Me know nothing about windows programming is that
    (C language) is window programmign ?........

    and i know visual basic ......

    then i want to assign or change registry value . then i have to...
  7. How to use Cprogramming to assign windows registry value ?

    i dun know .
  8. The Code exactly is hang in the abc line there...

    The Code exactly is hang in the abc line there .....but why the file will duplicate ?................
    i rename it already ...........and the file pointer create one more...
  9. is like this one

    This is a part of my code.....i copy it out ....

    The Debug window

    Loaded 'C:\WINDOWS\SYSTEM\KERNEL32.DLL', no matching symbolic information found.
    The thread 0xFFF9F671 has exited with code 0...
  10. HELP C:/WINDOWS/SYSTEM/KERNEL32.DLL', not match

    HELP me .............
    when i call a function from main
    void main()
    {
    password();
    }

    void password() //This Line .occur this when it goes here
    {
    .....
  11. Replies
    4
    Views
    1,429

    Then i wanna aask how to display an image in C...

    Then i wanna aask how to display an image in C ?.......
  12. Replies
    5
    Views
    1,587

    OH yeah .......you are right ...!!!! and if...

    OH yeah .......you are right ...!!!!

    and if compare with whole file...........(you know a dictionary got

    got damn many words ) i compare like this .....will it lack of

    memory or use too...
  13. Replies
    5
    Views
    1,587

    Erm.........is that you need to store many...

    Erm.........is that you need to store many sentence in to liberies so that the program can compare it when input the letters like

    liberies..or abc.txt store .......hello , hell.

    store in to...
  14. Thread: Animation

    by Adisonz
    Replies
    3
    Views
    1,830

    Then where i can get the graphics.h alloc.h ?

    Then where i can get the
    graphics.h
    alloc.h ?
  15. Replies
    1
    Views
    857

    How about using case ?

    switch(a)
    {
    case 'a' = v
    }???
  16. Replies
    3
    Views
    949

    Erm i want to ask how to campare char ?

    id store jeng
    id1 store jeng also

    then .....
    if (id==id1)
    printf("Good");

    why cannot ?
  17. Replies
    8
    Views
    1,680

    Hey same ?

    hey are you from TARC? perlude ?
  18. Replies
    8
    Views
    1,708

    thanks garfield

    thanks garfield
  19. Replies
    8
    Views
    1,708

    but why fgets......

    why fgets will also store my "newline" also
    when i enter for the data i type
    it also store the enter also .......
    then how ?
  20. Replies
    8
    Views
    1,708

    10s

    10s garfield
  21. Replies
    8
    Views
    1,708

    how to make arrays s->name store string ?

    i got a code something like this
    scanf("%c",&s->name);
    and i want to input string ..
    but i change the %c to %s it error when running

    and
    i want to strore all inside the stulist.name and...
  22. How to link two different cpp file in one workspace ?

    i got two file .
    abc.cpp
    and
    arrays.cpp
    then i want to run arrays.cpp then untill a selection it run abc.cpp
    how ?:confused:
Results 1 to 22 of 22