Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


_,~{Grand Library of Programming Tuts}~,_
Goto page Previous  1, 2, 3, 4, 5, 6  Next
 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
lurc
Grandmaster Cheater Supreme
Reputation: 2

Joined: 13 Nov 2006
Posts: 1900

PostPosted: Fri Jul 27, 2007 4:43 pm    Post subject: Reply with quote

C++ Video Tutorials:

http://www.mediafire.com/?0te1lgrx23g

Description:
Quote:

C Plus Plus
C Plus Plus (C++) is a programming language that is both procedure-oriented and object-oriented.

In this tutorial, Professor Arthur Lee will explain the environment of C++, then guide you into writing equations, creating functions and output, looping, and much more.

To start learning about C++ now, click on the subject of your choice below.


01 Intro to C++ & the Environment
0101 Intro to C/C++
0102 The C++ Environment
0103 Completing the Sample Program
0104 Compiling & Executing Programs
0105 Common errors
0106 Saving & Exiting; other errors

02 Variables,Constants, & Math Statements
0201 Variables
0202 Data Types
0203 Declaration statements & Initializing variables
0204 Declaring Constants
0205 Assignment Statements vs. Prompting for user input

03 The String Data Type; Equations
0301 Character vs. String data
0302 Using the getline function and the strcpy function
0303 Writing equations and Type casting
0304 Putting it all Together: Demo of complete program
0305 Debugging Demo

04 Programmer-Defined Functions
0401 Creating Programmer-Defined Functions
0402 Details of Function prototypes, definition and the calling statement
0403 Scope & Lifetime issues; Passing data with functions
0404 Passing Variables by Value and by Reference
0405 Functions that Return Values
0406 Debugging Demo

05 Creating Output (formatting and creating files)
0501 Stream Manipulators (formatting output)
0502 The Output File Stream: Accessing the Output File
0503 Demo Program (Demo 12) to Illustrate
0504 Debugging Demo

06 Using the if Statement
0601 Syntax of a Conditional Statement
0602 Relational Operators
0603 Executing if Logic (one statement vs. block)
0604 Assignment Operator vs. Equality Operator
0605 Logical Operators (symbols for: and, or, not)

07 Other Functions; Nested if Statements
0701 Converting to Upper/Lower Case
0702 Comparing Strings (strcmp and stricmp functions)
0703 The Strlen Function
0704 Nested if Statement Structure
0705 Demo of Complete Program

08 Looping
0801 Overview of the Looping Structures
0802 Demo of the While Loop
0803 Demo of the Do-While Loop
0804 Demo of the For Loop
0805 Counters and Accumulators in Loops
0806 Demo of Complete Program
0807 Increment/Decrement Operator (what does "C++" mean?)*

_________________
Back to top
View user's profile Send private message
UnLmtD
Grandmaster Cheater
Reputation: 0

Joined: 13 Mar 2007
Posts: 894
Location: Canada

PostPosted: Mon Jul 30, 2007 8:49 pm    Post subject: Reply with quote

Anyone got any links to MASM tutorials? I just try the simple MessageBox tutorial on http://win32assembly.online.fr/ and I got to say, I love it Very Happy So should I stick to those tutorials?
_________________
Back to top
View user's profile Send private message
lurc
Grandmaster Cheater Supreme
Reputation: 2

Joined: 13 Nov 2006
Posts: 1900

PostPosted: Wed Aug 01, 2007 9:58 pm    Post subject: Reply with quote

More eBooks ^^

Beggining Visual C++ 2005
Format: PDF
Compiler Used in this eBook: Visual Studio 2005 Professional

http://www.mediafire.com/?8mzanzzjoib

C++ Primer Plus Fourth Edition
Format: CHM

http://www.mediafire.com/?bx4msz0wkm4

Teach Yourself Visual C++ 6.0 in 21 Days
Format: PDF
Compiler Used In This eBook: Visual C++ 6.0

http://www.mediafire.com/?3nyywdm9h4c

Update:

C and C++ (156 Tuts+)
http://www.tutorialized.com/tutorials/C-and-Cpp/1

Delphi (8 Tuts+)
http://www.tutorialized.com/tutorials/Delphi/1

