Search:

Type: Posts; User: mimiteto; Keyword(s):

Search: Search took 0.20 seconds.

  1. Thread: C++

    by mimiteto
    Replies
    7
    Views
    592

    [ubuntu] Re: C++

    Hello :)
    Open a terminal and do

    sudo apt-get install vim
    ...and the problem is gone ;) It's the 'vi' compatible mod of vim, that is installed by default on Ubuntu and...
  2. Thread: Terminal help

    by mimiteto
    Replies
    5
    Views
    269

    [ubuntu] Re: Terminal help

    Hello :) Try opening ~/.bashrc and look there :)
    Btw, what was the program that U ripped of ?
  3. Replies
    8
    Views
    420

    Re: Contactless payment cards

    It's not possible...
    And those cards are real security holes. I mean, there is no approval for spending money under certain amount (25 bucks at my country), and the limit was about 100 transactions...
  4. Re: ANSI C! Is it possible to detect integer overflow?

    Thank you for the answers :)
    Actually, when I posted this thread, I already had the idea about obvious overflow (that thing with INT_MAX - a < b), but it's not working most of the time (ex....
  5. ANSI C! Is it possible to detect integer overflow?

    I have a homework (c course in the college), and one of my the problems is to detect integer overflow, but I can't find standard method of doing it. I found some posts over the net, but none of them...
  6. Re: Problem with SEGFAULT && FILE pointers in C

    Thank you!!! That 't' is for text mode. I didn't know about argv[3] can be logical true, even if no arguments are passed(I use it that way, because that was the way described in some tutorial, and by...
  7. Problem with SEGFAULT && FILE pointers in C

    Hello all!
    I am learning C programming language and last night I wrote some code... that seems to be broken in line 91 !

    #include <stdio.h>
    #include <stdlib.h>
    #include <time.h>
    #define NUM...
  8. Re: C: Stack vs Heap. What are they? Why do they exist?

    I wanna thank all of you for the great discussion you've made on such unclear matter!
    THANK ALL OF YOU
  9. Replies
    11
    Views
    2,757

    [ubuntu] Re: directory write permission

    Open some console (Alt + F2 >> xterm) and then use
    chmod 777 .wine I hope we helped you :p
  10. Replies
    2
    Views
    706

    [ubuntu] Re: Can't chmod ;)

    I got the newest wine, and I don't think the problem is with Wine itself.
    This is the ??error?? message
  11. Replies
    2
    Views
    706

    [ubuntu] Can't chmod ;)

    I was away from my PC for couple of days and this morning I installed Borderlands on my NTFS partition and when i tried to make the .exe file executable (sudo chmod 777 Borderlands) it didn't do...
Results 1 to 11 of 11