Hello all
i wander what technology does application like xara3d is using to be able present real time ray tracing
how does such good quality rendering is done in real time ?
hello all
I like to develop simple video application that , takes images and or text and creates video out of it and sound track.
The most important thing is that I could program simple ( very...
Hi and thanks for the fast reply , but i found some links about my problem , but from there still i haven't found the solution
first link is exactly my problem ...
i have line of string in text file , i opened it in notepad and saved it to Unicode Encoding
this string contain Unicode escape sequences .
now my visual studio project that suppose to read this...
I know c++ , but Im beginner when it comes to win32 windowing. im trying to integrate into win32 opengl legacy code the simple AntTweakBar GUI lib . I tried to do it like it showed in the AntTweakBar...
Hi
i have legacy win32 opengl application that is using only gl/glu from opengl32 .
using wglCreateContext . now i need to implement input text and list box's in the application without using...
First of all thank allot for your answers
i know this is crap code . but this is what i need to work with . what can i do ...
Thanks Again
can someone tell me what is the difference between...
i have this code that basically read from file and create new file and write the contend from the source to the destination file . it reads to the buffer and creates the file ,
but fwrite
dost...
i have meany compilations that each time i done compilation i move it to dyploy dir also i have debug and release versions , im getting lost here . my question is is there any way to promote some...
Thanks for the reply , im using ResEdit , so its selectble already .
but when i select the text all the edit text background become painted in white how can i cancel that ?
one more question , if...
im writing simple win32 application that is window and static text , now i want to enable the user to copy the text with his right click (mark and copy ) how can i do that ?
i have java daemon , that holds info . it is always working . ( its my code i can kill it and change it ) .
now i like to be able to get and set parameters while this daemon is running with separate...
hello all i have code from open source project that im integrating into my code . now my code settings in visual studio 2008 character set is Unicode . and the external code is Multi-Byte Character...
Hello
im not win32 programmer and its all new to me. i like to open process from my parent win32 application ( ok this is i know how to do) the child process then write to text file and close it...
Hello all i looking for a tool that takes long text string to valid const char *fmt
for example i want to set char* with this java script as string:
http://code.google.com/p/swfobject/
Thanks
Hello all
I notice in c++ code sometimes there is foreword deceleration of class but sometimes its just including the class "*.h" file
What is the difference and when to use what?