Search:

Type: Posts; User: koxinga

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    4,375

    isdigit() is in ctype.h

    isdigit() is in ctype.h
  2. Replies
    9
    Views
    2,255

    yes, your program would be much simpler with...

    yes, your program would be much simpler with string. If you can, learn it and use it
  3. oups, C-x M-`

    oups, C-x M-`
  4. Replies
    9
    Views
    2,255

    I don't really understand your problem... the...

    I don't really understand your problem...

    the code you give isn't useful and your explanations aren't very clear. What is str ? why don't you use string ? they provide several functions to help you
  5. and if you have some errors on your code, M-` to...

    and if you have some errors on your code, M-` to go to the line...

    you should also add something like that in your .emacs :

    (global-set-key [f4] 'previous-error)
    (global-set-key [f5]...
  6. Replies
    7
    Views
    1,926

    parenthesis aren't necessaries you can use :...

    parenthesis aren't necessaries

    you can use : c=a+b;

    and if you want your code to look like c++, you can put endl in place of '\n' like that :

    cout<<"hey"<<endl;
Results 1 to 6 of 6