Anonymous
you can code on c++ like c style, using the simple types like std::string , it's more simple than char *
HaiNahi
Ok
tea pm
HaiNahi
I would be asking about if ur student and I can teach u C for free
Anonymous
and please install the linux, windows is not friendly for c
Anonymous
take an examle for use the comand line compiling and link the mysql package
HaiNahi
Why in linux gcc = clang :/
Anonymous
Don't give bullshit advices please
Calm down :) I think he advised the codeforces to deal with some challenges to learn new things
olli
take an examle for use the comand line compiling and link the mysql package
mysql server uses cmake which works on Windows, Linux and MacOs.
Anonymous
Why in linux gcc = clang :/
You ask a question that has nothing to do with the truth and you think you can teach C? Very naive of you
HaiNahi
Yeah in linux clang uses the command gcc
Anonymous
Yeah in linux clang uses the command gcc
Provide Any Proof Or go away
HaiNahi
Wait I am showing proof
Anonymous
Those things has nothing to do with learning C++
Yes, but Atuls wants some tips, not just CPP/C learning resources Everything in programming is not about the language and syntax...
Anonymous
mysql server uses cmake which works on Windows, Linux and MacOs.
i give you a task, you can do this experiment both of operating systems , and make the mark, there is more simple and low amount of software using
olli
i give you a task, you can do this experiment both of operating systems , and make the mark, there is more simple and low amount of software using
the point being, your argument does not make sense. On Windows I can use Visual Studio which is one of the best IDEs out there with amazing debugging tools, so I might be even more efficient on Windows.
Anonymous
at linux u can do this inside nano without any ide
olli
at linux u can do this inside nano without any ide
what tools do you use to debug on Linux? and.. btw, I can use nano on Windows too ¯\_(ツ)_/¯
Anonymous
I'm so glad I left this garbage community Goodbye everyone
Anonymous
debug is not a block feature to make a software
olli
Debugging is crucial if you are a good software engineer.
Anonymous
i run, i use cout exit and logging
Anonymous
step by step
Pavel
i run, i use cout exit and logging
That's very primitive, you can't investigate much state with it and it's very slow. Also for runtime applications such as games, GUI applications or backend services you can be spammed with non important logs to find one case that is wrong.
Anonymous
i think the debugger is needs while it is real big application
olli
i think the debugger is needs while it is real big application
Since you mentioned mysql, do you consider it small?
Anonymous
mysql is a good storage
HaiNahi
No way to debug
ninja
in linux for debug i use gcc debugger
HaiNahi
ninja can I ask what happens in CSE in pm
Alejandro
Visual studio is one of the best IDEs for C/C++ over there
Alejandro
The debugger is unparalleled
HaiNahi
ninja is half self taught I guess, he took engineering for programming
Anonymous
Write a Visual basic program that permits a user to enter the radius of a circle and the program outputs the diameter, circumference and area in different labels. Any Help please
Alejandro
in linux for debug i use gcc debugger
Gcc is the compiler, not the debugger. Gdb is a debugger xD
HaiNahi
In CSE they teach writing faster programs in the engineering way not some special maths rather than graphics, cryptography.... some engineer told me
ninja
HaiNahi
I am too curious whats that O() notation
HaiNahi
I asked him you need maths for programming, he told no
Anonymous
programming need maths
Why? (In general)
Alejandro
HaiNahi
Alejandro
But for graphics programming you definitely need really good maths knowledge
HaiNahi
Because games are copying the physics
Alejandro
But for web developing.. well xD
HaiNahi
of real world
ninja
Why? (In general)
maths is base of computer science
ninja
But for web developing.. well xD
math is good for everone (basic maths)
ninja
like matrix,AP GP
Alejandro
math is good for everone (basic maths)
I’m talking about linear algebra, calculus and that kind of level. Basic maths is really something needed indeed
Anonymous
HaiNahi
When you need GP for a program
Alejandro
You definitely won’t need how to solve an integral for writing code
Alejandro
If you are working on a subject that touches on those concepts or area of expertise then yes, but not regular programming
HaiNahi
The engineer said they learn more about OS and assembly and make program more efficient
Anonymous
But for web developing.. well xD
> Depends on what you are coding xD :)
Alejandro
> Depends on what you are coding xD :)
The usual case for webdev is basically a business logic around a database. There are exceptions but it’s really unusual to go outside of that scope
HaiNahi
We use html and css just to save data, else no one would use it