Visual Basic (158 Tuts+)
http://www.tutorialized.com/tutorials/Visual-Basic/1

Visual C (14 Tuts+)
http://www.tutorialized.com/tutorials/Visual-C/1

Web Development

ASP (473 Tuts+)
http://www.tutorialized.com/tutorials/ASP/1

ASP.NET (204 Tuts+)
http://www.tutorialized.com/tutorials/ASP.NET/1

HTML (170 Tuts+)
http://www.tutorialized.com/tutorials/HTML/1

Java (218 Tuts+)
http://www.tutorialized.com/tutorials/Java/1

JavaScript (208 Tuts+)
http://www.tutorialized.com/tutorials/Javascript/1

Perl and CGI (62 Tuts+)
http://www.tutorialized.com/tutorials/Perl-and-CGI/1

PHP (947 Tuts+)
http://www.tutorialized.com/tutorials/PHP/1

Python (28 Tuts+)
http://www.tutorialized.com/tutorials/Python/1

XML (79 Tuts+)
http://www.tutorialized.com/tutorials/XML/1

So Much More! :: http://www.tutorialized.com/

Site May update with more tuts. (the reason i put '+' after '# tuts')

_________________
Back to top
View user's profile Send private message
CrZyIcE93
Cheater
Reputation: 0

Joined: 12 Aug 2007
Posts: 45

PostPosted: Sun Aug 12, 2007 2:00 pm    Post subject: Reply with quote

this is a good Delphi website. it has video tutorials about delphi turbo.

http://blogs.codegear.com/nickhodges/articles/26687.aspx


Last edited by CrZyIcE93 on Tue Aug 21, 2007 8:51 pm; edited 1 time in total
Back to top
View user's profile Send private message
benlue
Moderator
Reputation: 0

Joined: 09 Oct 2006
Posts: 2142

PostPosted: Fri Aug 31, 2007 11:49 pm    Post subject: Reply with quote

Stop spamming this thread please. All spams have been deleted.
Back to top
View user's profile Send private message
hakkairu
Legendary
Reputation: 0

Joined: 02 Dec 2006
Posts: 1301

PostPosted: Fri Sep 07, 2007 11:40 pm    Post subject: Reply with quote

C++

Complete C++ language tutorial
Code:
http://www.cplusplus.com/doc/tutorial/


Online C++ Tutorial
Code:
http://www.intap.net/~drw/cpp/


C++ Programming Tutorial

http://cplus.about.com/library/blcplustut.htm

C++ tutorial for C users
http://www.4p8.com/eric.brasseur/cppcen.html

C++ Tutorials
http://www.glenmccl.com/tutor.htm

C++ Programming Tutorial
http://www.juicystudio.com/tutorial/cpp/index.asp

DevCentral Tutorials: C/C++
http://devcentral.iticentral.com/ar...C++/default.php

C++ Tutorial Links
http://www.mysteries-megasite.com/linux/C-tutorial.html


C

How C Programming Works
http://computer.howstuffworks.com/c.htm

C Programming Tutorial
http://cplus.about.com/library/blctut.htm

C Programming
http://www.strath.ac.uk/IT/Docs/Ccourse/

Programming in C
http://www.cs.cf.ac.uk/Dave/C/CE.html

C Programming Tutorial
http://vergil.chemistry.gatech.edu/...torial/toc.html

Eddie's Basic Guide to C Programming
http://www.iota-six.co.uk/c/default.asp

C Programming contents
http://goforit.unk.edu/cprogram/cstart.htm

Learn C/C++ Today
http://www.cyberdiem.com/vin/learn.html

Introduction to Sockets in C [PDF] Thanks - digitlcoup
http://www.math.grinnell.edu/~walke...ets/sockets.pdf

The Development of the C Language [PDF] - Thanks digitlcoup
http://cm.bell-labs.com/cm/cs/who/dmr/chist.pdf

ANSI C for Programmers on UNIX Systems [PDF] - Thanks digitlcoup
http://www.eng.cam.ac.uk/help/tpl/l...teaching_C.html

