Anonymous
Ok thanks
A
Hi guys, can I know for QT and QML which course is good in Udemy ??
Ибраги́м
https://www.reddit.com/r/cpp/comments/g60fp9/c2100_main_for_fun/
Shamon_sha
Hi all.. i am working with a usb datalogger with pic24f controller. I have done with it almost, but need to add internal rtcc to print date and time. Can anyone help me to do it. I tried, but interrupt is not getting. If anyone have experience with RTCC, please let me know
Anonymous
Can anyone suggest the where should I learn complexity class
Raghuram
Im a student I want to learn Recursion and DP ....how should I start and ahead (from where..asny resources..) any suggestions..?
Ankit
hello
Ankit
guys
Ankit
this is long massage
Ankit
when am i free. i read it
Dima
if someone would care unless you break them:)
Ankit
hey can you tell me what is github
Ankit
what is github use ¿
Dima
what is github use ¿
/warn you should read the rules
Dima
I told you so
Ankit
okok
Ankit
sorry
Ankit
/warn
Anonymous
Where can I find practice questions for object oriented programming for c++
Code wars, it gives u a problem if u cant solve it it, ll give u the solution too i mostly learned it from there,(the logical part)
Anonymous
/warn
Anonymous
Okay
Anonymous
Blue text? 😂
Anonymous
I read that things.
frakw
how to solve this problem?
frakw
frakw
frakw
Diego
Dima
bruh that font
Diego
remote embedded software developer position
Огни
has anyone used UPnP?
Огни
this is my friend.
Artöm
Times new roman monospace?
Artöm
You have to give function and variable definitions in .cpp, not in header
Epem
Can anyone guide for Finite Volume Numerical method
Epem
Using C I have some doubts
Epem
Coz I am having float point exception
Epem
In error, cant figure our the reason
Epem
It is a part of computational Fluid dynamics
Kanahaiya
Hello Can someone explain me why we use "using namespace std"?
Kanahaiya
But when we include header file #include<iostream.h> Even then we can use cout
Priyanga
Hi everyone. I would like to know how to use wget command with --post-file option Could someone please explain it
Artöm
using namespace is used (or even assumed) in small code samples. Generally its a bad practice
Sher
Hi, I have a doubt, how do you convert digit of string type to int type, for eg., char d[5] = "12345" to equivalent int f = 12345 ?
Anonymous
Search for atoi function
Sher
It's so googleable question...
I did, but they used c++11
Sher
without using c++11
Anonymous
There's plenty of examples without C++11
Anonymous
But you'd better use C++11
Anonymous
Or C++17
Sher
I haven't upgraded myself to c++11, yet. Do I have to learn c++11 in ordee to lear c++17 ?
Sher
*order
Anonymous
Probably even before the first C++ standard itself
Ankit
what is use of c++11
Sher
Thanks will look into it, does "atoi" is under which header file?
V
Solution please
Pavel
C++17 is based on C++14 which is based on C++11 So yes
Well, I disagree. Anyone can start learning from C++17. It would be even better
Anonymous
Solution please
/ban fuck off please
Anonymous
Well, I disagree. Anyone can start learning from C++17. It would be even better
I think in C++17 books mostly covered features are C++17 features If person have no idea probably he/she needs to learn C++11 features too
Sher
found it. atoi is under stdlib.h header file
Pavel
I think in C++17 books mostly covered features are C++17 features If person have no idea probably he/she needs to learn C++11 features too
That's true, but it's better to install the latest compiler and use the latest solutions (from Google/SO, you know 😄)
Sher
Yeah
Sher
apt install clang
what about mingw?
Anonymous
what about mingw?
It doesn't support C++17
Anonymous
Use MSVC or clang
Anonymous
It mostly does
It's still bad