Skip to main content

Posts

C++ Tutorials

How to write a sample Programme in C++ Application Create a console application using VisualStudio endl//new line getch()console.readkey clrscr() clear screen #Include <ioStream.h> void main(){ int a=10; int b=20; int c=a+b; cout<<"Addition Value is "<<c; or int a,b,c; //Identifier || variable a=20; b=30'; c=a+b; cout<<"Addition Value is "<<c; getch();//console readkey //get the key input from keyboard #include <ioStream.h> void Main(){ int a,b,c; cout<<""Enter a valid number"; cin>>a>>b; c=a+b; cout<<"Results"<<c; getch();

How to install Windows Server with Active Directory + DNS + DHCP +SQLServer +SharePoint

How to install Windows Server with Active Directory with DNS and DHCP with SQLServer and SharePoint  https://drive.google.com/file/d/10Ykg3534D4lgnySpR9JJfvT7n9neO6c6/view?usp=sharing This article explain about how to configure and install windows server GUI with manageable dependencies. Prerequisites: Hardware Configuration:10 GB Ram Hard Disk 200 GB Install Windows Server 2012 Action-1 Open the Server Manager -Change the Server Name (Helpstacks) Windows Firewall            -Turn Off Ethernet                            -Ethernet Adapter change  the Automatic Obtain IP to set Valid IP                                           -Check out IPV6                                ...

Exception in Windows 10 “Vanadium” and “Vibranium”

This is post Predecease the Exception found in the New OS 19H1 and 19H2 while the device connected in windows 7 the Device Guid is not filtering in the Registry Node most of the device have there on exception ;; _> communicate with IPP driver after succeeded the port the Swap to WSD  Filters: IPP Drivers WSD Drivers Registry SystemHost Driver Protocols Patch Integration Completed In this behavior is not working in the Windows 7 migrate to Win10-Rs4,Rs5+19H1+19H2 Solutions

How to Enable Remote Debugging

In this article i can explain you how to debug the code with remote debugging for look on Prerequisite: Remote machine -Remote Debugger -Debug Folder Development Machine -Visual Studio Open Project -Build the Project and copy the bin folder data paste to remote machine Remote machine Configuration- Copy the Development Build Folder and save into Remote Machine  Open Debug Folder  Development Machine Configuration Open the Project with Debug tab select Attach to Process

Angular Redx Architecture -Implementation note

}

SQLServer Poiting to Public range

In this article explain about how to configure the sql sever pointing to Public IP . Prerequisities: SQLServer 2012(any --v).etc Windows Server 2012 (any --v) Firewall Inbound Calls -SQLServer 2012 SQL Binary Packages- DatabaseEngine,Management Tools,SQL Authentication Instillation Complete : Change build in Account to LocalService After installation Complete IP Enabling  Update any Port into the TCP port after that Restart the Service Firewall Allowing the Port  Open the SqlServer  Change the Connection String in Any Type you can Text it works. Results