Good tutorial for C - Thanks digitlcoup
http://www.its.strath.ac.uk/courses/c/

ASM

Assembly Tutorial/Ready to Start!
http://www.xs4all.nl/~smit/asm01001.htm

Learning Assembly
http://doorknob.t35.com/asm_tutorial.html

Win32 Assembly Tutorials
http://win32assembly.online.fr/tutorials.html

Assembly Language Introduction
http://www.osdata.com/topic/language/asm/asmintro.htm

Assembly Tutorial
http://www.laynetworks.com/assembly%20tutorials.htm

From C To Assembly Language
http://www.linuxgazette.com/issue94/ramankutty.html

Assembly Documents!
http://www.xs4all.nl/~smit/docs.htm


Python

125 Python Tutorials
http://www.awaretek.com/tutorials.html

Python Tutorial
http://docs.python.org/tut/tut.html

Non-Programmers Tutorial For Python
http://honors.montana.edu/~jjc/easytut/easytut/

Python Tutorials
http://www.awaretek.com/tutorials.html

Python Tutorial
http://martin.f2o.org/python/tutorial

Introductory Material on Python
http://www.python.org/doc/Intros.html

The What, Why, Who, and Where of Python
http://www.networkcomputing.com/uni...al/005/005.html

Python + KDE Tutorial
http://www.xs4all.nl/~bsarempt/python/tutorial.html

Free Python Tutorials
http://www.tutorialized.com/tutorials/Python/1

Python Tutorial
http://www.cs.bham.ac.uk/resources/...oc/tut/tut.html


BASIC

A BASIC programming Couse for Beginners
http://users.argonet.co.uk/users/cwragg/pages/tutor.htm

QBASIC Tutorials
http://www.qbasic.com/tutorial.shtml

Qbasic Tutorial for beginners and Children
http://pages.intnet.mu/jhbpage/Program/Qbasic/tutorial/


Java

The Java Tutorial
http://java.sun.com/docs/books/tutorial/

Java Coffee Break Tutorials
http://www.javacoffeebreak.com/tutorials/

Java Programming Resources
http://www.apl.jhu.edu/~hall/java/

Java Tutorials
http://www.freewarejava.com/tutorials/index.shtml


Perl

Databases - An Introduction to the DBI
http://www.cwinters.com/programming/yapc_dbi.html

Active State Perl for Windows
http://aspn.activestate.com/ASPN/

Home of Perl Development
http://www.perl.com/


Visual Basic

Visual Basic Tutorial
http://www.vbtutor.net/vbtutor.html

Visual Basic Tutorials
http://www.imt.net/~joe/matt/program/vb/Tutorials/

Mastering Visual Basic
http://www.free-ed.net/fr03/lfc/030202/120/

Juicy Studio's VB Tutorial
http://www.juicystudio.com/tutorial/vb/index.asp

Visual Basic Training and Tutorials
http://www.intelinfo.com/newly_rese...sual_Basic.html

More VB Tutorials
http://www.itlearningmaterials.com/vbtutorials.htm



HTML

HTML Tutorial
http://www.w3schools.com/html/

Introduction to HTML
http://www.cwru.edu/help/introHTML/toc.html

Getting started with HTML (Very Basic)
http://www.w3.org/MarkUp/Guide/

Authoring HTML Basics (Webmonkey)
http://webmonkey.wired.com/webmonkey/teachingtool/

A Beginner's Guide to HTML
http://archive.ncsa.uiuc.edu/Genera...LPrimerAll.html

Learning HTML
http://www.utexas.edu/learn/html/


JavaScript

Indispensable JavaScript Tutorials - thanks dksmarte
http://jennifermadden.com

JavaScript for the Total Non-Programmer
http://www.webteacher.com/javascript/

JavaScript Tutorial for Programmers
http://www.wdvl.com/Authoring/JavaScript/Tutorial/

JavaScript Tutorial
http://www.echoecho.com/javascript.htm

Thau's JavaScript Tutorial (Webmonkey)
http://webmonkey.wired.com/webmonke.../tutorial1.html

JavaScript Guide
http://wp.netscape.com/eng/mozilla/...ook/javascript/

