yogendra's picture

मेरा कॉलेज बेकार है टीचर बेकार है और प्रैक्टिल नहीं होते तो कैसे सीखूं?

यह जो आप इस लेख के शीर्षक में पढ़ रहे हैं यह वो लाइन है जो मुझे कॉल करने वाले अधिकतर विद्यार्थी बताते हैं। ऐसे विद्यार्थियों को मैं ज्यादा कुछ नहीं कहता सिर्फ बोल देता हूँ कोई बात नहीं आप मेरे वीडियो बुक खरीद लो आप सीख जाओगे। पर आज ऐसे विद्यार्थियों से कुछ कहना चाहता हूँ, उम्मीद है अधिकतर को फायदा होगा।

मैंने अधिकतर इसलिए बोला क्यूंकि मैं सभी को संतुष्ट नहीं कर सकता। यह बात तो आप भी मानेंगे कि कुछ विद्यार्थी मेरी बात से सहमत होंगे और कुछ नहीं होंगे। ठीक यही बात आपके कॉलेज/स्कूल के अध्यापकों पर भी लागू होती है वो भी आप सभी को संतुष्ट नहीं कर सकते।

yogendra's picture

अपनी तार्किक क्षमता बढाने के लिए सीखिए SCRATCH

See video

आप लोगों के काफी ई-मेल आते हैं जिसमें लिखा होता है कि आप प्रोग्रामिंग नहीं सीख पा रहे हैं, और मैं आपको इसके बारे में कई बार बता भी चुका हूँ कि प्रोग्रामिंग सीखने के लिए प्रैक्टिस ज्यादा जरूरी है मुझे पता है कि प्रोग्रामिंग की प्रैक्टिस करना सभी के लिए आसान नहीं होता क्यूंकि यह काफी लोगों के लिए बोरिंग

yogendra's picture

Want to learn graphics programming learn processing

Many students compains that they are unable to use graphics.h library in c programs. This is true for most of the systems. graphics.h library do not work on new laptops and desktop. I used to use this libray on my old desktop that I purchased in 2002. Although In my opinion if students are taught using graphics programming than they will find it interesting and will spend more time to learn programming and hence they will learn better than the traditional way of teaching. Read more »

yogendra's picture

comments in c plus plus

See video

In previous video I describe a simple c plus plus program. Although the program itself was working fine but still some very common things are missing in that program. one of them is comments, a very important part of a computer program written in any programming language. So, In this video I will show you how to write comments in a c++ program with the importance and application of comments. Single line comments and multiline comments are explained in this video.

yogendra's picture

First C plus plus Program Hello World in Detail ( Hindi / Urdu)

See video

In my previous tutorial I show you how to write a basic cpp program to print "Hello World" on computer screen. In this video I am going to explain each and every line of that c++ program. Hope it will help you.

yogendra's picture

use of \n escape sequence in c

See video

Pankaj ask me this problem. His c program is behaving strange because of '\n', a escape sequence in c programming language. In this video I try to explain the behavior of that program. This video will give you answer to these questions -
1. What does \n in a scanf statement do
2. \n skips the second input

yogendra's picture

First C plus plus Program Hello World

See video

In our previous videos we have installed Code::Blocks & Dev-CPP IDE so that we can compile Cpp programs. Before this we have also learne what does program, instruction, mean. We have enough learn and do to write our first CPP program. So, lets watch this video and write first CPP program to print "Hello World" on computer screen.

yogendra's picture

Install Code::Blocks IDE to develop C/C++ programs on windows

See video

In last video I show you how to install Dev-CPP compiler on your windows machine. Although there is one problem in that IDE. I find no way to watch result window without writing getch() in program. I don't want to use getch() just to see the result. Dev-CPP and Code::Blocks (Code blocks) both support MinGW (Minimal GNU compiler for Windows) and GCC (GNU Compiler Collection). So both work same way, you can use any one of them to build your program.

yogendra's picture

Install Dev-CPP compiler to compile your C and Cpp programs on windows machine

See video

This video demonstrate installation of Dev-CPP compiler on windows machine. This may be very easy for a tech-savvy student but most of the students in first year of graduation do not know how to do it. Follow the procedure shown in the video and install it now. It's necessary step in order to write a c plus plus program.

yogendra's picture

Introducing C plus plus, second video of tutorial series "Yogi's guide to C++"

See video

A little late, but finally second video is released. this video will introduce to the requirement of programming. Start with computer Mr. Yogendra Pal take you to the tour of instructions, history of C++, component of a c++ program and finally what do you need in order to write a C++ program.

This time we also write slides in Hindi, and want your comment on that. If it is convenient for you we will give our videos in same manner.

Syndicate content