Search:

Type: Posts; User: maclu

Search: Search took 0.00 seconds.

  1. Thread: Hash table

    by maclu
    Replies
    3
    Views
    2,457

    hi , i don't know exactly how you mean it , ...

    hi ,
    i don't know exactly how you mean it ,
    but maybe
    struct nlist *lookup(char *s)
    {
    struct nlist *np;
    for(np=hashtab[hash(s)]; np != NULL; np = np->next)
    if (strcmp(s, np->name) == 0 )...
  2. Thread: C++ Compiler

    by maclu
    Replies
    4
    Views
    1,202

    Thanks , now its running !

    Thanks , now its running !
  3. Thread: C++ Compiler

    by maclu
    Replies
    4
    Views
    1,202

    C++ Compiler

    I use Linux 7.1 , and i can compile C and Java , but now i tried to compile C++ and i got error massages.
    the program was
    #include<iostream.h> // or <iostream>
    void main(void)
    {cout <<...
  4. Replies
    1
    Views
    1,008

    compile command ?

    I am using Linux , and i teached myself C and Java . Now , I want start C++ , but I don't know the compile command .for example in C i use cc program.c , and then i run it with a.out, in Java i...
  5. Thread: C# ??

    by maclu
    Replies
    2
    Views
    1,834

    C# ??

    I hope,my question does'nt sound too silly, but what is C# ?
    I have seen this here the first time , is this programming the header files. which i import with include ?

    And if i am on the right...
  6. Thread: <conio.h>

    by maclu
    Replies
    4
    Views
    2,088

    .h

    thanks for your hint,but i know neither ncurses nor wine .
    But does this mean, that it isn't easy to get this , because i dont need it really.
    Happy Chrismas to India,especially to GOA,my favorite...
  7. Thread: <conio.h>

    by maclu
    Replies
    4
    Views
    2,088

    View Post

    i am using C from Linux 7.1(full installation),but i cannot import #<conio.h>. should this be available , or if not, from where to get.
Results 1 to 7 of 7