Language
Any
Platform
Linux
Remove
License
Any
: Hi ya all,
: Am new on this site and welcomes are in order. Been doing quite a
: lot of windows programming but now am forced to move to Linux to do
: a certain project of mine. Now, I need to...
g++ -O2 aberr
ation.cpp -o aberration -Wall -mwindows glui32.lib glut32.lib -lglui32 -lglut32
-lglu32 -lopengl32
In file included from aberration.cpp:8:
glui.h:69: warning: ignoring #pragma...
= 2.1.4...
: *** 'pkg-config --modversion glib-2.0' returned 2.10.0, but GLIB
: (2.6.4)
: *** was found! If pkg-config was correct, then it is best
: *** to remove the old version of GLib....
Hi ya all,
Am new on this site and welcomes are in order. Been doing quite a lot of windows programming but now am forced to move to Linux to do a certain project of mine. Now, I need to create an...
: Hi
:
: If I build a server software in my Debian box, will it run on others
: Linux?
:
: maybe it will need some libraries that aren't in the SO and show
: errors, right? maybe then I can...
: Hi all,
: I am working in Linux (RHL, ver. 2.6) at the application layer. I
: have to work on large chunks of data (have to dynamically allocate
: about 500 MB). I want to make sure that...
: Hi all,
: I am working in Linux (RHL, ver. 2.6) at the application layer. I
: have to work on large chunks of data (have to dynamically allocate
: about 500 MB). I want to make sure that...
Hi all,
I am working in Linux (RHL, ver. 2.6) at the application layer. I have to work on large chunks of data (have to dynamically allocate about 500 MB). I want to make sure that this...
: how can we produce sound and graphics in gcc compiler in linux ???
: "The GEEK Shall Inherit The Earth" ;-)
Use a library.
OpenGl is a good graphics library, and alsa or oss are good audio...
I haven't messed with these in particular, but I've done plenty of smbus stuff, where most of those sensors are located. Then it's mostly a matter of having a datasheet handy to know the register...
Just wondering if anyone has played around with these libraries from ASM code?
http://packages.debian.org/testing/libdevel/libsensors-dev
http://www.lm-sensors.org/
Sys_basher seems to now...
Hi everybody,
after seeing 20+ C++ IDE's and GUI libraries for Linux, I wondered what your favorite tools are to program C++ GUI's under Linux.
I look forward to your experience and lists,...
: : Hi all
: :
: : I am looking for a unit under Free Pascal that will allow me to get
: : strings, integers etc. A nice input box would be nice, along with a
: : way to escape from entering...
For one, the Audigy series are PnP, and while the SB16 also had PCI versions of the card, I do remember being able to manually set the IO port on the card using jumpers. Also, once you're in Windows,...
: : I agree to tsagld's suggestion to use threads. I would like to add, that you could also use a library that does the same. I have been using PVM, Parellel Virtual Machine, http://www.csm.ornl...
http://www.alphaworks.ibm.com/tech/codeinvaders?open&S_TACT=105AGX59&ca=dgr-jw961codeinvaders
IBMs CodeInvaders Challenge is quite possibly every Java and wannabe Java programmers dream come true...
: Hi every body .I have written a dozen of programms in c++ but all of them used Console(Non-GUI).Now i want to write programms which have GUI's and can run on both Windows and Linux ,But i donot...
: Does Anyone know how to stop a processes in C++ i Googled it but didn't find the results i was looking for.
:
C++ doesn't know anything about processes.
You'll need to use an API from the...
Hi all! I am a newbie about LINUX due to the fact I always have been using windows as OS. As you know windows has 2 API functions called findfirstfile and findnextfile. The question is: what's the...
When programming on Windows, and working with dll's, I always include the corresponding .lib file so that I do not have to deal with actually dynamically loading the library, jut still have the...