Search found 97 matches

by NaturalDemon
April 29th, 2014, 11:01 pm
Forum: Everything
Topic: Modeless console window for loggin
Replies: 14
Views: 5900

Re: Modeless console window for loggin

Console is best!

Otherwise you also have to put winform shit to have textedit or maybe rich textbox , i havent digged into to that yet ....
There is so much to read on this world!
by NaturalDemon
April 29th, 2014, 8:29 pm
Forum: Everything
Topic: Modeless console window for loggin
Replies: 14
Views: 5900

Re: Modeless console window for loggin

lol, I here ya. Most here are just learning C++, a few have come here from other languages so maybe there is someone here that knows...chili, lux, luis. Currently i'm using a few lines of code to make log files to discover certain errors. Using a modeles console dialag would make life so much eaiser.
by NaturalDemon
April 29th, 2014, 8:20 pm
Forum: Everything
Topic: Modeless console window for loggin
Replies: 14
Views: 5900

Re: Modeless console window for loggin

A modeless window .... Is like a external independ window in contrary to the messagebox witch halts the program on top until you close it. With a modeles dialog you can move it to side and still control the main window. I knew it from my MFC experiments .... Way back in time. I was kinda lazy .... A...
by NaturalDemon
April 29th, 2014, 3:33 pm
Forum: Everything
Topic: Modeless console window for loggin
Replies: 14
Views: 5900

Modeless console window for loggin

did any try to add a modeles console window to your project?

ifso .... please explain how
by NaturalDemon
April 29th, 2014, 3:30 pm
Forum: Everything
Topic: Speed benchmarking
Replies: 15
Views: 5187

Re: Speed benchmarking

a video by chili about SSE would be very apreciated.
by NaturalDemon
April 28th, 2014, 11:00 pm
Forum: Everything
Topic: gfx.putpixels CONVERTING with D3DColor
Replies: 6
Views: 2830

Re: gfx.putpixels CONVERTING with D3DColor

Just for fun,
i changed from array to vector and added a 1000 threated balls shumming out circles @ 0.045 seconds/frame
by NaturalDemon
April 28th, 2014, 8:37 pm
Forum: Everything
Topic: gfx.putpixels CONVERTING with D3DColor
Replies: 6
Views: 2830

Re: gfx.putpixels CONVERTING with D3DColor

25 threated bouncing balls @ different speeds and virtual every color possible.
this is where is left off 1,5 years ago.
by NaturalDemon
April 28th, 2014, 4:01 pm
Forum: Everything
Topic: gfx.putpixels CONVERTING with D3DColor
Replies: 6
Views: 2830

Re: gfx.putpixels CONVERTING with D3DColor

i tried it all! the last lines of code in this function are fastest ..... but only slightly ... even with those less lines of code and casting ... speak assembly. void D3DGraphics::DrawCircle( int centerX,int centerY,int radius,int r,int g,int b ) { D3DCOLOR c = D3DCOLOR_XRGB( r,g,b ); // new int rS...
by NaturalDemon
April 28th, 2014, 3:36 pm
Forum: Everything
Topic: Microsoft is a bitch.
Replies: 4
Views: 2010

Re: Microsoft is a bitch.

i recently configured my aunts windows 8.1 laptop ......
they are trying to make it looks OSX, but on the way to it .... made it pretty much useless ... for the regular hobby/profesional/etc user.

now you need a account to open certain things on your pc?
by NaturalDemon
October 10th, 2013, 11:53 pm
Forum: Everything
Topic: Thanks BroS!
Replies: 37
Views: 12626

Re: Thanks BroS!

Your welcome chili. the problem with windows computers is that ... That everyone one can litter your c:/windows and c:/windows/system32 folder. by default the "self" help machanisms are hidden by default and the general public doens't realy know the exitence. ... But then again most people are lazy....