Anonymous
Use some online resources
Anonymous
I want to learn c and c++ with starting
Dima
Do it.
Anonymous
Then what I do first
Anonymous
Anonymous
Tried searching on some search engine?
Anonymous
@anunaym14 do you have an equivalent to #cpp for C resources?
Anonymous
Anonymous
Anonymous
@anunaym14 spam
Anonymous
No problem :)
Anonymous
not sure how to ask this , but .. why just cpp is somehow specifications & implementations more than a language ?
Anonymous
thx , done
Riyaz
I want to compiler editor c and cpp programme run send me
Anonymous
What?
Anonymous
Do you want an IDE or a separate editor, complier and debugger? Also, try using a search engine for a question that simple
Dima
programmer starter kit
Dima
debugger compiler linker text editor
Dima
Anonymous
😂😂😂
Anonymous
hyp3rbor3ax
visual studio community edition
hyp3rbor3ax
or visual studio code with cpp plugin
hyp3rbor3ax
An editor can't compile c and cpp. What you want is an IDE. Or a text-editor with c/cpp extensions.
Anonymous
Can anyone suggest me a best tutorial for studying advanced C
Anonymous
Please
hyp3rbor3ax
Anonymous
Thanku thanku so mch ilya
Anonymous
AFAIK
Onur
what is the best to take variable number of ints as arguments?
Anonymous
C++ or C?
Onur
Anonymous
#include <vector>
Anonymous
Then read the documentation on vectors
Anonymous
It's just a template class
Onur
I know what vector is
Onur
I was meant something variadic arguments but more spesific
Onur
if there is something like that
Anonymous
Something more like argv and argc?
Onur
for example we can make
template<int... I>
if I am not wrong
Onur
Can we do the same for function arguments?
Anonymous
Does that syntactic sugar apply to C++? I thought that was Java?
Onur
yes this is c++
Onur
I know that works for typename in templates
Onur
I didnt try for int or bool types
Anonymous
Not sure. Didn't know that applied to C++. I'm mostly a C guy but I know some basics of the SDL
Igor🇺🇦
You can use initializer list or variadic template argument. It's much than va_list, args etc
Igor🇺🇦
http://www.cplusplus.com/reference/initializer_list/initializer_list/
Onur
Onur
Can I create another initializer_list from the part of the given initializer_list using iterators?
Anonymous
Anonymous
aaaaaaaaaaaandd
Anonymous
if you want my opinion
Anonymous
start with the book "ProgrammingGroundUp"
Igor🇺🇦
Effiom II
Please can someone add me to a Java group too. I am learning both of them
Anonymous
this is the book
Effiom II
I also need some pdf for C++
Anonymous
Assembly. x86 then x86_64 then arm32 then arm64
Onur
does new operator calls default constructor?
Onur
if so can I make it call a constructor with some arguments?
Anonymous
learnt c in school as my first programmimg already but they do not tell us how it works with html
Anonymous
Although we stopped at functions
Anonymous
Anonymous
👍
Anonymous
👍
Himanshu
any alternative for msoftcon.h
Himanshu
i am unable to use this header filr
Himanshu
file*