6 Topics

Member Avatar for
Member Avatar for ellahayesus

I’m interested in how developers approach small game projects where the basic mechanic is simple, but the underlying logic can become surprisingly complicated. A small word-based game, for example, can involve input validation, game-state management, scoring, and finding valid moves without necessarily needing a large engine or complicated architecture. I’ve …

Member Avatar for rproffitt
-3
17
Member Avatar for Joshua_54

Is there an efficient algorithmic implementation of this multiplication technique? I recently came across a grid-based method for multiplying large numbers — using a lattice of digit products summed along diagonals with carry propagation — and I'm curious whether this has been implemented computationally, and where it might have practical …

Member Avatar for rproffitt
0
41
Member Avatar for solvecodes

from : https://cppreference.com/cpp/language/definition i don't understand what they mean by "Declaration of a non-inline(since C++17) static data member inside a class definition:" looking at the code there are definitions and declarations but i tried switching between the drafts and saw no difference can someone please help understand this what are …

Member Avatar for cedricowen
1
93
Member Avatar for mr_meeseeks

for ref: [code_link see main](https://github.com/yotamarker/LivinGrimoire/tree/main/livingrimoire%20start%20here/LivinGrimoire%20python%20easy%20start%20packet) as you can see this structure allows the coder to add functionality(skills) to the object with 2 main ways: 1 with code a brain.add_skill(Skill()) 2 the structure can be utilized to add skills by pasting their files into the DLC directory, for example: pasting the …

0
35
Member Avatar for keithtronics

Hello all, very first post here so don't be surprised if i ask too many stupid questions and whatnot :P Firstly I should point out that I am an Artist and really dont know much about anything computerish apart from photoshop and illustrator. Animation and 3D modeling does however look …

Member Avatar for peter_budo
0
185
Member Avatar for jamshid

Hi Everyone; I have a Statistic project. There i must calculate random samples, samples mean values, Construct Histograms, Construct confidence intervals for each sample mean etc.. I want to ask you that which programming language is suitable for this project to be coded. C, C#, C++ or any else programming …

Member Avatar for jamshid
0
138

The End.