Posted inASP.Net C++ MVC SB Admin 2 Bootstrap Theme – Visual Studio 2017 Posted by By Haneef Puttur September 16, 2018 I have updated the SB Admin 2 theme to match with Visual Studio 2017 .…
Posted inC++ SQL SQL Server Configuring Email in SQL Server Express Posted by By Haneef Puttur June 23, 2018 Its a known issue that SQL Server express edition wont support Email . TO overcome…
Posted inC++ c++ function to return mnm of 2 numbers Posted by By Haneef Puttur March 4, 2017 Condition : numbers should asked when function is executed: #include <iostream> using namespace std;…
Posted inC++ C++ Program to Average of 7 Numbers, Average of Odd Numbers and Average of Even numbers Posted by By Haneef Puttur February 13, 2017 #include <iostream> #include <string> using namespace std; int main() { int numb; float oddcount =0;…
Posted inC++ C++ Program to Display Numbers 1 to 100 , Multiples of 4 but Not Divisible by 5 Posted by By Haneef Puttur February 13, 2017 #include <iostream> #include <string> using namespace std; int main() { for (int k =0; k…