Kedar Mhaswade

- Total activity 220
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 81
-
Kedar Mhaswade created a post, AnsweredIf I were to create several C++ executables and main functions ...
I am currently following Stroustrup's A Tour of C++ and experimenting with CLion.I typically create a main function, required additional functions and call them from the main function. This setup i... -
-
Kedar Mhaswade created a post, AnsweredRun Window Caret/Cursor Positioning
I have observed this on CLion 2023.1.4 Build #CL-231.9161.40, built on June 20, 2023. I have Windows 10 Home, 22H2.Imagine that I have a program that outputs statements to stdout and reads from std... -
-
Kedar Mhaswade created a post, AnsweredWindows installation of IDEA 2021.1.2
I have been using IDEA for a few years now. I recently installed it on Windows 10 for the first time. I observed two things that are somewhat odd/strange. Can you please shed detailed light on them... -
-
-
-
-
Kedar Mhaswade created a post, Best-case effort with type resolution
This is a rather long post, but bear with me. Consider the following code: // The LimitReader function in the io package accepts an io.Reader r and a number of bytes n,// and returns another Reader...