Message from C, C++ discussions
December 2019
— The count is always zero
7 Advanced C++ Concepts You Should Know
https://www.linkedin.com/pulse/7-advanced-c-concepts-you-should-know-vishal-chovatiya
— Hey for go to this group
t.me/c_cpp_india
— Hello, I'm finishing my app and I want to implement a function "Open With" like, for open a file with a special app... have someone a tutorial for me? my google researches are focused on windows but I use Linux... and I work with Qt but if you have some tips, libraries or other, I'm taker
— Oke..
— Hello
— Hi
— Hi
— What statement can i use to make a program that tell the number of digits of entered integer ? Help me guys
— It is not one statement, it is a routine of several statements.
— U can use while loop and division on 10.
— Or u can use simple strlen(str), but u can't make mistakes when entering numbers and should typing only digit chars.