JavaScript Tutorial
http://www.webdeveloper.com/javascr...s_tutorial.html


PHP

A simple PHP Tutorial
http://us3.php.net/tut.php

PHP Tutorial
http://www.freewebmasterhelp.com/tutorials/php

Another PHP Tutorial
http://www.w3schools.com/php/default.asp

PHP Server Side Scripting
http://www.juicystudio.com/tutorial/php/index.asp

PHP Tips and Tutorials
http://www.hotscripts.com/PHP/Tips_and_Tutorials/

Gimpster PHP Tutorial
http://www.gimpster.com/wiki/PhpTutorial

IBM Introduction to PHP
http://www-106.ibm.com/developerwor...rary/l-php.html

An Introduction to PHP
http://www.rci.rutgers.edu/~jfulton/php1/

PHP Manual
http://www.phpfreaks.com/phpmanual.php


MySQL

PHP/MySQL Tutorial
http://webmonkey.wired.com/webmonke.../tutorial4.html

MySQL Basics -- A MySQL Tutorial
http://www.analysisandsolutions.com/code/mybasic.htm

PHP/MySQL Tutorial
http://www.freewebmasterhelp.com/tutorials/phpmysql

Using MySQL
http://www.juicystudio.com/tutorial/mysql/index.asp

MySQL Manual
http://www.mysqlfreaks.com/mysql-manual.php



Shell Scripting

How to write a shell script
http://vertigo.hsrl.rutgers.edu/ug/shell_help.html

Writing Shell Scripts
http://gd.tuwien.ac.at/linuxcommand...ll_scripts.html

Unix Shell Scripts
http://heather.cs.ucdavis.edu/~matl...x/CShellII.html

UNIX Shell Scripting
http://users.sdsc.edu/~steube/Bshell/

Bourne Shell Programming
http://steve-parker.org/sh/sh.shtml


Batch

Making Batch Files
http://www.tnd.com/camosun/elex130/dosbatchtutor1.html

Batch Tutorial
http://www.ingleby.com/computer-batch_tutorial.htm

A Modern Batch Programming Tutorial (Win 2k/XP)
http://www.student.oulu.fi/~vtatila/batch_tutorial.html

Batch File Tutorials
http://www.techtutorials.info/dbatch.html
----------------------------------------------------------------------------

Understanding number systems,
hex, decimal, binary, etc
http://www.pc-control.co.uk/number_systems.htm
credits to UC for links
Tutorials (written)

C++

Complete C++ language tutorial
http://www.cplusplus.com/doc/tutorial/

Online C++ Tutorial
http://www.intap.net/~drw/cpp/

C++ Programming Tutorial
http://cplus.about.com/library/blcplustut.htm

C++ tutorial for C users
http://www.4p8.com/eric.brasseur/cppcen.html

C++ Tutorials
http://www.glenmccl.com/tutor.htm

C++ Programming Tutorial
http://www.juicystudio.com/tutorial/cpp/index.asp

DevCentral Tutorials: C/C++
http://devcentral.iticentral.com/ar...C++/default.php

C++ Tutorial Links
http://www.mysteries-megasite.com/linux/C-tutorial.html


C

How C Programming Works
http://computer.howstuffworks.com/c.htm

C Programming Tutorial
http://cplus.about.com/library/blctut.htm

C Programming
http://www.strath.ac.uk/IT/Docs/Ccourse/

Programming in C
http://www.cs.cf.ac.uk/Dave/C/CE.html

C Programming Tutorial
http://vergil.chemistry.gatech.edu/...torial/toc.html

Eddie's Basic Guide to C Programming
http://www.iota-six.co.uk/c/default.asp

C Programming contents
http://goforit.unk.edu/cprogram/cstart.htm

Learn C/C++ Today
http://www.cyberdiem.com/vin/learn.html

Introduction to Sockets in C [PDF] Thanks - digitlcoup
http://www.math.grinnell.edu/~walke...ets/sockets.pdf

The Development of the C Language [PDF] - Thanks digitlcoup
http://cm.bell-labs.com/cm/cs/who/dmr/chist.pdf

