Skella Innovations
  • Home
  • About Us
    • Team Skella
  • Innovation
    • Business innovation
    • Innovative Technology
    • SEO for Business
    • Virtual Assistance
  • Contact Us
  • Blog
19 Innovative Ways to Reuse Plastic Bottles, Caps and Spoons

You don’t need to throw away all of your old and used plastic bottles. There are a lot of innovative ideas that you can do out of those. I will show you some awesome DIY projects and tutorials on how to recycle plastic bottles, bottle caps and plastic spoons in different creative ways. Let us […]

More

Top 5 Source Codes of the Common Exercises in C++

How to Learn C++ and What Makes It Different with C Programming Language? I am going to show you how to nail those C++ programming common problems that you are encountering in every programming language exercises. I found these files in my old storage, so I will be sharing these C++ programming solutions to those […]

More

C++ Programming Problem #4 : Fibonacci

Fibonacci sequence is simply by adding up the two numbers before it. The numbers are similarly related to Lucas Numbers which is another mathematical sequence. Problem #4 : Fibonacci //—www.skellainnovations.com—// #include<iostream> #include<conio.h> #include<windows.h> using namespace std; void gotoxy(int x, int y) { HANDLE hConsole = GetStdHandle(STD_OUTPUT_HANDLE); COORD pos; pos.X = x; pos.Y = y; SetConsoleCursorPosition(hConsole,pos); […]

More

C++ Programming Problem #3 : Ascending Asterisk (Christmas Tree Shape)

Problem # 3: Ascending Asterisk (Christmas Tree Shape) //—www.skellainnovations.com—// #include<iostream> #include<conio.h> using namespace std; int main() { int a,b,c,n; cout<<“Enter a Number: “; cin>>n; for(a=1;a<=n;a++){ for(b=a;b<n;b++){ cout<<” “;} for(c=1;c<=a;c++){ cout<<“* “;} cout<<endl;} getch (); } //—www.skellainnovations.com—//   Breakdown of Codes Problem Overview Variables n : integer > value : input number a : integer > value : 1st […]

More

C++ Programming Problem #2 : Descending Numbers (Rotated Half Triangle Shape)

Problem # 2: Descending Numbers (Rotated Half Triangle Shape) //—www.skellainnovations.com—// #include <iostream.h> #include <conio.h> #define ct cout void dec(int x); int main() { clrscr(); int x; ct<<“Enter a Number: “; cin>>x; dec(x); getch(); return 0; } void dec(int x) { int a,b; for(a=x;a>=1;a–) { for(b=a;b>=1;b–) { ct<<b; } ct<<endl; } } //—www.skellainnovations.com—//   Breakdown of […]

More

C++ Programming Problem #1 : Numbers to Text Conversion

Problem # 1: Numbers to Text Conversion //—www.skellainnovations.com—// #include<iostream> #include<conio.h> #include<windows.h> using namespace std; void gotoxy(int x, int y) { HANDLE hConsole = GetStdHandle(STD_OUTPUT_HANDLE); COORD pos; pos.X = x; pos.Y = y; SetConsoleCursorPosition(hConsole,pos); } int main(){ int a,b,c,d,e; SetConsoleTextAttribute(GetStdHandle(STD_OUTPUT_HANDLE), 11); gotoxy(20,12); cout << “Enter Number : “; cin >>a; gotoxy(20,16); if (a==0){ switch (a) case […]

More

Hoverboard: Self-balancing Electric Skateboard PH

The Real Hoverboard: Short History Overview How did hoverboards start? Are hoverboards real? Hoverboard was actually inspired from the movie, “Back to the Future”. This movie was filmed in 1989, where Michael J. Fox and his girlfriend are dashed into the future to the year 2015. In the movie, this levitating board came from a fictional […]

More

Basic OOP Tutorial : C++ Programming | Object Oriented

Basic Programming Tutorial for C++ I found this in my old storage and I would like to share this to you. Here is an example of how to do a simple and basic object oriented programming in C++. Please be guided accordingly and follow the important points used in the objected oriented programming source code […]

More

Android Emulator : Play COC or Any Android Applications Using Your Desktop

How to Play Android Applications Using Your Computer? As we all know, android applications can only be used through smartphones. What if you don’t have one or your smartphone is under repair? Does it mean, you can’t play android games? Worry no more! Developers create emulators to run android applications. They call this virtual smartphone as […]

More

Learn Some of the Keyboard Shortcut Keys and Run Commands in Windows

RUN Commands and Shortcuts in Windows 7 or 8 I am a Windows user and currently using Windows 8. Aside from that, I am a lazy kid who is fond of keyboard shortcut keys. So, I will share to you all of my favorite run commands and shortcuts for Windows in particular. If you want […]

More

1 2 3 4

Search

Here is Your Dose of Motivation

“Every artist was first an amateur.”

— Ralph Waldo Emerson
►Are you an entrepreneur?

Recent Posts

  • Best Free Online Tools for Virtual Assistants: Boost Productivity & Efficiency February 17, 2025
  • AI-Powered Websites for Students: Revolutionize Your Research, Projects, and Studies January 29, 2025
  • Excel Mastery for Beginners: The Ultimate Guide to Learn Excel and Become an Expert January 21, 2025

Categories

  • Innovative Ideas (10)
    • Environmental (1)
    • Technology (7)
  • Students (1)
  • Tutorials Portal (28)
    • Beginners Guide (4)
    • Computer (4)
    • Content Marketing (12)
    • Design (8)
    • DIY (1)
    • Ecommerce (1)
    • Entrepreneur (6)
    • Environmental (1)
    • Games (1)
    • Online Marketing (13)
    • Programming (8)
      • Android (1)
      • C++ (7)
        • CPP-Breakdown (4)
    • Search Engine Optimization (2)
    • Social Media Marketing (7)
    • Success Influencers (3)
    • Tools (10)
  • Virtual Assistant (4)
  • Virtual Assistant Job (3)

Do you like our website?


Follow @SkellaInnovations

Thank you. We appreciate it.
Skella Innovations
  • Home
  • About Us
  • Website
  • Virtual Assistance
  • Contact Us
Copyright © 2015. All Rights Reserved.
Powered By : SKELLA PH

OUTSTANDING VIRTUAL SERVICES
IN THE PHILIPPINES

Get in Touch

Follow @skella08ph
Davao City, Philippines

Skella Innovations PH TEAM SKELLA DAVAO PH
Terms of Use | Privacy Policy