Where can I practice project development using C++? I am intermediate in C/C++ but don't have any idea what to do now.

Asked by Last Modified  

Follow 4
Answer

Please enter your answer

Oracle, Hindi, C++, C, MS Office, VBScript,JavaScript,Spoken English etc with 32 years of experience

First of all, increase your basic theoretical background in whatever you do not yet know. Study the theory and write a few short examples. Example basic theoretical background includes: Algorithms and Datastructures Software design (UML, design patterns, OOP) Operating Systems and Parallel Programming Then,...
read more
First of all, increase your basic theoretical background in whatever you do not yet know. Study the theory and write a few short examples. Example basic theoretical background includes: Algorithms and Datastructures Software design (UML, design patterns, OOP) Operating Systems and Parallel Programming Then, consider learning an additional language (for instance Java or C#). - Studying additional languages helps better under the pros and cons of what ever language you are using and helps you learn best practices that you may not aware of. Next choose a new domain (web programming, computer graphics, image processing, computer vision, data access, ...). Study the theory and write a few short examples. Next create a large example, that encapsulated a multi-layered application, handling data access, UI and a specific domain you have chosen. Put emphasis on the architecture of the application (make sure its parts are as loosely coupled as possible). Hopefully, you will learn how to learn new approaches and technologies and integrate them with a good architecture. How to learn: Read and run examples from CodeProject. Browse through a few books in a book/ebook library or store until you find a couple of books that your like (that match your reading style + cover the topics you want to read about). Read blogs. read less
Comments

C++ Programming(C/JAVA)

Prefer XCode if you are using Mac, or DEVC++ if you are a windows user. Happy Coding Regards Sachin
Comments

Tutor

Not try to switch on Java. and start advance level development.
Comments

View 1 more Answers

Related Questions

Write a programme to swap two numbers with out using a third variable and by using bitwise op-erators.
main(){ int a=5,b=10; printf("\r Before Swap"); printf("\r a=%d and b=%d",a,b); a^=b^=a^=b; printf("\r After Swap"); printf("\r a=%d and b=%d",a,b); return 0; }
Ranjeeth
What is the actual size of INT in the C language, 2 or 4 bytes?
The actual size to int is determined by the compiler as the program runs. But theoretically the size is 2 bytes. You can increase the size by adding keyword long infront of it to make the size 4 bytes. Eg int a; // 2 bytes Long int b; // 4 bytes
Kunal
Can an ECE graduate with some knowledge of C language learn SQL?
Yes ECE graduate student learn SQL languuage bcuz SQL is. A structured query language. it all query depends upon the logic. In which table is used Nd database is maitained
Anand
0 0
5
Which should I learn first, C or UNIX?
C is invented with a purpose of building UNIX operating system. So, you should go with C first and then you can start to work on UNIX/LINUX
Tushar
0 0
6
How do I start learning C programming and finish it in one month?
Use a book named "Let us C"by yashwant t kanetkar. Or simply by taking a class from teachers on urbanpro
Pallavi
0 0
8

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Everything about printf in C language
What is printf and from where it comes from in C code.? You must have used printf so many times in your Car programs but do you really know everything about printf? Let's see. What is the full form...

Memory Layout of C Programs
A typical memory representation of C program consists of following sections. Text Segment: A text segment, also known as a code segment or simply as text, is one of the sections of a program in an object...

Introduction to Programming Languages
What is a Programming Language? A programming language is a formal computer language or constructed language designed to communicate instructions to a machine, particularly a computer. Programming languages...

Do You Know How Is Size Of Structure Defined?
Size of the structure is defined based on multiplies of bigger data type member in the structure. Example: If a structure contains integer, char, short data type, then size of the Structure will be multiples...

Advantages of C++ Language
Advantages of C++ - C++ is a profoundly convenient dialect and is frequently the dialect of decision for multi-gadget, multi-stage application advancement. - C++ is a protest situated programming dialect...

Recommended Articles

Brilliant Academy is one of the reputed institutes for B.Tech tuition classes. This institute is specialised in delivering quality tuition classes for B.E, Engineering - all streams and Engineering diploma courses. Incorporated in 2012, Brillant Academy is a brainchild of Mr Jagadeesh. The main motto of the academy is to...

Read full article >

Lasya Infotech is a Hyderabad based IT training institute founded in 2016 by O Venkat. Believing in his innovation, passion and persistence and with a diverse blend of experience, he started his brainchild to deliver exemplary professional courses to aspiring candidates by honing their skills. Ever since the institute envisions...

Read full article >

Almost all of us, inside the pocket, bag or on the table have a mobile phone, out of which 90% of us have a smartphone. The technology is advancing rapidly. When it comes to mobile phones, people today want much more than just making phone calls and playing games on the go. People now want instant access to all their business...

Read full article >

Software Development has been one of the most popular career trends since years. The reason behind this is the fact that software are being used almost everywhere today.  In all of our lives, from the morning’s alarm clock to the coffee maker, car, mobile phone, computer, ATM and in almost everything we use in our daily...

Read full article >

Looking for C Language Classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you