Lorenzo
already made something similar in java here: www.github.com/upperlevel/openverse
Roxifλsz 🇱🇹
I'm making a turn based strategy game
Roxifλsz 🇱🇹
It isn't very much right now though
Roxifλsz 🇱🇹
Just started recently
Lorenzo
me too :/
Roxifλsz 🇱🇹
Very nice yo
Roxifλsz 🇱🇹
Also looks like you have multiple people working on it?
Anonymous
i made a unique_ptr<void> _window
Forward-declare type and use raw (or shared) pointer, sadly unique_ptr requires complete type in declaration so you can't use it.
Lorenzo
yeah i got it after
Anonymous
yeah i got it after
How much time does it take to learn and reach the level you are in now ?
Anonymous
If i start from scratch
Anonymous
Anonymous
Forward-declare type and use raw (or shared) pointer, sadly unique_ptr requires complete type in declaration so you can't use it.
Also note, if you want to copy your type: Default copy-constructor will copy pointer, not underlying object.
Anonymous
But I don't think you want to copy windows...
Lorenzo
But I don't think you want to copy windows...
absolutely not just copy pointers
Alignant
Scratch? Isn't it too much third party? :D
Anonymous
ForHow long have u been learning this programming Language ?
Anonymous
I know but
Anonymous
How much time is required to learn this language decently ?
Lorenzo
ForHow long have u been learning this programming Language ?
don't know i just started several months ago then stopped after few weeks and i've just restarted learning it now
Anonymous
Waw
Lorenzo
but however i developed with c lang at school
Lorenzo
and i developed for years and years in java
Anonymous
Kinda impressed !
Lorenzo
that's not been so difficult to pass to c++
Lorenzo
a part from syntax issues
Lorenzo
and links errors ç___ç
Anonymous
I have been using the book called How to program in c by deitel
Anonymous
How effective is this book ?
Anonymous
Have any ideas ?
Anonymous
Lorenzo
no any idea
Lorenzo
i just develop in c++ as i develop in java
Lorenzo
and i learned java from youtube videos and with years of practice
Lorenzo
and stackoverflow
Lorenzo
and shit on google
Anonymous
Do you know how to program in Java ?
Lorenzo
yes
Anonymous
What do you think ?
Anonymous
Should i learn c or java first ?
Anonymous
Which one is easier for a beginner
h4child
Anonymous
To grasp the general nature of programming
Lorenzo
and you'll probably have more fun with java
Lorenzo
since you can do many things without much code
Anonymous
Yeah then I will go for Java as my initial programming language
Lorenzo
nice idea
Alignant
Do not start coding in C++, it's addictive
Anonymous
2048 Game Project In C https://youtu.be/_ax9WK2CIJA
Anonymous
hello world
Anonymous
today is new year eve
Anonymous
what will you do today ?
Anonymous
Happy new year
Anonymous
Anonymous
wow .... more people joining in group
Mat
Should i learn c or java first ?
I think C, it let you use less complicated structures
Mat
After you have anderstood basics, you can apply them to Java plus learn oop
Bkrymwana
Am a complete beginner ....I don't know any programming language but I want to start .....its one of my new year resolution ...please where can I begin
Mat
Better a generic programming research: what a programme is, the difference beetween what you programme and what you see, differences beetween OOP (Object Oriented Programming) and not-OOP languages
Mat
Then start with basics of C like variables, conditional and loop statements, functions and so on. Differences beetween source code and binaries...
Артём
Which language is better to learn for beginning: C or C++? As I understood, it's C. Then when should I stop and change it to C++?
Mat
What a compiler is, differences between functional, imperative, oop programming... I think that's a good beginning @Jacko78
Mat
Am a complete beginner ....I don't know any programming language but I want to start .....its one of my new year resolution ...please where can I begin
Most important thing: How you should organize and how to create good and readable code. And how to create programmes, how to analyze problems to be able to apply the right solution
harry
Which language is better to learn for beginning: C or C++? As I understood, it's C. Then when should I stop and change it to C++?
c is a subset of c++, so you will be starting with all the c language elements either way
Daniele°
C isn't subset of C++
Daniele°
C and C++ are two different languages with the same letter, C
Bkrymwana
What I want is a direction where I can learn this programming language online
Anonymous
Cappy new year
Anonymous
Артём
So could you tell me as experienced programmers, what are advantages over each other and what are shortcomings between C and C++?
harry
thanks
Daniele°
C is not a subset
Daniele°
C is very different to C++