UrbanPro
true
Siddharth C++ Language trainer in Neemuch

Siddharth

C++ Pro . I talk to robots in C++. Data Structures. IT Professional Trainer

Neemuch, Neemuch, India - 458441.

Referral Discount: Get ₹ 500 off when you make a payment to start classes. Get started by Booking a Demo.

Details verified of Siddharth

Identity

Education

Know how UrbanPro verifies Tutor details

Identity is verified based on matching the details uploaded by the Tutor with government databases.

Overview

I am C++ Professional with industry experience of about 8+ years.
I am well versed with C++ Basics and advanced topics.
C++ is my bread and butter for life. I have worked on applications like Compiler to Smart TV gaming drivers. I understand the pitfall and gotcha of C++ fairly well.

Languages Spoken

English Proficient

Hindi Proficient

Education

U.P.T.U. 2010

Bachelor of Technology (B.Tech.)

Address

Neemuch, Neemuch, India - 458441

Verified Info

Phone Verified

Email Verified

Report this Profile

Is this listing inaccurate or duplicate? Any other problem?

Please tell us about the problem and we will fix it.

Please describe the problem that you see in this page.

Type the letters as shown below *

Please enter the letters as show below

Teaches

C++ Language Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in C++ Language Classes

8

Proficiency level taught

Basic C++, Advanced C++

BA Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in BA Tuition

8

Field tutored for

Computer Science

BA Computer Science Subjects

Programming Fundamentals using C++

Type of class

Regular Classes

Class strength catered to

One on one/ Private Tutions

Taught in School or College

No

BCA Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in BCA Tuition

8

BCA Subject

Programming in C++

Type of class

Regular Classes

Class strength catered to

One on one/ Private Tutions

Taught in School or College

No

Reviews

No Reviews yet!

FAQs

1. For what proficiency level do you teach ?

Basic C++ and Advanced C++

2. Which classes do you teach?

I teach BA Tuition, BCA Tuition and C++ Language Classes.

3. Do you provide a demo class?

Yes, I provide a free demo class.

4. How many years of experience do you have?

I have been teaching for 8 years.

Lessons (1)

Definite book guides for C++

This post attempts to collect the few pearls among the dozens of bad C++ books. Unlike many other programming languages, which are often picked up on the go from tutorials found on the internet, only...

22/09/2018
0 0
0

Answers by Siddharth (5)

Answered on 16/12/2018 Learn IT Courses/Programming Languages/C Language +3 Tuition/BCA Tuition/C Language Programming IT Courses/Programming Languages/C++ Language/Advanced C++ IT Courses/Programming Languages/C++ Language/Basic C++

Well, I can tell you the general difference between methods and functions. methods are functions which works on a particular set of data items, like those written inside a class. Class functions are known as methods because they work on a set of data members. While general functions are not bound... ...more

Well, I can tell you the general difference between methods and functions. 

methods are functions which works on a particular set of data items, like those written inside a class.

Class functions are known as methods because they work on a set of data members. 

While general functions are not bound with any specific data set, they can work on whatever data you provide to them as input.

Answers 2 Comments
Dislike Bookmark

Answered on 16/12/2018 Learn IT Courses/Programming Languages/C Language +3 Tuition/BCA Tuition/C Language Programming IT Courses/Programming Languages/C++ Language/Advanced C++ IT Courses/Programming Languages/C++ Language/Basic C++

Well, you have already answered your question. Since you know n<<1 is already an optimized version of n*2. So basically if you use this in your code, there wont be any further conversion from n*2 to n<<1. And yes, Compiler may do such optimization but if you already using it in your code... ...more

Well, you have already answered your question.

Since you know n<<1 is already an optimized version of n*2. So basically if you use this in your code, there wont be any further conversion from n*2 to n<<1. And yes, Compiler may do such optimization but if you already using it in your code before hand, your program will run faster.

Answers 2 Comments
Dislike Bookmark

