22 Archived Topics
Remove Filter I use the g++ compiler for linux and i am trying to link allegro. how do i link allegro with g++? | |
| |
For homework I'm apparently supposed to implement some functions defined in [icode] <algorithm> [/icode]. So this is what I have so far: [CODE=c++]template <class I> bool m_equal( I b, I e, I b2 ) { for ( ; b != e && b == b2; b++, b2++ ); return b … | |
I probably the only one crazy enough to use ratpoison, but has anyone else tried it? Did you like it? Here is why I like/dislike it: pros: Its simple Its fast It maximizes the real estate of your screen it uses the same keybindings as screen it lets me completely … | |
just wondering for no particular reason if my linux box has less or more packages and commands then most (I'm guessing less). Heres my results: packages (on arch linux probably not a very good way to determine anything): 238 commands: 1169 as root and 1168 as a normal user. du: … | |
I can access my website with my external static ip address. Anyone outside my wifi cant access my website. I assume this is a router problem? How do I allow other computers to allow access to my server? | |
2 Im am just wondering how to change the frame color of a table. The following solution works but isn't very pretty. My test code is as follows. [code=html] <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTNL 4.01//END" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <style> body { background-color: black ; color: white; } </style> <title> test … | |
Hello, I am doing a homework assignment and need a bit of help. I have to overload the prefix ++, postfix ++ operator, and the = operator for a circle class. Heres the code I have so far: [code] #include<iostream> using namespace std; class Circle { public: Circle(); Circle(int n); … | |
Since I want to get into OS development I decided to install and try to use the bochs emulater. I have a sample floppy operating system called c.img. How do I tell bochs to boot from c.img? whenever I start bochs I just get panics and fatal errors. | |
I have VMware and I was wondering if I can virtualize mac os x (or any other mac version) on linux? Has anyone used VMware to virtualize macs? I dont really want to use it, it just needs to look good ;-) NOTE: i mean the intel based macs | |
I am using debian linux and I cannot seem to get sdl_ttf working. It compiles fine but the program quits due to error checking in the code. It returns false at the ttf_init() part. Do not know if this makes a difference but I got sdl and ttf via apt. … | |
I have been reading some online that portage does'nt get rid of packages that it is not using while apt does. Is this true? I have tested this out on my debian system but it seems to keep the packages to. Anyway to change this? I guess I have two … | |
I was wondering if there is any way to map mouse buttons to commands and override the wm's button mapping. | |
I currently have two kernels: a 2.6.18-4-686 kernel and a 2.6.18-3-686 kernel. Which is better? The higher the kernel number the better? Is the 2.6.18-4-686 kernel a newer version or something? Thanks in advance. | |
I have a debian base install system and am having problems with performance via allegro. I made a pong game and when I ran it on windows it ran fine but on linux it lags soooo much. Whats the problem? | |
I have a hp dv6000t laptop 15" widescreen and I installed the base debian system. After I had installed xorg and some other stuff I booted up with fluxbox. The resolution for my laptop was 1024x768. How do I change the resolution? I looked at the xorg.conf file and it … | |
I have tried some distros of linux but only a few ever work (ubuntu and zenwalk are the only ones). All other distros I have tested (debian, my own rbuilder distro, and foresight) do not work. They never can detect my hardrive. I have a hp dv6000t laptop. I do … | |
I am new to linux and I just installed ubuntu on my hp dv6000t laptop. I try to download the nvidia-glx but when I try to install it with the command "sudo nvidia-glx-config enable" command it returns the following: Error: unable to load nvidia kernel driver! Be sure to have … | |
I use the dev c++ IDE and was wondering if there is anyway in c++ or using system commands to send text packages to another computer that can be received by the other computer to process the information. | |
I run windows xp and I am looking to increase performence. I have already replaced the shell "explorer.exe" with "cmd.exe" and am looking to further increase my system's efficency. What system processes can I terminate and what system processes can I assign low memory priority? | |
I am writing a small shell script for windows just for fun and was wondering how to open executable programs? Can c++ do this? |
The End.