If you want to configure the mail client of your web email address from mobileconfig to your ios device. Follow the steps: Download the mobileconfig file from your email provider. In my case cPanel Email (->Email Configuration -> Select the email address -> IMAP (application:ios) ->Proceed ).Now you will get mobileconfig . Upload that mobileconfig file to uguu.se . And note down generated that link. Other alternatives are: file.io tmpfiles.org file.town takeafile.com imgbb.com Open that link (generated link) from Safari on your iOS device. For example, just message yourself and open the link from your device.✌️ Click on the file. Now opens a screen showing the profile. Click install -> Type passcode -> install. Now it will ask for the password of your email address. Done. Now you can use your new email profile for sending and receiving emails. Let's stay connected, here is my Twitter p...
Most of the books are either motivational or essential books for a person to read at least once in their life. Obviously, this list is not final, more books will be added. The Power of Your Subconscious Mind ( Link here ) By Joseph Murphy (Author) Rich Dad Poor Dad: What the Rich Teach Their Kids About Money That the Poor and Middle Class Do Not! ( Link here ) By Robert T. Kiyosaki (Author) THE SECRET ( Link here ) By Rhonda Byrne (Author) More books will be added to this list please stay tuned and let me know if you know any other essential books.
To run glut and openGL on Xcode follow these steps: Open Xcode > 'Create a new Xcode project' . Navigate to 'macOS' tab and select 'Command Line Tool' > Click ' Next' . Fill your project name and other details > Select ' C++ ' as language > 'Next' . Choose the project Location . Click on your project name (at the top left corner). Navigate to build Phases > Click add button '+'. Now one search window will pop up. Search and add 'OpenGL.framework' and 'GLUT.framework'. Now click on the main.cpp file and add this line (header file adding) > #include <GLUT/glut.h> Sample code available here . My GitHub Profile Now you can start programming on GLUT and openGL :)
Comments
Post a Comment