Numbers Guessing Game
Your Numbers Game
Get
clueYour
answerYour
ScoreClue? Score 0/0
-
Recent Posts
- Regional Text Google Chart Text Tooltip Tutorial
- Regional Text Google Chart Text Configurations Tutorial
- Regional Text Google Chart Data via Country Code Tutorial
- Regional Text Google Chart Iframe via Country Code Tutorial
- Regional Text Google Chart Map Charts via Country Code Tutorial
- Regional Text Google Chart Geo Charts via Country Code Tutorial
- Regional Text Google Chart Geo Charts on AlmaLinux Tutorial
- WordPress Link URL Remapping Tutorial
Categories
- Ajax
- Android
- Animation
- Anything You Like
- Code::Blocks
- Coding
- Colour Matching
- Data Integration
- Database
- Delphi
- Eclipse
- eLearning
- ESL
- Event-Driven Programming
- Games
- GIMP
- GUI
- Hardware
- Installers
- iOS
- Land Surveying
- Moodle
- Music Poll
- NetBeans
- Networking
- News
- Not Categorised
- OOP
- Operating System
- Photography
- Projects
- Signage Poll
- Software
- SpectroPhotometer
- Tiki Wiki
- Trips
- Tutorials
- Uncategorized
- Visual Studio
- Xcode
Meta
Tags
Ajax animation background button canvas command line CSS div DOM dropdown email emoji event form game games Google Google chart HTML IFRAME image iOS iPad Javascript MAMP map mobile navigation onclick overlay PHP programming select share sharing SMS SVG table text textarea tutorial url video web browser webpageYour Background Image
OnTopList
Tag Archives: C++
C++ Xcode OOP Polymorphic Array Tutorial
Here is a tutorial that introduces you to some more aspects of OOP … oops, forgot to say what OOP stands for … Object Oriented Programming … specifically regarding Polymorphic Arrays. Object-oriented programming (OOP) is a programming paradigm that represents … Continue reading
Posted in eLearning, OOP, Tutorials, Xcode
Tagged array, C++, OOP, polymorphic array, polymorphism, programming, tutorial, Xcode
1 Comment
Function Pointers in C and C++ Primer Tutorial
When programming C and C++ you often talk about functions and methods respectively as a way to compartmentalize the work that your program needs to do. Have you found yourself having these functions and methods well defined and similarly structured … Continue reading
Posted in eLearning, Tutorials, Xcode
Tagged C++, function pointers, pointer, pointers, programming, tutorial, Xcode
Leave a comment
C++ and C Reference Pointer Primer Tutorial
C and C++ love you to use pointers to memory and references because it is more direct and faster than the use of variables. So in this tutorial we see four different ways to write a function that can change … Continue reading
Posted in eLearning, Tutorials, Xcode
Tagged C++, pointer, programming, reference, tutorial, Xcode
Leave a comment
Creating a Drawing C# Application by Using WPF Tutorial
You might ask “What is WPF?” … so … go on … . . . . . . What is WPF? Glad you asked … Developed by Microsoft, the Windows Presentation Foundation (or WPF) is a computer-software graphical subsystem for … Continue reading
Posted in eLearning, GUI, Tutorials, Visual Studio
Tagged C++, desktop, GUI, tutorial, Visual Studio, Windows, WPF
31 Comments
C via Xcode Primer Tutorial
Here is a tutorial that introduces you to some aspects of C programming … example is a very rudimentary Student Results system … use of struct text file reading and writing string manipulation C is the grandparent of so many … Continue reading
C++ Xcode OOP Composite Objects Tutorial
Here is a tutorial that introduces you to some aspects of OOP … oops, forgot to say what OOP stands for … Object Oriented Programming. Object-oriented programming (OOP) is a programming paradigm that represents concepts as “objects” that have data … Continue reading
Posted in eLearning, OOP, Tutorials, Xcode
Tagged C++, composite objects, OOP, programming, tutorial, Xcode
Leave a comment
C# in Visual Studio (Express) Windows Desktop Application Primer Tutorial
C# using Visual Studio is another great language to learn. If you like C# you may eventually like VB.Net, and vice versa. It has sophisticated data structures, can be Object Oriented and makes great Windows desktop applications or can be … Continue reading
Posted in eLearning, Tutorials, Visual Studio
Tagged C++, desktop, tutorial, Visual Studio, Windows
1 Comment