Search:

Type: Posts; User: emperor

Search: Search took 0.03 seconds.

  1. Replies
    5
    Views
    2,015

    lol, i already posted my code ;) i just wanna...

    lol, i already posted my code ;) i just wanna know some way to improve it, no harm in doing that? hehe. And yes i did know you were a member here, i read ur post ;) hehe
  2. Replies
    5
    Views
    2,015

    ronin, what im trying to do is read from the file...

    ronin, what im trying to do is read from the file that this prog creates



    #include <stdio.h>
    #include <stdlib.h>
    #include <time.h>

    int main()
    {
  3. Replies
    5
    Views
    2,015

    improve program.

    Hey can some of you tell me some way to make my program better? some tips or something, thanks.



    #include <stdio.h>
    #include <stdlib.h>


    int main (void)
    {
  4. Thread: Book

    by emperor
    Replies
    0
    Views
    2,582

    Book

    As anyone read this book? " Introduction to C and C++ for technical students" by Timothy Ramteke. I am wondering if its any good. I am suppose to have it in about 2 weeks.

    thanks
  5. Replies
    3
    Views
    2,542

    Ada programming

    Hey, i just want to know what you guys think about Ada? like is it a good langage? do alot of people use it?

    thanks.
  6. Replies
    8
    Views
    1,380

    yeah it works, it reboots my comp.

    yeah it works, it reboots my comp.
  7. Replies
    8
    Views
    1,380

    yep im on windows xp

    yep im on windows xp
  8. Replies
    8
    Views
    1,380

    well i changed while ((buffer[i] = getch()) !=...

    well i changed while ((buffer[i] = getch()) != '\n') to while ((buffer[i] = getch()) != '\r') and it works so im happy with that :) thanks for your help.
  9. Replies
    8
    Views
    1,380

    if i change this while ((buffer[i] = getch()) !=...

    if i change this while ((buffer[i] = getch()) != '\n') to this while ((buffer[i] = getchar()) != '\n') we can see the password...and i dont want that... what should i do? sorry im not really good in...
  10. Replies
    8
    Views
    1,380

    Prog won't work after i press enter...

    ok its a password prog...when i type the password and press enter nothing happens....whats wrong?



    /*** password lit un mot de passe sans l'afficher à l'écran et vérifie, ***/
    /*** via la...
  11. Replies
    2
    Views
    1,545

    go here in the languages section...

    go here in the languages section http://www.maththinking.com/boat/booksIndex.html , i think its in there somewhere but im not sure.
  12. Replies
    6
    Views
    2,508

    yeah your right... but my mom paid :D hehe

    yeah your right... but my mom paid :D hehe
  13. Replies
    6
    Views
    2,508

    well it was 67$ canadian money, but it went up to...

    well it was 67$ canadian money, but it went up to 72$ with the taxe. anyway thanks for replying.
  14. Replies
    6
    Views
    2,508

    Algorithms in C Parts 1-4

    As anyone read this book? i just got it today for 72$, i was wondering if it was any good. It seems really really really hard to understand, lol
  15. Thread: need help

    by emperor
    Replies
    1
    Views
    2,078

    need help

    ok i did this prog, but i get like 20 errors like this :
    Error: noname00.cpp(67,51):Cannot convert 'void (*)(char *,long)' to 'void (*)()'
    Error: noname00.cpp(67,51):Type mismatch in parameter...
Results 1 to 15 of 15