Problem Solving With C++ February 2016
Mac Users: Install xQuartz: 1.) Open the link 2.) Download xQuartz dmg 3.) Follow the steps and click continue. 4.) Logout and login to make changes after successful installation. 5.) Compile your code and generate an executable based on the following command. g++ -Wall -std=c++11 -I. -I/usr/X11R6/include -L/usr/X11R6/lib -lX11 *.cpp
Windows Users: 1.Download Putty Link – To access lab systems using terminalLink 2.Download WinSCP Link – To access file systemLink 3.Download Xming Link – To include X11 libraryLink 4.Use this link to configure Xming and putty LinkLink