I just installed slakware 9.1 and it kicks ass, likin it alot better than rh. But I can't get my sound card to work. Anyone else using slack had this problem? I have an integrated Intel audio card on my machine I think. Anyone know what the modprobe line would be? My card did work with rh so I...
I have written a class called Face and it compiled correctly. But I can't import it correctly. Both files are in the same directory.
import Face; // thats how I import it
and theres the error below...
D:\src\Face\Main.java:3: '.' expected
import Face;
^
1 error
Any suggestions...
I am new to C. I am trying to get an understanding of the malloc function for creating variables while the program is running. The program I wrote below, I don't know if it works or not, is the new variable (array in this case)being created?
#include <stdio.h>
void create_array() {
int i...
I'm a newbie to assembly, bare with me. I'm using nasm. I wrote this small bootloader, but when it loaded up the string didn't print out, and I just got alot of colours on the screen.
bits 16
org 0
jmp start
start:
mov si, os_nam
call print
print:
mov ah, 0
int 10
os_nam db 'shauns...
I am thinking of getting Visual C++ 2003 when it comes out, but I've heard some talk about how anything produced from visual studio aren't real PE exe's, that they have .net code all embeded. Is that true? Do Visual c++' exe's require the .net runtime also? shaun
I have this code, it finds x ^ y. I want to pass two floating point vars at the command line, so I used char** argv and then tried to convert the argv[1] and argv[2] to a float, but I get the error "pointer value used where a floating point value was expected." how do i convert...
I download the mingw packages, (the core distro, binutils, make, and the runtime) and extracted them to d:\mingw32\ Now where I tried to compile a simple hello world program it test it out I got an error about now being able to find -luser32 I believe. So, what Im asking is do I have to set...
Anyone know how I can configure cl.exe from the .net sdk to find the includes headers from the platform sdk? I cant compile anything right now? :( shaun
hello,
Im running rh linux 7.2 on my primary hard disk, then on my second hd I am running windows 98. I have huge amounts of mp3's I want to transfer over, and I am having some problems mounting the win98 disk. I tried this command
mount -t vfat /dev/hdb1 /mnt/windows/
but I get the error...
hello,
i need to know how to dual boot winxp pro, and redhat linux 7.2. Can I use GRUB to boot them all because I am writing my own operating system, and havnt got to the bootstrap yet. Which do I install first? GRUB, xp, linux? Ive heard the winnt bootloader is very fussy about other...
hello,
i need to know how to dual boot winxp pro, and redhat linux 7.2. Can I use GRUB to boot them all because I am writing my own operating system, and havnt got to the bootstrap yet. Which do I install first? GRUB, xp, linux? Ive heard the winnt bootloader is very fussy about other...
hey,
ive just started programming in c++, please go easy on me. ive tried to write a short calculator program, its just a simple console program, but im getting this error.
im compiling with borland 5.5 using "bcc32 calc.cpp"
#include <iostream>
using namespace std;
void...
hey,
i have a school project to do. i have to write a bootsector that restarts the computer. i got that done, using nasm, but now i need some way to write the bootsector to the mbr. so instead of the computer booting into windows, my bootsec gets loaded. Can someone show me how this might be...
hey,
ive downloaded ximian gnome 1.4 onto a cd, and i am installing it locally. I am running RedHat Linux 7.1. During the installation i get errors in the terminal window saying something like "error: unable to recursively delete directory, contains files", or something like that...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.