ANSI C for Programmers on UNIX Systems [PDF] - Thanks digitlcoup
http://www.eng.cam.ac.uk/help/tpl/l...teaching_C.html

Good tutorial for C - Thanks digitlcoup
http://www.its.strath.ac.uk/courses/c/

ASM

Assembly Tutorial/Ready to Start!
http://www.xs4all.nl/~smit/asm01001.htm

Learning Assembly
http://doorknob.t35.com/asm_tutorial.html

Win32 Assembly Tutorials
http://win32assembly.online.fr/tutorials.html

Assembly Language Introduction
http://www.osdata.com/topic/language/asm/asmintro.htm

Assembly Tutorial
http://www.laynetworks.com/assembly%20tutorials.htm

From C To Assembly Language
http://www.linuxgazette.com/issue94/ramankutty.html

Assembly Documents!
http://www.xs4all.nl/~smit/docs.htm


Python

125 Python Tutorials
http://www.awaretek.com/tutorials.html

Python Tutorial
http://docs.python.org/tut/tut.html

Non-Programmers Tutorial For Python
http://honors.montana.edu/~jjc/easytut/easytut/

Python Tutorials
http://www.awaretek.com/tutorials.html

Python Tutorial
http://martin.f2o.org/python/tutorial

Introductory Material on Python
http://www.python.org/doc/Intros.html

The What, Why, Who, and Where of Python
http://www.networkcomputing.com/uni...al/005/005.html

Python + KDE Tutorial
http://www.xs4all.nl/~bsarempt/python/tutorial.html

Free Python Tutorials
http://www.tutorialized.com/tutorials/Python/1

Python Tutorial
http://www.cs.bham.ac.uk/resources/...oc/tut/tut.html


BASIC

A BASIC programming Couse for Beginners
http://users.argonet.co.uk/users/cwragg/pages/tutor.htm

QBASIC Tutorials
http://www.qbasic.com/tutorial.shtml

Qbasic Tutorial for beginners and Children
http://pages.intnet.mu/jhbpage/Program/Qbasic/tutorial/


Java

The Java Tutorial
http://java.sun.com/docs/books/tutorial/

Java Coffee Break Tutorials
http://www.javacoffeebreak.com/tutorials/

Java Programming Resources
http://www.apl.jhu.edu/~hall/java/

Java Tutorials
http://www.freewarejava.com/tutorials/index.shtml


Perl

Databases - An Introduction to the DBI
http://www.cwinters.com/programming/yapc_dbi.html

Active State Perl for Windows
http://aspn.activestate.com/ASPN/

Home of Perl Development
http://www.perl.com/


Visual Basic

Visual Basic Tutorial
http://www.vbtutor.net/vbtutor.html

Visual Basic Tutorials
http://www.imt.net/~joe/matt/program/vb/Tutorials/

Mastering Visual Basic
http://www.free-ed.net/fr03/lfc/030202/120/

Juicy Studio's VB Tutorial
http://www.juicystudio.com/tutorial/vb/index.asp

Visual Basic Training and Tutorials
http://www.intelinfo.com/newly_rese...sual_Basic.html

More VB Tutorials
http://www.itlearningmaterials.com/vbtutorials.htm



HTML

HTML Tutorial
http://www.w3schools.com/html/

Introduction to HTML
http://www.cwru.edu/help/introHTML/toc.html

Getting started with HTML (Very Basic)
http://www.w3.org/MarkUp/Guide/

Authoring HTML Basics (Webmonkey)
http://webmonkey.wired.com/webmonkey/teachingtool/

A Beginner's Guide to HTML
http://archive.ncsa.uiuc.edu/Genera...LPrimerAll.html

Learning HTML
http://www.utexas.edu/learn/html/


JavaScript

Indispensable JavaScript Tutorials - thanks dksmarte
http://jennifermadden.com

JavaScript for the Total Non-Programmer
http://www.webteacher.com/javascript/

JavaScript Tutorial for Programmers
http://www.wdvl.com/Authoring/JavaScript/Tutorial/

JavaScript Tutorial
http://www.echoecho.com/javascript.htm

Thau's JavaScript Tutorial (Webmonkey)
http://webmonkey.wired.com/webmonke.../tutorial1.html

