BinaryByter
Like how to get keyboard input
engine does that for you
klimi
555 what game do you want to make?
klimi
:)
BinaryByter
xD
FBI
about
klimi
Like for VR?
FBI
like sims but not the same)
BinaryByter
for sims, expect for work for a few years
FBI
Like for VR?
yea for VR
klimi
yea for VR
Good luck, this is out of my competence
klimi
Far far away
FBI
for sims, expect for work for a few years
with c++ can I make games for mobile phones or smth?
BinaryByter
you can
BinaryByter
but it will require some hackery
FBI
you can
realllly good
klimi
I thought vr
klimi
And it's online simulation
BinaryByter
realllly good
i'd advise you to use unreal engine if you want to make it mobile
klimi
I don't know if it's ... Right
BinaryByter
you can still use unreal
klimi
But check out unity3d
klimi
It's not c++
BinaryByter
unity3d is C#
BinaryByter
but C# and C++ are very similar
klimi
But... It's powerful in making just games
FBI
you can still use unreal
ok I'll climb it to my boat
klimi
It's good for prototyping etc
FBI
so you guys where are you from hah?
klimi
Europe
FBI
anybody from italy?
FBI
Europe
it make no sense)
FBI
from which country I mean)
klimi
I kniw
klimi
Know
klimi
I can't answer
BinaryByter
klimi
why?
It's his stuff
klimi
And I ain't telling ya my info
FBI
yea of course ) I'm a hacker)
FBI
print("Idn what does it means")
klimi
Shell
FBI
Python
klimi
Bash
Mykyta
but C# and C++ are very similar
Oh, really? Do you really think that C# and C++ are very similar? As you know, C++ always for system programming and, maybe desktop apps, but C# often used for business programms, such as parser or different other statistic and analytical programms
Mykyta
Or what did you want to say? Maybe you mean game dev?
BinaryByter
i use C# for frontend
BinaryByter
and i compile against a c++ backend
BinaryByter
but you didnt refute my claim of c++ and c# being similar
Mykyta
I think, C# is more similar with Java than C++
Aero
C# is more "what java should have been from the beginning and is only now starting to become"
Mykyta
i use C# for frontend
Where do you use C# in frontend? Can you tell me, or send some information about it. I would like to know how can I use C# in frontend.
BinaryByter
or isnt the graphics lib part of C#?
Anonymous
hello guys i have this code
Anonymous
#include <stdio.h> int main(void){ int r = 21483647; printf("%p",r); }
Anonymous
what is the output?
BinaryByter
what is the p modifier?
Anonymous
i dont know
BinaryByter
ask google :D
Anonymous
ok i Google and i knew it will input the pointer of variable
Anonymous
sorry
Anonymous
output
BinaryByter
so now you know what your code will output
Anonymous
it output strangely 0*147d07f
Anonymous
what is that numbers
BinaryByter
welcome to the worl of pointers
Anonymous
i know 146d07f is a hex number
Anonymous
but what 0*. is
BinaryByter
its the position in your ram where r is stored
BinaryByter
but what 0*. is
0x indicates that a number is hex