please wait
by nikita00
Voxel Unity
|
This puzzle is to figure out what is the best rendering pipeline for Voxel Engine implemented via Unity. One major advantage of Voxel based engines is that the... |
Feb 27, 2021 at 1:25am
[1 reply] : a few keywords you may want to google: "point cloud' and maybe 'lidar ... (by jonnin)
|
by JRManx
HTML font-changes with CSS
|
I've been teaching myself HTML to make web pages, and I just started to delve into CSS as well, because the two almost always go hand-in-hand (according to vari... |
Feb 25, 2021 at 6:41pm
[3 replies] Last: Document, yes thank you @helios. @Ganado, I think I made a mistake wi... (by JRManx)
|
Hi,everyone here from all around the world. |
I am a newbie in programming and not a native English speaker. I have studied C++ here over one month. Because my mother tongue is not English and all tea... |
Feb 24, 2021 at 8:19pm
[4 replies] Last: I use C++ to read/write binary files. I like binary files because the... (by JRManx)
|
by JRManx
HTML table with C++
|
Hi! I'm trying to use C++ to print HTML code for a table to a file, then open it for viewing (in a web browser or something that can read HTML). Here's what I'v... |
Feb 23, 2021 at 2:15am
[2 replies] Last: I figured since it used HTML it belonged in the lounge...but ok. No n... (by JRManx)
|
by helios
Keyboards
|
What are you using these days? I'm using this at home: https://i.redd.it/7ryh7z1rioh01.jpg (HyperX Alloy FPS, with Cherry MX Blue switches) and this at work: ... |
Feb 21, 2021 at 9:50pm
[7 replies] Last: I prefer a split keyboard like the microsoft 4000, but the key legends... (by dhayden)
|
C++ Weekly - Exploring and Reviewing F', The Mars Ingenuity Flight Software |
C++ Weekly - Exploring and Reviewing F', The Mars Ingenuity Flight Software https://www.youtube.com/watch?v=RbhufLudVsI |
Feb 20, 2021 at 8:40pm
[no replies]
|
The journey to fun continues...with a Makefile...and Linux |
Hello again, This might be a bit of a ramble but feel free to chip in with any advice if I forget to specifically ask. :0) So back in January I said I was com... |
Feb 19, 2021 at 8:54pm
[8 replies] Last: I use Macromates' TextMate application to write and edit code, and LLV... (by JRManx)
|
by adam2016
Basic algebra question/observation
|
Hi guys, SO I've come to ask a simple math question, the answer doesn't perplex me but rather surprises me slightly. so (k/6)(k+1)(2k+1) = (k+1/6)(k)(2k+... |
Feb 19, 2021 at 2:12pm
[10 replies] Last: You moved the division, yes, but the way you did it doesn't emphasize ... (by helios)
|
Updated Dev-C++ |
Dev-C++ seems to be a popular IDE, there are at least two updated versions available. 1. Red Panda Dev-C++, V 6.4 beta 3: https://royqh.net/devcpp-en/ Bundle... |
Feb 19, 2021 at 1:12am
[1 reply] : I didn't check if the newer Dev-C++ versions allowed for compiling wit... (by deleted account xyzzy)
|
C++ – an Invisible Foundation of Everything |
C++ – an Invisible Foundation of Everything What is C++ and why do people still use it? Bjarne Stroustup provides a short note answering these questions. R... |
Feb 14, 2021 at 11:29pm
[3 replies] Last: The "Afterwood" article mentions the "Lemmings" game written in DHTML.... (by deleted account xyzzy)
|
hi,guys. I love you. I have just finished the tutorial finally! |
Hi,guys. I have just finished the tutorial finally! It is really a little long journey. The reason why I study programming is to hack games,and there is a ... |
Feb 12, 2021 at 3:21pm
[no replies]
|
by adam2016
Applications of Heaps(Anecdotal perspective)
|
Hi guys, My favorite data structure is probably a heap, although I've never implemented it in a proper project rather small beginner programs. From past expe... |
Feb 11, 2021 at 9:25pm
[6 replies] Last: The only time I used a heap was to implement a priority queue in a sim... (by dhayden)
|
by thmm
C++ without exceptions
|
At a talk at CppCon I heard that 52% of professional developers are not allowed to use exceptions in their code. Is somebody here who belongs to this group? H... |
Feb 1, 2021 at 1:04pm
[2 replies] Last: That makes sense, thanks. (by thmm)
|