JavaScript Guide
http://wp.netscape.com/eng/mozilla/...ook/javascript/

JavaScript Tutorial
http://www.webdeveloper.com/javascr...s_tutorial.html


PHP

A simple PHP Tutorial
http://us3.php.net/tut.php

PHP Tutorial
http://www.freewebmasterhelp.com/tutorials/php

Another PHP Tutorial
http://www.w3schools.com/php/default.asp

PHP Server Side Scripting
http://www.juicystudio.com/tutorial/php/index.asp

PHP Tips and Tutorials
http://www.hotscripts.com/PHP/Tips_and_Tutorials/

Gimpster PHP Tutorial
http://www.gimpster.com/wiki/PhpTutorial

IBM Introduction to PHP
http://www-106.ibm.com/developerwor...rary/l-php.html

An Introduction to PHP
http://www.rci.rutgers.edu/~jfulton/php1/

PHP Manual
http://www.phpfreaks.com/phpmanual.php


MySQL

PHP/MySQL Tutorial
http://webmonkey.wired.com/webmonke.../tutorial4.html

MySQL Basics -- A MySQL Tutorial
http://www.analysisandsolutions.com/code/mybasic.htm

PHP/MySQL Tutorial
http://www.freewebmasterhelp.com/tutorials/phpmysql

Using MySQL
http://www.juicystudio.com/tutorial/mysql/index.asp

MySQL Manual
http://www.mysqlfreaks.com/mysql-manual.php



Shell Scripting

How to write a shell script
http://vertigo.hsrl.rutgers.edu/ug/shell_help.html

Writing Shell Scripts
http://gd.tuwien.ac.at/linuxcommand...ll_scripts.html

Unix Shell Scripts
http://heather.cs.ucdavis.edu/~matl...x/CShellII.html

UNIX Shell Scripting
http://users.sdsc.edu/~steube/Bshell/

Bourne Shell Programming
http://steve-parker.org/sh/sh.shtml


Batch

Making Batch Files
http://www.tnd.com/camosun/elex130/dosbatchtutor1.html

Batch Tutorial
http://www.ingleby.com/computer-batch_tutorial.htm

A Modern Batch Programming Tutorial (Win 2k/XP)
http://www.student.oulu.fi/~vtatila/batch_tutorial.html

Batch File Tutorials
http://www.techtutorials.info/dbatch.html
[/code]----------------------------------------------------------------------------

Understanding number systems,
hex, decimal, binary, etc
Code:
http://www.pc-control.co.uk/number_systems.htm

_________________
Back to top
View user's profile Send private message
hackerhackxxx
Newbie cheater
Reputation: 0

Joined: 15 Jul 2006
Posts: 20

PostPosted: Tue Sep 11, 2007 9:23 pm    Post subject: Reply with quote

WOW! These are A LOT of tutorials.
Back to top
View user's profile Send private message
CrZyIcE93
Cheater
Reputation: 0

Joined: 12 Aug 2007
Posts: 45

PostPosted: Tue Sep 11, 2007 9:27 pm    Post subject: Reply with quote

most of the C++ tutorials doesnt work

Edit : i might just be seeing it wrong or something but i think u repeated some of the tutorials like asm, c++, batch, etc.
Back to top
View user's profile Send private message
pimpstonie
Advanced Cheater
Reputation: 0

Joined: 27 Sep 2007
Posts: 70

PostPosted: Fri Sep 28, 2007 11:04 am    Post subject: Reply with quote

PlanetSourceCode.com ?

They have a wide range of things.
More like Pre-Made Examples.

They Support:
Visual Basic, Java/Javascript, C/C++, ASP, SQL, Perl, Delphi, PHP, Cold Fusion & .Net.
Back to top
View user's profile Send private message
Xerpent
Cheater
Reputation: 0

Joined: 01 Oct 2007
Posts: 27

PostPosted: Mon Oct 01, 2007 3:48 pm    Post subject: Reply with quote

hmm.. let c
Back to top
View user's profile Send private message
atom0s
Moderator
Reputation: 198

Joined: 25 Jan 2006
Posts: 8516
Location: 127.0.0.1

