John
When using struct keyword on function parameter: when do I write the struct keyword? #C
BinaryByter
Use structs for classes that consist of data only
klimi
Maxi
klimi
Pm
BinaryByter
Or what do you mean?
John
C question
olli
When using struct keyword on function parameter: when do I write the struct keyword? #C
In C: When you want to pass a structure, or a pointer to the structure you need to write the struct keyword. The "name" of your structure does not represent a type.
If you want to omit the struct keyword you need to define your structure as a type
struct foo {};
typedef struct foo foo_t:
void bar(struct foo*f) {}
void qaz(foo_t* f) {}
BinaryByter
John
Julian
Are you 12 years old?
Emme
I'm very sorry
Julian
Alrighty. Feeling good being such a badass?
Emme
My friend take my phone
Emme
I'm sorry
Luis Fdo
Luis Fdo
Linked list
klimi
https://www.spoj.com/problems/PRIME1
Anonymous
Hello
Py
holla
Anonymous
Hello
Ибраги́м
https://www.youtube.com/watch?v=ixGiE4-1GA8
Ибраги́м
https://www.youtube.com/watch?v=44rs_hX1dxE
Anonymous
can i find job for c++ .?
Mat
Anonymous
i have good experience
Dima
lol if you really have good experience you wouldn’t ask such question
Mat
Mat
I'll not offer you one, however
Anonymous
Anonymous
becouse i'm from palestine , there is no jobs for c++ in my country
Mat
Mat
Or start working on some online project
Anonymous
Anonymous
Anonymous
and laravel
Dima
Anonymous
this is my resume you can depend on me
Anonymous
Dima
“Certified” does not mean anything to recruiters
Dima
I recommend you to align text more friendly and read resume conventions (like don’t use me, I, whatever..)
Anonymous
Anonymous
i'm search about an intership
Anonymous
best editor for c++?
Anonymous
which should be fast in compiling and also contains code completion
olli
It seems you rather want to have an IDE than an Editor. An Editor does not compile your code, a compiler does.
IDEs you can try: Visual Studio, Eclipse, QTCreator, Anjuta, KDevelop, Netbeans, CLion (not free)
Editors: Visual Studio Code, Vim, Emacs
(there are many more)
Any of them can offer you semantic code completion
Dima
Xcode rules
Сергей
Anonymous
olli
But to be honest, I don't think the speed difference in compilation will matter to you.
Anonymous
Good day, everyone!
I want your advice about myself 🤔
My aim from learning C and C++, is to get ready for full-stack web developer jobs.
Should I directly start learning Web development languages or I should continue learning C and C++ in order to understand concept of structured programming and Object-Oriented-Programming?
Anonymous
start learn CSS php and js
Anonymous
C and C++ more to know the system
Anonymous
start learn CSS php and js
so learning C and C++ doesn't help for understanding Structured and Object-Oriented-Object programming?
Dima
for sure it helps
Anonymous
help but it different
Anonymous
so you need to start from the beginning again
Anonymous
C and C++ more to system
Anonymous
not for web
Dima
If you’ll learn c/c++ now it will take you some years but later any language you’ll want to know will be super easy to learn
Anonymous
🤔 I am confused. please explain more.
I am about to finish C programming. I am currently learning files I/O in C.
Anonymous
unless you wanna be a backend for web system
Anonymous
Anonymous
So I should start from HTML and XHTML and CSS?
Dima
no, php at least
Dima
or c#
Anonymous
or c#
I think Java and JavaScript are very different.
Talula
Java is great actually but C# and Java isn't much different... I would say Java is used more as JavaScript, Java itself, NodeJS is all Java.
Dima
yes
Talula
Not very... but yeah there is little difference.
Dima
java is good too, but if you want even more easier start you can go with js
Dima
but js is just meh
Talula
Js is not meh... JS = NodeJS... which is not Meh in least sense
Ибраги́м
Dima
javascript is a terrible thing
Dima
the whole thing