Search:

Type: Posts; User: abh!shek

Page 1 of 14 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,334

    No its name was 'cc' I did sudo cp...

    No its name was 'cc'

    I did sudo cp /home/abhishek/Desktop/cc /usr/bin

    I should have named it openfile or something like that :(
  2. Replies
    3
    Views
    1,334

    wierd problem with gcc

    I made a simple program which opens a text file and prints "file opened successfully" or "error opening file" depending whether the file was opened or not. I compiled it and copied the executable to...
  3. Replies
    0
    Views
    1,393

    I screwed my pendrive

    I was trying to install Ubuntu Hardy on my 4 GB USB drive using this guide and screwed it.

    While installing I made two partitions exactly as suggested in that guide. I was not able to boot with...
  4. Replies
    22
    Views
    5,900

    I will look into the portable version of spybot....

    I will look into the portable version of spybot. Can it detect keyloggers too? I was going to use pendrive linux but they don't allow & have a BIOS password.
  5. Replies
    22
    Views
    5,900

    Using Internet on public computers

    How to make sure they don't have spyware and keyloggers to steal info?
  6. Replies
    32
    Views
    9,674

    SUSE 11 was kinda buggy for me. Or maybe its KDE...

    SUSE 11 was kinda buggy for me. Or maybe its KDE 4 that's buggy making a lot of things crash and break :(

    Linux Mint is based on Ubuntu, but fixes many of its bugs and has multimedia support out...
  7. Replies
    40
    Views
    13,010

    January 10

    January 10
  8. Replies
    1
    Views
    1,425

    Tried using Linux Live CDs? You can mount the...

    Tried using Linux Live CDs? You can mount the filesystem and then copy those files to a USB device.
  9. Replies
    3
    Views
    1,511

    But you never passed any value by reference, you...

    But you never passed any value by reference, you are using pointers (and that too is wrong at some places)
  10. Replies
    8
    Views
    27,228

    int ch; FILE* fp; fp=fopen("list.txt","r"); ...

    int ch;
    FILE* fp;
    fp=fopen("list.txt","r");

    while((ch=fgetc(fp))!='\n'); /*skips one line and also eats newline character*/

    /*Now copy rest of the contents to another file*/
  11. Replies
    66
    Views
    15,565

    That site also says that Yarin will sing a song...

    That site also says that Yarin will sing a song....:rolleyes:
  12. Replies
    98
    Views
    19,951

    Poll: hahahaaaahaaaaaaaaaa!! :D

    hahahaaaahaaaaaaaaaa!! :D
  13. Thread: pointers

    by abh!shek
    Replies
    3
    Views
    1,003

    p=&i; This means value of p = address of i ...

    p=&i;
    This means value of p = address of i


    *p=&i
    value at the memory location where p is pointing to = address of i

    http://www.learncpp.com/cpp-tutorial/67-introduction-to-pointers/
  14. Thread: goosh

    by abh!shek
    Replies
    15
    Views
    5,482

    Maybe coz you're guest not root :)

    Maybe coz you're guest not root :)
  15. Thread: Why?

    by abh!shek
    Replies
    39
    Views
    4,688

    I think you are talking about Microsoft Surface....

    I think you are talking about Microsoft Surface. I don't think it will be useful for me though. I like to use keyboards and mice.
  16. Thread: Why?

    by abh!shek
    Replies
    39
    Views
    4,688

    I found the vista drivers for my hardware so I...

    I found the vista drivers for my hardware so I just want to see if it can run Aero with 1GB Ram or not (and I want at least one windows partition. Right now everything is Linux)
  17. Replies
    15
    Views
    9,041

    hehe I just wanted to do it...

    hehe I just wanted to do it coz everyone else does :p

    Ok now I will write TTT again from scratch with just one source file.
  18. Replies
    9
    Views
    1,440

    >That scanf is exactly how the professor wanted...

    >That scanf is exactly how the professor wanted us to keep it. We aren't allowed to change that.
    everyone I know will just do scanf("%d",&input);
    I don't know what %*c is.

    >So instead of...
  19. Thread: Why?

    by abh!shek
    Replies
    39
    Views
    4,688

    I meant to say downloading the huge iso with my...

    I meant to say downloading the huge iso with my internet connection is a pain....(will take 2 days to complete) not that using vista is a pain. Many of my friends are running it without any problems.
  20. Thread: Why?

    by abh!shek
    Replies
    39
    Views
    4,688

    Noticed what?

    Noticed what?
  21. Replies
    9
    Views
    1,440

    You never called outputToScreen() in main. ...

    You never called outputToScreen() in main.

    Also, this makes no sense:


    Anyone knows what this means
  22. Replies
    15
    Views
    9,041

    Thanks for the Awesome posts Adak, dwks. Looks...

    Thanks for the Awesome posts Adak, dwks. Looks like I will have to change my arrays to 2D.

    Should I stop using extern too? Is it incorrect to use it?
  23. Thread: Why?

    by abh!shek
    Replies
    39
    Views
    4,688

    Downloading vista is a pain. edit: I mean the...

    Downloading vista is a pain.

    edit: I mean the 30 day trial.
  24. Thread: Why?

    by abh!shek
    Replies
    39
    Views
    4,688

    Why?

    *Linux Mint iso (KDE) -- 1.0GB

    Comes with all operating system components + TONS of software!(I can provide a list if you want)

    *Windows Vista Ultimate iso -- 3.49GB !

    Ships with only...
  25. Replies
    3
    Views
    70,203

    if(x>70 && x

    if(x>70 && x<80)
    {
    }


    Is this what you want?
Results 1 to 25 of 333
Page 1 of 14 1 2 3 4