Answered on 09/10/2018 Learn Tuition/BCA Tuition/Visual Programing

Here is the thing, being perfect in C++ is a very vague statement. If you know nothing about it, it's gonna take a while because even the experienced programmer doesn't get C++ that much perfectly. So you need to ask yourself first, how much you wanna cover up in C++ . What is your long term goal about... ...more

Here is the thing, being perfect in C++ is a very vague statement. If you know nothing about it, it's gonna take a while because even the experienced programmer doesn't get C++ that much perfectly.

So you need to ask yourself first, how much you wanna cover up in C++ . What is your long term goal about learning C++? Are you like someone who want to just learn it just so that you are good enough to write code. Or you wanna be someone who knows all the pit fall of language.

Once you get all your answers straight, there is blog entry posted by me which will tell you about best books to follow in order to start correctly.

Hope this help. Feel free to ask anything about C++. 

 

Answers 4 Comments
Dislike Bookmark

Answered on 22/09/2018 Learn Tuition/BCA Tuition +2 Tuition/BCA Tuition/IT Tuition/BCA Tuition/Mathematics

Strictly speaking 'No'. Just doing BCA won't make your resume good enough to get the notice of Google. The only way it is possible with BCA degree is if you are master of problem-solving and algorithm design and you have cleared some Top level Online Coding test like Google Summer Coding Challenge... ...more

Strictly speaking 'No'. Just doing BCA won't make your resume good enough to get the notice of Google.

The only way it is possible with BCA degree is if you are master of problem-solving and algorithm design and you have cleared some Top level Online Coding test like Google Summer Coding  Challenge etc.

Answers 3 Comments
Dislike Bookmark

Teaches

C++ Language Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in C++ Language Classes

8

Proficiency level taught

Basic C++, Advanced C++

BA Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in BA Tuition

8

Field tutored for

Computer Science

BA Computer Science Subjects

Programming Fundamentals using C++

Type of class

Regular Classes

Class strength catered to

One on one/ Private Tutions

Taught in School or College

No

BCA Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in BCA Tuition

8

BCA Subject

Programming in C++

Type of class

Regular Classes

Class strength catered to

One on one/ Private Tutions

Taught in School or College

No

No Reviews yet!

Answers by Siddharth (5)

Answered on 16/12/2018 Learn IT Courses/Programming Languages/C Language +3 Tuition/BCA Tuition/C Language Programming IT Courses/Programming Languages/C++ Language/Advanced C++ IT Courses/Programming Languages/C++ Language/Basic C++

Well, I can tell you the general difference between methods and functions. methods are functions which works on a particular set of data items, like those written inside a class. Class functions are known as methods because they work on a set of data members. While general functions are not bound... ...more

Well, I can tell you the general difference between methods and functions. 

methods are functions which works on a particular set of data items, like those written inside a class.

Class functions are known as methods because they work on a set of data members. 

While general functions are not bound with any specific data set, they can work on whatever data you provide to them as input.

Answers 2 Comments
Dislike Bookmark

Answered on 16/12/2018 Learn IT Courses/Programming Languages/C Language +3 Tuition/BCA Tuition/C Language Programming IT Courses/Programming Languages/C++ Language/Advanced C++ IT Courses/Programming Languages/C++ Language/Basic C++

Well, you have already answered your question. Since you know n<<1 is already an optimized version of n*2. So basically if you use this in your code, there wont be any further conversion from n*2 to n<<1. And yes, Compiler may do such optimization but if you already using it in your code... ...more

Well, you have already answered your question.

Since you know n<<1 is already an optimized version of n*2. So basically if you use this in your code, there wont be any further conversion from n*2 to n<<1. And yes, Compiler may do such optimization but if you already using it in your code before hand, your program will run faster.

Answers 2 Comments
Dislike Bookmark

Answered on 09/10/2018 Learn Tuition/BCA Tuition/Visual Programing

