Shazan —
I am also interested in this field any homework I should do? What is the best book to study about …
Raytio —
I am doing for example 4ed whatever.cpp -i 100 Whatever.cpp opens but does not jump to the line. a…
robert —
Hi Allen, I have this same issue. When I minimize 4coder, and then restore it, I just have a fully…
It seems like a really exciting field. If I weren't looking for a programming job right now, I thi…
Neo Ar —
So for those of you who don't know, for the last handful of months I've been doing deep learning …
Den V —
Thank you mmozeiko and ratchetfreak. Lots of very useful info for me.
Had yet another frustrating day with Visual Studio freezes, which brought me back to try 4coder. C…
Is it possible to load files in folders recursively? For example, I have some files in folder "cod…
Ian —
Again thanks for taking the time to try it! It's very cool that testing something in Wine was eno…
Todd —
Lucas I know what you mean. Frankly, I'm getting pretty sick of installing all of this bullshit do…
Thought I'd bump this thread to get it in front of more eyes. If you know anyone who might know so…
It works fine for me on Windows 7 64bits.
No problem :) Just learn to use debugger more - examine all the values to see if they are what you…
Ian —
Thanks for taking the time to try it! And sorry for wasting your time by messing up the hosting. T…
Thank you soooooooooooooooo much! Instead of Buffer->Pitch I wrote this Thanks again!
Hmm, what about Buffer.Pitch value inside RenderWeirdGradient function?
Checked they are ok too. in while(Running) loop, and yep I call Win32DisplayBufferInWindow. JFY…
Ok, the values are reasonable inside Win32DisplayBufferInWindow function. What about inside Render…
Also .bz2 format is super unfriendly for Windows users. .zip is more friendlier - it can be open w…
Can you check again? should be fixed now. Sorry about that
There are no windows binaries in the file.
Your prnt dot sc link points to this topic. That doesn't help much.
Window width, height and Buffer width,heigth Buffer settings here. } [/code]
Ian —
Hey, these past few weeks I've been developing a game as a challenge to myself, to try and finish …
Yes, this comes close. If the data that you'll want to modify is in the cache, the data will be c…
You'd have to implement code that does the blending for you. A simple linear interpolation between…
mrmixer, thank you for your feedback. I will try to fix everything you mentioned til next release.
andrea —
I wish I could have asked this during a pre-stream but I can't really seem to catch the live. Duri…
There's also an IMGUI library from Nvidia. You can find the repo . I guess it is not supported any…
One more thing, do I double/blend those frames manually in whatever software and just include them…