Pages

Subscribe:

Open GL Setup


  1. Copy OPENGL folder to  C:\
  2.   dynamically-linked libraries (place in the \Windows\System32) subdirectory

  opengl32.dll ,   glu32.dll , glut32.dll , glut.dll

3. Open Microsoft Visual C++

  • Create a new project:
  • Choose File | New from the File Menu
  • Select the Projects tab
  • Choose Win32 Console Application
  • Fill in your Project name

Print The Number Following Patttern

Shell script print the number following pattern


1
2 2
3 3 3
4 4 4 4
5 5 5 5 5

Shell Script--Character Replace By Next Character


Write a shell script to encrypt the content of a file using logic .

 (i) Replace a character by just next character in the cycle for example A by B ( or a by b), B by C (or b   by c), Y by Z (or y by z), Z by A ( or z by a).


(ii) Leave numbers and any other symbols unchanged.

Print Message According to System's Time --Shell Script



Write a shell script that prints the message "Good Morning", "Good After Noon", "Good Evening", or " Good night " according to the system's time.


#!/bin/bash
t=""
comments powered by Disqus
 

Listed In

Bloggers - Meet Millions of Bloggers http://Link-exchange.comxa.com
Blog Search: The Source for Blogs Internet Blogs

Disclaimer

The contents in this blog are taken from various sources available over the internet, therefore we do not gurantee of it's accuracy, if you find any of the content in the blog is infringing it's copyright, please do email us on '123techguide@gmail.com' and we will make sure to remove the same from the blog at the earliest.