Skip to main content

Posts

Showing posts with the label IDE

How to start learning Web-development

What's the difference between comment line and code line?

Difference between Comment line and code line - Here we first discussed about comment line according to C/C++ language so lets start  Comment line - we use comment for easily explanation any source code we use it for programmer readability and for better understanding these comment are not include in our code or say not counted in our code there are two type of comment - 1. Single line comment : In single line comment we use it for one line comment and the representation of the comment is ' / single line comment/ ' . Syntax - // This is Syntax of single line comment // Here program start #include<stdio.h> int main(){ printf("hello world"); } 2. Multiline comment : It is used to comment in multiline code and the representation of the comment is    ' /* Multiline comment */ ' Syntax -   /*This is multiline comment and we use it when we explaining something in many line so we use this comment */ /*Here is the program syntax*/ #include<stdio.h>...

Is C or C++ language is important to learn for starting programming

Learn first C language and then learn C++ language  Every 1 st  year student have a question is what we have to learn in programming language first. “C” language or “C++” language ?? so the answer is first you have to learn “c” language this is  basic of programming language so you learn the machine language  and practice the basic program. You have not to learn the program you practice the program and almost you want to practice 150 – 200 question between learning programming so you get perfect in thinking about how you approach the programming & you also keep in mind   “practice makes man perfect” . After many practices you can go for C++ language and this is the advanced version of “C language” and this language was come in 1983 and this language was create by “Bjarne Stroustrup” he was the founder of C++ language. After c++ language you can read for learn more language and language are like JAVA ,PYTHAN,C#.NET etc many more languages .if you like th...

Which is windows best Coding and Gaming laptop

Is gaming laptop is suitable for both programming and gaming - Gaming laptop is can be usable as programming laptop because it comes with most of feature which make a laptop more powerful and time - efficient and this is a important thing for programming laptop and many laptop which are fast but it not valuable because it was getting old after some time if  you buy a gaming PC it will be most valuable because we can upgrade it any time if we have any requirement for upgrading our gaming PC  so it is more efficient then gaming laptop so you can go with gaming pc by building it your own so go with gaming PC and make it efficient . But if you want a portable machine so you dont have any choice go with Gaming Laptop and or macbook which also a good machine  for coding and coding it is not for gaming  so if you want to do both things gaming or coding go for gaming laptop  Note - For more information about technology go to your YOUTUBE CHANNEL Link given below  C...

what type of IDE we have to use for c/c++ languages

 IDE we have to use for c/c++ languages :- Every beginner student  was start programming with C/C++ languages and many of student have issues is that which text editor we have to prefer for codding and programming so here i tell you about which code editor you have prefer so here we tell you about many code editor so shall we start in below following are most preferable code editor are  Most preferable code editor are :- 1.  VS CODE      This code editor is mostly used by  programmer in competitive level and also in collages and this is a best programming ide and it is belongs to Microsoft one of the best company which most of the people belive so for starting  you start with vs-code ide and its UI is very simple to understand but at start have to take a tutorial about it in YOUTUBE  so first  start programming with this . Download link -   https://code.visualstudio.com/ 2. sublime text  This is also most preferable t...