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
Tried searching on some search engine?
Anonymous
@anunaym14 do you have an equivalent to #cpp for C resources?
Anonymous
@anunaym14 do you have an equivalent to #cpp for C resources?
Nope, sorry. The list for #cpp is made by @OxFFFFFFFF
Anonymous
Nope, sorry. The list for #cpp is made by @OxFFFFFFFF
No problem. I'll do some digging over the next ${shortish period} and see if I can put together a resource list for C
Anonymous
@anunaym14 spam
Anonymous
@anunaym14 spam
Cleared, thanks
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
😂😂😂
Riyaz
I want to compiler editor c and cpp programme run send me
Separate editor support window OS I know turbo editor but new editor to compile c and cpp programme
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
Separate editor support window OS I know turbo editor but new editor to compile c and cpp programme
https://code.visualstudio.com https://code.visualstudio.com/docs/languages/cpp
hyp3rbor3ax
Can anyone suggest me a best tutorial for studying advanced C
I think the best way is start contributing to a c project on github/gitlab. Anyway, maybe you will like this book: http://karadev.net/uroci/filespdf/files/21st-century-c-o-reilly-ben-klemens.pdf
Anonymous
Thanku thanku so mch ilya
Anonymous
i dont understand your question tbh
clang implemenations / MS implementation => all follow the standard specifications
Anonymous
AFAIK
Onur
what is the best to take variable number of ints as arguments?
Anonymous
C++ or C?
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
Can I create another initializer_list from the part of the given initializer_list using iterators?
Anonymous
Can anyone suggest me a best tutorial for studying advanced C
no , you can't learn C and just C , start with ASM
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
start with the book "ProgrammingGroundUp"
https://download-mirror.savannah.gnu.org/releases/pgubook/ProgrammingGroundUp-1-0-booksize.pdf
Anonymous
this is the book
Effiom II
I also need some pdf for C++
Z
no , you can't learn C and just C , start with ASM
You mean i shoud start with ASM.but what do u mean by ASM.
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
Assembly. x86 then x86_64 then arm32 then arm64
in addition you might think about committing a suicide while learning , but its normal , just be sure to not do it and all will be fine
Anonymous
I also need some pdf for C++
Search for the shared files in the group
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
learnt c in school as my first programmimg already but they do not tell us how it works with html
https://stackoverflow.com/questions/3849858/any-way-to-use-html-as-an-interface-to-a-c-c-program
Anonymous
👍
Anonymous
👍
Sunil
Also, what's a good way to program C++? Just an editor, or an IDE is better?
I have been using Kdevelop and CLion on Linux and for small programs often just a file editor
Himanshu
any alternative for msoftcon.h
Himanshu
i am unable to use this header filr
Himanshu
file*