Prachi Bajpayee wrote a new post
Read MoreSome Important python libraries you must know:- 1.) Scrapy:- One of the popular data science library. Scrapy is a fast andopen-source framework. It helps to build a program which retrieves datafrom the web, basically, it helps in collecting data...
Prachi Bajpayee wrote a new post
Read MoreC++ is close to the hardware, can easily manipulate resources, provide procedural programming over CPU intensive functions and is fast. 1.)Games:- C++ is able to override the complexities of 3Dgames and provides multilayer networking. All these benefits of C++...
Prachi Bajpayee wrote a new post
Read MoreLet's start with the second part of useful tricks in C++ 1.) To find minimum :- Normally to find minimum among few elements we use like this . Ex:- int a = min(x1,min(x2,min(x3,min(x4,x5)))); Instead of this we can use this....
Prachi Bajpayee wrote a new post
Read More1.) Do use using statement :- Common data-stream objects cin and cout are members of std namespace, requiring to write code like this: std::cout<<“Hello”<<std::endl; Strongly recommendations is bringing in the entire std namespace , thus eliminating the need to use...
Prachi Bajpayee wrote a new post
Read MoreC++ is a programming language that helps programmers write fast, portable programs. 1.) C++ provides rich library support in the form of Standard Template Library (STL) through which many functions are available that help in quickly writing code. For...
- Load More Posts
Prachi Bajpayee wrote a new post
Prachi Bajpayee wrote a new post
Prachi Bajpayee wrote a new post
Prachi Bajpayee wrote a new post
Prachi Bajpayee wrote a new post
- Load More Posts
User Balance 1,594 / Points
Media
Photos
Videos
Audios
Files
Sorry, no items found.
Friends
Groups
Recent Posts

Some Important Libraries In Python
- April 5, 2020

Some C++ Applications in real world
- April 5, 2020

Some Useful Tricks In C++ (Part II)
- April 5, 2020