Abimbola
Since you guys are master programming I am still 11 years old what programming language do you think I can learn
Asdew
I started learning C at 13 and Java at 11, should not be hard.
Anu
*NEW HIRING* We are looking for qualified Mobile App developers to join our Client's Engineering team at Yaba. You will be working with our engineers to develop and maintain high quality mobile applications. Job Title 1 : React Native or Flutter Developer Proficient with React Native and/or Flutter Job Title 2 : Android Java Developer Proficient with JAVA Job Title 3: UI/UX Designers - Proficient with Adobe XD and/or Figma Job Title 4: React JS / NodeJS Developer Proficient wtih ReactJS and NodeJS Job Title 5: DevOps Proficient with AWS, Digitial Ocean and/or Microsoft Cloud Servers Renumeration: 100k- 350k ##Mid level Recruitment## Candidates are required to send their digital CV *Contact*: ennovatex@gmail.com or +2348022213369
Abimbola
I started learning C at 13 and Java at 11, should not be hard.
But Java can't work for games and Java is add
Asdew
You can learn any programming language you want, it was just an example of what I did.
Mar!o
Since you guys are master programming I am still 11 years old what programming language do you think I can learn
I'm 18 now and started with 10. I know C#, C, C++, Rust, Java, x64 Assembly and SPIRV, HLSL (Shader languages). It's possible if you have fun and motivation 😉
Mar!o
My goal was to create my own 3d game engine and a game with it... that's how it started😜
Abimbola
My goal was to create my own 3d game engine and a game with it... that's how it started😜
Please teach me c Sharp and have the last language I will learn for life
klimi
I did too tbh.... I started with c/c++ 11/12yo
klimi
Or maybe that was asm.... .... I think asm was after that
Anonymous
Hey at least you moved the turtle around
Anonymous
Iirc I was given a textbook, no access to a PC and just vomit it out on the exam paper
Sokka
I am a university computer engineer student and for semester project please suggest me with some ideas and the basic requirement project is code must be written in c++. So guys please suggest some ideas about project i can do.
Sokka
write a polish calculator
I need some intermediate idea
Dima
It’s for newbies
Pavel
Does unsigned multiplication overflow correctly?
Pavel
Thanks!
Anonymous
Or del.dog
It's suspicious
Harsh
It's suspicious
How come? I know the developer
Artöm
.dog rofl
Harsh
.dog rofl
It's widely used hastebin alternative 🌚
Harsh
It's called dogbin
Harsh
And pretty easy to use as well
Anonymous
It's not exactly an AI
Anonymous
But rather it's something a graduate could do with 0 experience just applying theory
Barrack
Pls can someone explain it to me
Barrack
Barrack
Any help please
Anonymous
Can it be solved with friend function?
Vishal
Factory Design Pattern in Modern C++ http://www.vishalchovatiya.com/factory-design-pattern-in-modern-cpp/
Anonymous
if i send the full code would someone help me with the whole errors? It’s long that’s why
Anonymous
The rules allow screenshots but disallow screen photos especially shitty ones
Anonymous
Really tough 😏
Dima
lol!
Dima
the first two sentences haha
Alion🦁
Hi, guys. What is the meaning of "implementation-defined behavior in c++"? answer: compilers defines behavior.
Alion🦁
Compilers defines behavior
oh, okay thanks ✅
Enes
Hi everyone
Anonymous
Hi I have on image data in rgb565 format in the array I want to rotate this 180 degree and store data in other array What I should do?
gene_ene
Hi I have on image data in rgb565 format in the array I want to rotate this 180 degree and store data in other array What I should do?
I suppose you can visualize a 2d array(matrix) of pixels where each pixel is a 1d array. Then in the 2d array: Suppose the original array goes 0->n in rows. Then you could try to copy this array to another where you start from nth row in this array. Put the nth row of first 2d array to 0th row of second and so on. The underlying values will be copied as you do it by reference. If you want to rotate by 180 bottom up, the same thing applies but you replace rows by columns. You could try the above, though i am not sure about it.
Monday Morning
Does anyone have any idea how to debug a c++ code in visual studio code ? Any help will be appreciated. I tried youtube but no luck there. videos available there are meant for older versions of vsc and are not compatible anymore.
Dima
It’s very straightforward
Monday Morning
I have used online debugger a few times. I know how to use breakpoints. But I am not able to proceed any further in vsc. Can you forward any url , please ?
Stefan
basically use a matrix where the diagonal is all -1
Stefan
then use matrix multiplication
Stefan
just checked, i did the transpose version before which also means the edited haha
Stefan
i did column rotation B but it is AB turns out it is the same to B^T A
Pavel
Or del.dog
Or bpa.st
Stefan
back in 1 year ago i didnt even have linarg reinforced in my mind haha
Pavel
Or bpa.st
best service IMHO
Anonymous
https://www.youtube.com/watch?v=mAHHKDyLmCI
Kabir!!!!😈
Who is extra good at C programming?
Kabir!!!!😈
You
???
Kabir!!!!😈
In your opinion what’s the best way of learning C???
Ivan E.
In your opinion what’s the best way of learning C???
Hey, I highly recommend to read, practice and understand why you get the result you get. There are many books out there, but I suggest to read The C programming language by Brian W. Kernighan & Dennis M. Ritchie. I just started to learn C, but I have found this very useful.
Ajay
Is it possible to set some flags during compilation in cpp and making this default I don't want to write those flags again and again. Just g++ source.cpp should work for that
Asdew
Write a Makefile.
Anonymous
https://www.quora.com/How-do-I-implement-a-tree-using-STL-in-C
Anonymous
How to implement a tree using STL
Anonymous
?
Alex
tree is already implemented in STL. the name is set/map
Anonymous
tree is already implemented in STL. the name is set/map
Please give a small example how it works