User: SethiPawandeep

  • Public profile

User profile: SethiPawandeep

User info
User name:SethiPawandeep
Old user name:pawandeep2007
Name:Pawandeep Sethi
Statistical data
Gender:Male
Occupation:Student
Skills:C
C++
Python
History
Joined:
Number of posts:4
Latest posts:

Generic Programming in c++
Hello. In the following code template <typename T> T max(T &a, T &b) { if(a>b) ...

Implicit and explicit copy constructor call
Hello. In the following code which is implicit and explicit copy constructor call? classname o...

clreol() and gotoxy() in qtcreator
But getch() is also a part of conio.h header file and that works fine.

clreol() and gotoxy() in qtcreator
Hello! I am trying to create a password field programming in c++ in qt creator. On compiling the p...

This user does not accept Private Messages