Search:

Type: Posts; User: linuxman

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    1,443

    There is an onboard video controller but it can...

    There is an onboard video controller but it can normally be overriden in the bios.

    Mike
  2. Thread: Password code

    by linuxman
    Replies
    8
    Views
    2,013

    It compiles fine. I believe all your errors were...

    It compiles fine. I believe all your errors were simple ones you need to avoid. You need to close the if BEFORE using else example:

    if(this == 1){
    do-this;
    } else {
    ...
  3. Replies
    4
    Views
    1,370

    I'm not an expert at windows but dont you have an...

    I'm not an expert at windows but dont you have an extra ) after IDD_MAIN in MAKEINTRESOURCE?
  4. Thread: Question

    by linuxman
    Replies
    6
    Views
    1,315

    as MipZhaP said...

    as MipZhaP said...
  5. Replies
    11
    Views
    2,023

    I've been coding c/c++ for about 8 mos. I'd be...

    I've been coding c/c++ for about 8 mos. I'd be more than happy to help. I have AIM and my sn is linuxman2k1.
  6. Thread: c & gui

    by linuxman
    Replies
    8
    Views
    1,383

    Qt is c++ but if your Ok with c++ I like Qt...

    Qt is c++ but if your Ok with c++ I like Qt better.
  7. Thread: c & gui

    by linuxman
    Replies
    8
    Views
    1,383

    For C I would recommend Gtk+...

    For C I would recommend Gtk+ .

    Mike
  8. Replies
    6
    Views
    1,876

    set root through program

    I'm writing a program and I need it to goto root. The user knows the password but I'm using QT and do not know how-to get the password to su.
  9. Replies
    3
    Views
    1,475

    that works. Thank you very much.

    that works. Thank you very much.
  10. Replies
    3
    Views
    1,475

    stopping in else block

    could someone please explain to me why this function is stopping before the fgets inside the else block. After it prints the first message after the else it jumps to the system() call after the else...
  11. Replies
    10
    Views
    2,113

    linuxdude lol no i'm not you I live in...

    linuxdude

    lol no i'm not you I live in maryland your in Luisiana lol i wish I were down there.

    Mike
  12. Replies
    10
    Views
    2,113

    NTFS is readable just writing is for the most...

    NTFS is readable just writing is for the most part unsupported

    Mike
  13. Thread: lost disk

    by linuxman
    Replies
    7
    Views
    2,858

    I'm not really sure you can but you could use a...

    I'm not really sure you can but you could use a temporary file and go from there.

    Mike
  14. Thread: lost disk

    by linuxman
    Replies
    7
    Views
    2,858

    These are manpages describing lowlevel input and...

    These are manpages describing lowlevel input and output

    http://www.die.net/doc/linux/man/man2/open.2.html
    http://www.die.net/doc/linux/man/man2/close.2.html...
  15. Thread: Basics

    by linuxman
    Replies
    6
    Views
    1,406

    Your program will work in both KDE and Gnome...

    Your program will work in both KDE and Gnome either way. Gtk is in C and QT is c++ so that may or may not limit the choices depending on what languages you are good with. The differences between QT...
  16. Thread: v4l

    by linuxman
    Replies
    2
    Views
    1,954

    thanks salem. I found it right before looking...

    thanks salem. I found it right before looking back here.
  17. Thread: v4l

    by linuxman
    Replies
    2
    Views
    1,954

    v4l

    does anyone know where i can get the v4l documention. I'm thinking of making a TV viewer.
  18. Thread: lost disk

    by linuxman
    Replies
    7
    Views
    2,858

    Gcc http://gcc.gnu.org/ is a popular compiler and...

    Gcc http://gcc.gnu.org/ is a popular compiler and comes with most if not all disributions. Gcc can compile c,c++ and a variety of other languages. KDevelop and anjuta are two popular development...
  19. Replies
    9
    Views
    2,436

    im not big on c++ but i think it should be ...

    im not big on c++ but i think it should be


    #include <iostream>
    using namespace std
  20. Replies
    5
    Views
    1,625

    were you logged in as root? is the floppy...

    were you logged in as root? is the floppy formated?
  21. Replies
    9
    Views
    2,436

    shouldn't that be int main(void)

    shouldn't that be

    int main(void)
  22. Thread: bad memory?

    by linuxman
    Replies
    1
    Views
    968

    bad memory?

    I bought memory before christmas and it was bad. I sent it back and my replacement came yesterday. Currently i'm running memtest86 with full tests. I have 1 error of 20000 bits at 365.9mb. I've run...
  23. Replies
    4
    Views
    1,773

    thanks guys i've got it figured out. Here is my...

    thanks guys i've got it figured out. Here is my first program i've made, don't laugh



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

    char buf[ BUFSIZ];
    FILE *fp;
  24. Replies
    4
    Views
    1,773

    incorrect output

    im trying to get user input for a filename for opening later on. I know howto get the file open later but the input is all wierd characters after 8 on my computer and after 3 characters on my...
Results 1 to 24 of 24