|
Quick Threading Tutorial - C++
Programming, Posted 25 Days Ago
Threading In C++, By Otoom
Hello, I will show you how to thread in C++.
First you need to create the thread, so if we place this into our editor...
DWORD WINAPI Threadname (LPVOID lPData)
{
}
int main()
{
}
Okay, and that i...
|
Average Rating
|
8.00
|
Total Ratings
|
1
|
Comments
|
0
|
|
|
|
First look at C
Programming, Posted 31 Days Ago
First time with C, Otoom
DoxCoding.com
Components
------------------------
Code::Blocks
Windows
------------------------
Contents
------------------------
Who this is aimed at
A first look
Variables
Functions
--------------------...
|
Average Rating
|
7.00
|
Total Ratings
|
1
|
Comments
|
0
|
|
|
|
Cheat Sheet Pack
Other, Posted 53 Days Ago
DoxCoding.com
Well, i have posted a cheat sheet in about every language board on the forums.
So.. I thought i would gather them together and make a sort of, Pack
I hope you guys enjoy this.
CSS
http://www.ilovejackdaniels.com/css_cheat_s...
|
Average Rating
|
8.00
|
Total Ratings
|
1
|
Comments
|
2
|
|
|
|
[PHP] How to make a log file.
Programming, Posted 55 Days Ago
DoxCoding.com
Well, this will be more like a walk through, rather than a tutorial / article, Whatever.
So, to make a log file, we need to use a great language, server sided, called PHP.
PHp is a very powerful server side language.
So, to...
|
Average Rating
|
6.00
|
Total Ratings
|
3
|
Comments
|
1
|
|
|
|
[VB] Hello World
Programming, Posted 55 Days Ago
DoxCoding.com
Well hello.
I havn't done a Article in ages. And didn't really plan on doing anymore.
So i'm only doing this because am too darn bored,
Anyway, it will only be nice, simple and quick.
It's about Visual Basic 6, Hence the VB in...
|
Average Rating
|
6.00
|
Total Ratings
|
2
|
Comments
|
2
|
|
|
|
HTML Cheat Sheet!
Programming, Posted 121 Days Ago
DoxCoding.com
Basic Tags
<html></html>
Creates an HTML document
<head></head>
Sets off the title and other information that isn't displayed on the Web page itself
<body></body>
Sets off the visible portion of the document
Header Tags
<ti...
|
Average Rating
|
7.33
|
Total Ratings
|
3
|
Comments
|
0
|
|
|
|
[C++] Comments
Programming, Posted 178 Days Ago
DoxCoding.com
Now this is easy to understand. I dont even have to explain. But i will just incase.
So. These comments are used in most programming languages. NOT all but i said most.
So first of all i will explain the single line comment....
|
Average Rating
|
2.50
|
Total Ratings
|
6
|
Comments
|
0
|
|
|
|
[C++] Functions
Programming, Posted 178 Days Ago
DoxCoding.com
Hello again.
This tutorial will be nice and small. THings arent too hard to explain and understand. So i will get straight into it.
main() is a function. It is a special function to a C++ program because it is the first thing t...
|
Average Rating
|
2.50
|
Total Ratings
|
2
|
Comments
|
0
|
|
|
|
[C++]Taking In User Input,
Programming, Posted 180 Days Ago
DoxCoding.com
Ok so i now hope you have a small understanding how the Hello World Program works.
So you know how to print out output, but do you know how to take in user input. Didnt think so....
Well here i will teach you a little on how to...
|
Average Rating
|
8.67
|
Total Ratings
|
3
|
Comments
|
0
|
|
|
|
Your First C++ Program
Programming, Posted 186 Days Ago
DoxCoding.com
Ok the best way to start is to tell you what we will do ;).
Ok. First we will be using:
-------------------------------------
Dev-CPP. (Type this in google to download it).
A Brain. (Vital)
-----------------------------------...
|
Average Rating
|
7.67
|
Total Ratings
|
3
|
Comments
|
0
|
|
|