PostPosted: Tue Oct 02, 2007 4:35 am    Post subject: Reply with quote

Some of my prefered websites:

Resource Websites
http://msdn2.microsoft.com/en-us/default.aspx
Supports: All Microsoft bound languages.
Notes: Free MSDN resource for all API based on Windows, has example codes for majority of the API, etc.

http://www.codeproject.com/
Supports: MFC/C++, C#, ASP.NET, VB.NET, Architect, SQL
Notes: Huge resource for tutorials, articles, explanations, example projects, etc. A VERY nice site to check out.

http://www.pscode.com/
Supports: VB6, VB.NET, C/C++, ASP, SQL, Perl, Delphi, PHP, Cold Fusion
Notes: Huge resource of articles, example projects, etc. Compiled sources are not allowed, so you will always get the full source and not an exe. Nice site for examples, has some tutorials but not many.

http://www.vbforums.com/
Supports: VB, VB.NET (Has sub forums for other languages. [C++/C#/Java/HTML/etc.])
Notes: Great resource for VB/VB.NET based questions and such. HUGE community with lots of Microsoft Certified developers answering questions and such. Bound to a series of networks which can help you later on down the road.

http://www.cplusplus.com/doc/tutorial/
Supports: C++
Notes: Great tutorial based website for new comers to the C++ language. Has tutorials, articles, source codes for all tutorials, and forums.

http://www.cprogramming.com/
Supports: C/C++
Notes: Great site for articles, tools, tips and tricks, books, and tutorials.

http://www.functionx.com/win32/
Supports: C/C++
Notes: Lots of tutorials and example codes.

IDE/Compilers
Microsoft Visual Studio Express
http://msdn2.microsoft.com/en-us/express/default.aspx

Bloodshed C++
http://www.bloodshed.net/devcpp.html

Sally
http://sallyide.sourceforge.net/

Anjuta
http://anjuta.sourceforge.net

Quincy
http://www.codecutter.net/tools/quincy/

Code::Blocks
http://www.codeblocks.org/

BVRDE
http://bvrde.sourceforge.net/

Visual-MinGW
http://visual-mingw.sourceforge.net/

KDevelop
http://www.kdevelop.org/

API Tutorials
theForgers Win32 API Tutorials (C++)
http://www.winprog.org/tutorial/

AllAPI API Resource (VB6/.NET)
http://allapi.mentalis.org/apilist/apilist.php

(Sorry if people posted these already Mad)
Back to top
View user's profile Send private message Visit poster's website
DeletedUser14087
I post too much
Reputation: 2

Joined: 21 Jun 2006
Posts: 3069

PostPosted: Tue Oct 02, 2007 7:27 am    Post subject: Reply with quote

What's the diffrent between C++ and VC++ ?

btw, you forget:

masm

Edit Delphi and make it "Pascal/Delphi"

and B# (i think)
Back to top
View user's profile Send private message
Acim
Grandmaster Cheater Supreme
Reputation: 0

Joined: 04 Jun 2007
Posts: 1948
Location: If anyone has a GMS DK and they don't need it I'll have it!!

PostPosted: Fri Oct 05, 2007 2:49 pm    Post subject: Reply with quote

I need HELP! My program in C++ supposed to say "Hello World" closes immediatly and I'm doing everything right, right?:


#include <iostream>
using namespace std;

int main ()
{
cout << "Hello World! xD";
return 0;
}

I also tried where int main () was: int main( void )

_________________
I'm alive and well, but I quit CEF for a while. Legitly playing since Novemberish 07. Starting hacking October 06.
Back to top
View user's profile Send private message
malfunction
Grandmaster Cheater Supreme
Reputation: 0

Joined: 30 Jan 2007
Posts: 1015
Location: http://www.behindthecorner.com/

PostPosted: Sat Oct 06, 2007 9:44 am    Post subject: Reply with quote

yes, theres lots of languages missing but those are the majorly used ones
Quote:

ALGOL
Atlas Autocode
ALGOL 60
ALGOL 68
Burrogh's Extended ALGOL
ALGOL W
Pascal
Ada
SPARK
Turbo Pascal
Object Pascal (Delphi)
Free Pascal (FPC)
Kylix (same as Delphi, but for Linux)
Euclid
Concurrent Euclid
Turing
Turing Plus
Object Oriented Turing
Modula-2
Modula-3
Oberon (Oberon-1)
Oberon-2
Component Pascal
Objective Modula-2 (also under Objective-C and Smalltalk)
CPL
BCPL
B
C
Alef
Limbo
Coyote
C++
Java
Groovy
Join Java
J#
X10
C#
C--
D
Windows PowerShell (also under bash, ksh and Ruby)
ColdFusion
LPC
Pike
Objective-C (also under Smalltalk)
Objective Modula-2 (also under Modula-2 and Smalltalk)
Perl
S2
PHP
PDL (also under APL)
QuakeC
MCPL
APL
A+
Glee
J (also under FL)
K (also under LISP)
NESL
PDL (also under Perl)
Assembly
BASIC
Cache BASIC
BASIC09
COMAL
Quickbasic
QBasic
Liberty BASIC
Just BASIC
Run BASIC
TrueBASIC
BlitzBasic
Blitz3D
BlitzPlus
BlitzMax
Visual Basic
VBScript
Visual Basic for Applications (VBA)
Visual Basic .NET
RealBasic
Euphoria
TI-BASIC
COBOL
DIBOL
WATBOL
Batch languages
MS-DOS Batch files
Winbatch
COMIT
SNOBOL
Icon
Unicon
Lua
CORAL
Corn
FP (Functional Programming)
FL (Function Level)
J (also under APL)
FORTH
InterPress
PostScript
Joy
Factor
Cat
RPL (also under Lisp)
Fortran
FORTRAN II
FORTRAN IV
PORTRAN
FORTRAN 66
FORTRAN 77
Fortran 90
Fortran 95
F
Fortran 2003
Ratfor
WATFOR
WATFIV
FORMAC
HyperTalk
AppleScript
Revolution
JOSS
CAL
TELCOMP
FOCAL
MUMPS
Caché ObjectScript
LabVIEW
Lisp
AutoLISP
Common Lisp
Emacs Lisp
K (also under APL)
Logo
RPL (also under Forth)
S
R
Scheme
Guile
Pico
SASL
Miranda
Haskell
ML
Standard ML (SML)
Alice
Caml
Objective Caml (OCaml)
F#
MCPL (also under BCPL)
Occam
PL/1
PL/M
PL/M-86
PL/C
REXX
SP/k
Progress
Prolog
PROLOG II, III, IV
CLP(R), CLP(FD)
Mercury
REFAL
Tcl
Today
BuildProfessional
Sh
bash
tcsh
ksh
Windows PowerShell (also under C# and Ruby)
ed
sed
awk
perl (also under C)
SETL
ABC
Python
Boo
TECO
Eiffel
Sather
Ubercode
Simula
C++ (also under C)
Smalltalk
Objective-C (hybrid of C and Smalltalk)
Objective Modula-2 (hybrid of Modula-2 and Smalltalk, following Objective-C blueprint)
Ruby
Windows PowerShell (also under bash, ksh and C#)
Self
JavaScript (originally LiveScript)
ActionScript
JavaScript OSA
ECMAScript
JScript
NewtonScript
Io
Slate
BETA

big list and only few of those are on my list

_________________
Back to top
View user's profile Send private message
CrZyIcE93
Cheater
Reputation: 0

Joined: 12 Aug 2007
Posts: 45

PostPosted: Mon Oct 15, 2007 9:09 pm    Post subject: Reply with quote

Acim wrote:
I need HELP! My program in C++ supposed to say "Hello World" closes immediatly and I'm doing everything right, right?:


#include <iostream>
using namespace std;

int main ()
{
cout << "Hello World! xD";
return 0;
}

I also tried where int main () was: int main( void )


you could do system ("PAUSE"); after cout << "Hello World! xD" or, i think cin.get works to. im not sure if cin.get works. i just use system("PAUSE");
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming All times are GMT - 6 Hours
Goto page Previous  1, 2, 3, 4, 5, 6  Next
Page 3 of 6

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites