Kelvin
Why is it so
That book is good for passing exams but not for learning real programming
Kelvin
Here are some free C books, https://github.com/EbookFoundation/free-programming-books/blob/master/free-programming-books.md#c
Kelvin
What about 3rd edition of this book ..?
I see only 2nd edition. Where did you see 3rd edition?
Ati
Google
Kelvin
Check the authors of the book, it should be by Brian W. Kernighan & Dennis M. Ritchie
Nomid Íkorni-Sciurus
Guys I rebuilt an executable with the new sources, reloaded gdb with the new binary but gdb keeps telling me "the sources are more recent" Any hints ?
Kelvin
Google
I guess, you're talking about C++ book
Ибраги́м
I also have list and node
I thought as much
Ибраги́м
They're needed for a successful compilation
Ati
I guess, you're talking about C++ book
Okay ..lemme check ... May be ..!!
Ati
Okay ..my bad...it was from some other author..!! Sry for that.😊
Kelvin
Its ok. :)
Kelvin
Parth
Send me c language book publishers ATUL PRAKASHAN...
Ибраги́м
I also have list and node
Can u post those too?
Anonymous
Need a help a little help! graphics.h isn't working at terminal.! What should I do?
Igor🇺🇦
Does anyone have any experience with using "clazy" static analysis tool for Qt? https://github.com/KDE/clazy. Is there a way to create some sort of html report similar to scan-build?
Anonymous
Hi group
Anonymous
could I learn java also in this group???
Anonymous
thank you
Anonymous
Hi! Thanks for make this amazing community. I'd like to ask something, do you ever get the feeling that you don't know the things you are supposed to know? It happens to me right now, I'm currently studying at university and it feels weird... Sometimes I want to give up with this career. Sorry if this question isn't supposed to be here 😅
Anonymous
Hi! Thanks for make this amazing community. I'd like to ask something, do you ever get the feeling that you don't know the things you are supposed to know? It happens to me right now, I'm currently studying at university and it feels weird... Sometimes I want to give up with this career. Sorry if this question isn't supposed to be here 😅
One of my professors told us that once we are done with our studies and find a job, we won't develop for a long time. 2-3 years of developing and then you most likely are going to be a project manager. So basically it depends on what you want to do, if you want to develop for a long time then go and find an apprenticeship, but if you want to end up as a project manager as soon as possible then stay at your university.
Anonymous
Thanks for your answer, it helps a lot!
Anonymous
Okkk
IntelNO
IntelNO
IntelNO
why did it happen?
IntelNO
IntelNO
hi everyone
IntelNO
what's wrong with it?
IntelNO
x2h1z
I am an Android developer, now I need to use Native technology to enrich my skills, so can I recommend to see those books, c/c++
Vivek Pipaliya
What is Use C and c++ in developing of anything
Anonymous
Any good suggestion for newbies?
Kelvin
Hi! Thanks for make this amazing community. I'd like to ask something, do you ever get the feeling that you don't know the things you are supposed to know? It happens to me right now, I'm currently studying at university and it feels weird... Sometimes I want to give up with this career. Sorry if this question isn't supposed to be here 😅
Welcome to adulthood. Things related to development, especially programming is like that. And its normal. The more you read & practice programming, you get more confidence. Even after tons of deliberate practice, you feel like giving up, then study MBA & settle.
Kelvin
What is Use C and c++ in developing of anything
https://softwareengineering.stackexchange.com/questions/61248/what-is-the-role-of-c-today
Kelvin
Any good suggestion for newbies?
What Suggestion? Books? Projects?
Anonymous
Dunno, you guys are the experts
Kelvin
I am an Android developer, now I need to use Native technology to enrich my skills, so can I recommend to see those books, c/c++
https://github.com/EbookFoundation/free-programming-books/blob/master/free-programming-books.md
Anonymous
Please send a book in pdf for computer programming or basics
Kelvin
Please send a book in pdf for computer programming or basics
https://github.com/EbookFoundation/free-programming-books/blob/master/free-programming-books.md
Kelvin
Dunno, you guys are the experts
Dude, seriously, you just don't go to a hotel & tell the waiter to just bring food. You tell what you want.
Anonymous
/ban
Marie down
Anonymous
Or rather most of the bots
Anonymous
Telegram Server's EU Cluster overheated
Anonymous
I don't even think you know enough to give direction or you would have already or not even be active here lmao
Kelvin
Go right and then take left, then left again, then right, left, right, right, right, left
Kelvin
you would've arrived at your destination
Anonymous
Any one send me fundamental basics for computer
Anonymous
Book
Kelvin
Or rather most of the bots
oh nooooo. Marie ❤️
Vivek Pipaliya
I itself is i am Lurning C And c++ all programming language Base For C and C ++
Anonymous
ISO C++ Official Homepage: - https://isocpp.org ISO C++ committee - https://isocpp.org/std/the-committee FAQs - http://www.stroustrup.com/bs_faq.html (I actually read this all) - http://www.stroustrup.com/bs_faq2.html - https://isocpp.org/faq - http://www.stroustrup.com/C++11FAQ.html Reddit (reddit.com) - http://reddit.com/r/cpp - http://reddit.com/r/cpp_questions (U can also ask questions here) Slack: - https://cpplang.now.sh/ Cpp Reference - http://en.cppreference.com/w/ Books (Books are the best way to learn in cpp): - https://stackoverflow.com/questions/388242/the-definitive-c-book-guide-and-list Online Tutorial: - http://learncpp.com - https://fbb-git.github.io/cppannotations/cppannotations/html/index.html Modern Cpp Features (C++11+): - https://github.com/AnthonyCalandra/modern-cpp-features C++17 - http://www.bfilipek.com/2017/01/cpp17features.html - https://jfbastien.github.io Youtube: - https://www.youtube.com/user/lefticus1/videos - https://www.youtube.com/channel/UCQ-W1KE9EYfdxhL6S4twUNw - https://www.youtube.com/channel/UCEOGtxYTB6vo6MQ-WQ9W_nQ Conferences: - CppCon: https://cppcon.org/ - BoostCon: https://www.youtube.com/user/BoostCon - Meeting Cpp: http://meetingcpp.com/ Blogs: - https://akrzemi1.wordpress.com/ - http://ericniebler.com - http://foonathan.net/ - https://herbsutter.com/category/c/ —---- Specific Topics (No particular order) —---- Concurrency & Parallelism: - http://www.bogotobogo.com/cplusplus/multithreaded.php - http://thispointer.com/c-11-multithreading-part-1-three-different-ways-to-create-threads/ Networking: - ASIO:Asio is a cross-platform C++ library for network and low-level I/O programming that provides developers with a consistent asynchronous model using a modern C++ approach. - http://think-async.com/ - https://github.com/chriskohlhoff/asio/ - http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3388.pdf: gives a brief, high-level introduction to how Asio may be used in conjunction with C++11. - - Evpp: https://github.com/Qihoo360/evpp - Moduo: https://github.com/chenshuo/muduo - Seastar: For real heavy lifting: https://github.com/scylladb/seastar - CppCMS — C++ Web Framework - http://cppcms.com Docs - http://cppcms.com/wikipp/en/page/cppcms_1x - Reference documentation: http://cppcms.com/cppcms_ref/latest/
Tyu this and some posts near that
Anonymous
General computers?
Yupp fundamental basics
Anonymous
Images aren't loading ..
Vivek Pipaliya
What is Use C++ of console any author use
Vivek Pipaliya
I remember Realy Base of programming in c and C++
Kelvin
Book
https://www.amazon.in/Introduction-Computers-CD-Operating-Powerpoint/dp/9381588538
Vivek Pipaliya
C++ is Console base ? Yes
Anonymous
https://softwareengineering.stackexchange.com/questions/61248/what-is-the-role-of-c-today
Ariana
why did it happen?
as in the chinese characters?
Ariana
It's probably just your compiler being in chinese
Ariana
It's basically 'Press any key to continue' but chinese
IntelNO
Cyb3rbash ⚡️
hi
Kelvin
Marie is back. ❤️
Māris
Hello
inchidi
ew rude bot