Nyuke
Can i create a new logo for this group?
Anonymous
You can do whatever you want
Nyuke
:D
Nyuke
Will post them right here ..
Nyuke
:D
BEK
Hello. I am from Uzbekistan. how can use c++ class method as c callback function
Etaoin
if it is a static function then use ClassName::FunctionName
M A Y A N K
Can anyone suggest me a similar group for Java?
Anonymous
Welcome to C/C++!
Anonymous
even for phython pls
search - python . you'll find the group
Anonymous
Welcome to C/C++!
Anonymous
Welcome to C/C++!
Anonymous
https://www.reddit.com/r/programming/comments/869iiq/heaps_and_priority_queues_in_c_part_3_queues_and/
Anonymous
Welcome to C/C++!
Anonymous
Welcome Kalp
Kalp
Welcome Kalp
Thanks @Faizan00
Anonymous
Welcome to C/C++!
Anonymous
Welcome to C/C++!
Pieas
hey any idea how to error handle in c ?
Pieas
like i want an integer but user entered string
Anonymous
Guys anyone know how to download any book(CSE)
Nyuke
Which book you want?
Anonymous
Frnds I want to know some gate channels pls say me
Anonymous
Welcome to C/C++!
Anonymous
like i want an integer but user entered string
using scanf() ? Try checking like this if (scanf("%d", &int_num)) { //your code here ; } else { //handle the error; } . though this will fail in some cases. i haven't tested it yet
Pieas
:)
Thanks man .. It worked as expected ;)
Anonymous
Thanks man .. It worked as expected ;)
try inputting 2somestring .. it will fail 😅
Anonymous
it will read the initial integer part
Pieas
Lol
Pieas
Anonymous
lol. can you think of a workaround?
Anonymous
scanf_s = "ok"
not in gcc
Isc
not in gcc
"ok" != ok.
Anonymous
Welcome to C/C++!
Niko
Can some one please let me know the real life application that use c and c++ even now
Niko
I am writing an article
Niko
Hence need the info
Niko
If it's in detail it would help a lot
Niko
More technical the better
Oluwaseyi
How do I learn c ++ from the beginning?
Anonymous
Can some one please let me know the real life application that use c and c++ even now
some of the softwares written in C and C++ are - »> Adobe Photoshop and Image Ready, Illustrator, Adobe Premier , Google file system and Google Chromium browser, MapReduce , Mozilla Firefox and Thunderbird , MySQL( All major RDMS are developed in c++ ) , Maya autodesk, Winamp media player, Windows OS, MS office, Visual Studio, IE explorer, Unix and it's variants , java run time environment. Git, Bittorrent client, mongoDB, nodeJS , python and Ruby , Apache and Nginx, MS IIS servers, VLC , Google Earth.
Anonymous
damn i can't write more
Anonymous
lol
Anonymous
How do I learn c ++ from the beginning?
install a c++ compiler, choose a text editor or some good IDE, pick a good book. And start Coding
Niko
For a student who leanr the concepts
Niko
Like classes and objects and so on
Nyuke
Weird
Anonymous
But how exactly can you explain a little more in detail.
research on the codebase of each of these apps
Niko
How can one truly understand how a Language with which they at max will do some pattern programs
Niko
Be used to create some of the best selling apps
Anonymous
Isn't it locked
there you go http://www.lextrait.com/Vincent/implementations.html
Niko
there you go http://www.lextrait.com/Vincent/implementations.html
I did not see the actual code but this was a very useful resource
Niko
Thank you
Anonymous
Welcome to C/C++!
Anonymous
Thank you
Anonymous
Weird
this is what the Creator of C++ has to say
Anonymous
Niko
Is there any open source app that used c/c++ whose code I can look at?
Niko
Thank you :)
Anonymous
Thank you :)
One more 😅 https://github.com/bitcoin/bitcoin
Niko
Awesome
Anonymous
Welcome to C/C++!
Anonymous
This is really good :)
openCV is also written in C++. search in github
Niko
Going through the code I find the c++ taught in books and the code used there are different Although I understand the underlying principles are same . How can one learn that portion of c++
Niko
Can someone help me.