Here is the thing, being perfect in C++ is a very vague statement. If you know nothing about it, it's gonna take a while because even the experienced programmer doesn't get C++ that much perfectly. So you need to ask yourself first, how much you wanna cover up in C++ . What is your long term goal about... ...more

Here is the thing, being perfect in C++ is a very vague statement. If you know nothing about it, it's gonna take a while because even the experienced programmer doesn't get C++ that much perfectly.

So you need to ask yourself first, how much you wanna cover up in C++ . What is your long term goal about learning C++? Are you like someone who want to just learn it just so that you are good enough to write code. Or you wanna be someone who knows all the pit fall of language.

Once you get all your answers straight, there is blog entry posted by me which will tell you about best books to follow in order to start correctly.

Hope this help. Feel free to ask anything about C++. 

 

Answers 4 Comments
Dislike Bookmark

Answered on 22/09/2018 Learn Tuition/BCA Tuition +2 Tuition/BCA Tuition/IT Tuition/BCA Tuition/Mathematics

Strictly speaking 'No'. Just doing BCA won't make your resume good enough to get the notice of Google. The only way it is possible with BCA degree is if you are master of problem-solving and algorithm design and you have cleared some Top level Online Coding test like Google Summer Coding Challenge... ...more

Strictly speaking 'No'. Just doing BCA won't make your resume good enough to get the notice of Google.

The only way it is possible with BCA degree is if you are master of problem-solving and algorithm design and you have cleared some Top level Online Coding test like Google Summer Coding  Challenge etc.

Answers 3 Comments
Dislike Bookmark

Lessons (1)

Definite book guides for C++

This post attempts to collect the few pearls among the dozens of bad C++ books. Unlike many other programming languages, which are often picked up on the go from tutorials found on the internet, only...

22/09/2018
0 0
0

Siddharth describes himself as C++ Pro . I talk to robots in C++. Data Structures. IT Professional Trainer. He conducts classes in BA Tuition, BCA Tuition and C++ Language. Siddharth is located in Neemuch, Neemuch. Siddharth takes at students Home and Regular Classes- at his Home. He has 8 years of teaching experience . Siddharth has completed Bachelor of Technology (B.Tech.) from U.P.T.U. in 2010. HeĀ is well versed in English and Hindi.

X

Share this Profile

Recommended Profiles

Rakesh Wadibhasme

Rakesh Wadibhasme photo Marathahalli, Bangalore

Sunil

Sunil photo Dooravaninagar, Bangalore

Aravinthan

Aravinthan photo Sholinganallur Anandam Nagar, Chennai

Saurav Suman

Saurav Suman photo Ashok Nagar, Patna Sadar

Yadip Adlakha

Yadip Adlakha photo Electronic City, Bangalore

Vishal Vaza

Vishal Vaza photo Nikol, Ahmedabad

Reply to 's review

Enter your reply*

1500/1500

Please enter your reply

Your reply should contain a minimum of 10 characters

Your reply has been successfully submitted.

Certified

The Certified badge indicates that the Tutor has received good amount of positive feedback from Students.

Different batches available for this Course

This website uses cookies

We use cookies to improve user experience. Choose what cookies you allow us to use. You can read more about our Cookie Policy in our Privacy Policy

Accept All
Decline All

UrbanPro.com is India's largest network of most trusted tutors and institutes. Over 55 lakh students rely on UrbanPro.com, to fulfill their learning requirements across 1,000+ categories. Using UrbanPro.com, parents, and students can compare multiple Tutors and Institutes and choose the one that best suits their requirements. More than 7.5 lakh verified Tutors and Institutes are helping millions of students every day and growing their tutoring business on UrbanPro.com. Whether you are looking for a tutor to learn mathematics, a German language trainer to brush up your German language skills or an institute to upgrade your IT skills, we have got the best selection of Tutors and Training Institutes for you. Read more