Search Results

Search: Posts Made By: thedardanius
Forum: Programming 05-14-2013
1,713
Posted By thedardanius
OpenGLChecker
Hey,

I don't know in which forum this decently fits.
I would like to know if the linux version of my application works
http://sourceforge.net/projects/openglchecker/
Please try it out, please...
Forum: Programming 05-08-2013
2,493
Posted By thedardanius
UHm... I though i said everything compiled...
UHm...
I though i said everything compiled good, but I found out a stupid way I thought of myself. So its solved by myself...

Thank you anyway
Forum: Programming 05-03-2013
1,806
Posted By thedardanius
It is true that many compiler (or maybe safe to...
It is true that many compiler (or maybe safe to say none) do support the full standard of C++11. And many do not even have decent support for basic C++11 standard, so I guess we have to stick to the...
Forum: Programming 05-02-2013
2,493
Posted By thedardanius
int temp; int...
int temp;
int attrib[]={GLX_RGBA,GLX_DOUBLEBUFFER,GLX_RED_SIZE,4,GLX_GREEN_SIZE,4,GLX_BLUE_SIZE,4,GLX_DEPTH_SIZE,16,None};
// Setting up GLX
hDis=XOpenDisplay(NULL);
if (hDis==NULL)
{...
Forum: Programming 05-02-2013
1,806
Posted By thedardanius
in fact, if you have the oppertunity to use...
in fact, if you have the oppertunity to use C++11, it is a solution to this old problem. The new standard of C++ says variable size arrays are aloud, if you supply a certain keyword(i forgot), which...
Forum: Programming 05-02-2013
4,801
Posted By thedardanius
C++ is a huge and multi-paradigm language....
C++ is a huge and multi-paradigm language. Rewriting an interpreted language with an compiled language has the potential to be faster or more efficient in terms of the final machine code read by the...
Forum: Programming 05-02-2013
2,493
Posted By thedardanius
Xlib registering
hey,

Im new to the linux world. Lately, I have tried to create a glx window with xlib, making it a popup window(fullscreen) so I set override_redirect to true. Im happy with the removed borders,...
Showing results 1 to 7 of 7

 
All times are GMT -4. The time now is 02:27 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy