Friday, August 18, 2017

Infotech launch-Cyberclef Networks

 A NOVEL INFO-TECH BASED WEBSITE TO BE LAUNCHED




Watching out for the latest outbreak in the world of technology?
are you looking forward to a place where barriers in communication, business, technological re positioning will be taken care of?
then watch out for cyberclef networks.
on this site,we will be giving you update about her activities as time goes on until it is accessible. patience is what you need, with cyberclef networks you are not an ignoramus
Cyberclef Networks Logo
 You can also get other information about the site by taking a view of its under constructed interface, simply click on download link below to view and download.
Download


SEMrush

How to compile and run C++ program on Windows OS




Compile and run C++ programming on your OS


SEMrush

C++ is completely free and readily available on all platforms.
Follow the tutorial below for running C++ on your computer.
There are multiple compilers and text editors you can use to run C++ programming. These may differ from system to system.
If you want a quick start, you can also run C++ program online.




Run C++ in Windows (XP, 7, 8 and 10)

To run C++ Programming in Windows, you’d need to download Code::Blocks.
There are others available as well but Code::Blocks makes installation a piece of cake.
It’s easy, simple and developer friendly.
To make this procedure even easier, follow this step by step guide.
  1. Go to the binary release download page of Code:Blocks official site.
    Download Code::Blocks in Windows
  2. Under Windows XP / Vista / 7 / 8.x / 10 section, click the link with mingw-setup highlighted row either from Sourceforge.net or FossHub.
  3. Open the Code::Blocks Setup file and follow the instructions (Next > I agree > Next > Install); you don’t need to change anything. This installs the Code::Blocks with gnu gcc compiler, which is the best compiler to start with for beginners.
  4. Now, open Code::Blocks and go to File > New > Empty file (Shortcut: Ctrl+Shift+N)
    Create new empty file in CodeBlocks
  5. Write the C++ code and save the file with .cpp extension. To save the file, go to File > Save (Shortcut: Ctrl+S). Important: The filename should end with .cpp extension, like: hello.cpp, your-program-name.cpp
    Create .cpp file to run C++
  6. To run the program, go to Build > Build and Run (Shortcut: F9). This will build the executable file and run it.
If your program doesn’t run and if you see error message "can't find compiler executable in your search path(GNU GCC compiler)",  go to Settings > Compiler > Toolchain executables  and click Auto-detect. This should solve the issue in most cases.

Alternatively, you can download and use c++ compiler from the link shown below and follow the same procedures
Download 

Your first C++ program




Now you have installed the compiler based on your OS, it’s time to write your first C++ program.

“Hello World!”

Your first C++ program will be a “Hello World!” program.
You might have noticed “Hello World!” being the first program while starting out with any programming language. This is because:
SEMrush
  • It is a standard check to see whether everything is working fine or not.
  • There will be very less code to start with.
  • The less code makes it intuitive for the beginners to get acquainted with the language.
  • The code is enough to learn the basic syntax and semantics of the language.
So, let’s get coding.
#include <iostream>
using namespace std;
int main()
{
    cout<<"Hello World!";
    return 0;
}


The program prints Hello World! in the output screen.

Saturday, August 05, 2017

SOUTH KOREA versus USA


Imagine the world without the advancing technology, how to people carry out daily activities as easy as it has been now?

 South Korea is the most high tech country.
#Fastest Internet.

#In 2050, South Korea will beat USA in economy and technology.

#County with the most high tech driving lessons.

#No dressing rooms, just a digital mirror to see yourself in different clothings.

#Has the most robots in hospitals.

#Shipped the most karaokes in the world.

#Shipped the most coffee vending machines in Asia (especially the Philippines)

#Has the most robots in cafes.

#Has the most robots in apartments

#Most robots in schools

#Incheon International Airport the best airport for more than 5 years

#Kpop- high tech sounds and instruments Japan can't afford to sell

#Seoul- The World's most high tech City

#New Songdo- 10th Most high tech cityM+4


what then do you think about these two great countries?
Um, okay, not to be rude but USA shouldn't even be here and especially not before China and Korea. US is not that high tech. China and Korea most definitely are.M+6
Korea is catching up to Japan. Especially after the tsunami which was a tragic accident. There are more samsung and LG products sold than toshiba or Yoshida products. Both countries are superior in technology but eventually Korea will rise to the top!M+13
Most of the devices came in india from south koreaM+9
Korea has greatest WIFI condition and also fastest Internet access speed.
Not to mention, also, there are many good technicians who can fix any electronic gadgets in just 1 or 2 days. However, I think Korea should invest more and more to innovation of It related industry to become better.

Featured

How to Initiate Search Engine Optimization (SEO) With Blogger/Blogspot

Search Engine Optimization (SEO) With Blogger/Blogspot In my previous post, I explain how you can help someone find your site on search en...

Contact Us now

Name

Email *

Message *