New Scripts | C & C++
Accessing Private Data Members in Classes
posted byskyhawk133inProgramming in C & C++
This code shows you how to access private data members in classes without using the friend keyword.
Reviews0
PriceFree
Views3149
Output Macro
posted byskyhawk133inMiscellaneous
This macro allows you to output to the standard cout stream and an ofstream of your choice, allowing for convenience and efficiency.
Reviews0
PriceFree
Views2265
Clear Screen Function
posted byskyhawk133inMiscellaneous
This function uses the Windows API to clear a console screen, and is useful for when the standard system("cls") is unavailable.
Reviews0
PriceFree
Views6848
Using the Deque class in Recursive Algorithms
posted byskyhawk133inMiscellaneous
This snippet focuses on the uses of the STL deque class in a recursive algorithm, namely to solve a maze.
Reviews0
PriceFree
Views2210
Function and Class Templates Tutorial
posted byskyhawk133inProgramming in C & C++
This tutorial shows you how to reduce typing, reuse code and speed up development using Templates.
Reviews0
PriceFree
Views2746
Polymorphism in C++ with Disassembly Proof
posted byskyhawk133inProgramming in C & C++
Shows how to combine inheritance with virtual functions to make the most of polymorphism.
ALSO CONTAINS PROOF OF EXISTENCE OF VIRTUAL TABLES AND HOW COMPILER IMPLEMENTS THEM WITH THE HELP OF DISASSEMBLED LISTINGS.
Reviews0
PriceFree
Views2629
One Source Code,different Results, MACROS v/s FUNCTIONS
posted byskyhawk133inMiscellaneous
his one's basically shows that MACROS when used in different compilers can give different results. This one teaches you to analyse C++ code and read it in Assembly and draw Conclusions about the results.
Really interesting if you read it completely...
Reviews0
PriceFree
Views2613
Data Structures in C++
posted byskyhawk133inProgramming in C & C++
This tutorial teaches how to implement Data Structures as classes using C++.
Stacks,Queues,Circular Queues,Linked Lists,Stacked Linked List,Queued Linked List,Circular Linked List,Double Linked List and Binary Trees are explained.
Reviews0
PriceFree
Views17230
Postfix Multiple Interfaces Patch
posted bysimscripts.cominMiscellaneous
This patch allows Postfix to use multiple interfaces/ips for outgoing smtp connections. It allows the system administrator to set up an ip pool with the desired ips and then Postfix will rotate trough the list or ips for each outgoing email.
Reviews0
PriceUSD 1,500.00
Views1123
E-mail Validation for .net
posted bysalesinLibraries & Classes
PatNorSoft Email Validation is a true native 100% managed class that can be implemented for both Webforms and Winforms. It checks email in two steps:
1- Check if the email has a valid syntax.
2- If it is valid then proceed with a special DNS look-up to check the validity of the email address.
Although email validation can't be 100% foolproof, WebStorm Email Validation Component can cut off bad email addresses up to 80% in you database.
Reviews0
PriceFree
Views1225
Graphical Scientific Calculator
posted bymsaqibinMiscellaneous
Nice graphical scientific calculator.
It has all the functinalities of a scientific calculator. Good User Interface with buttons. User can use mouse too to perform the required operation.
It can perform the basic perations as well as conversion form binary, octal decimal and hex-decimal.
Reviews1
PriceFree
Views5178
ssdt
posted bysabbatinCommunication Tools
Spoofed secure data transfer exploits ICMP and UDP protocols to send RSA encrypted files from a spoofed source ip.
Reviews0
PriceFree
Views1250
Experts Advice - C-C++
posted byshabbirbhimaniinProgramming in C & C++
If you have any Queries related to C-C++ programming you can ask the expert and they will help you out for the problem or will refer you to some other sites where you can find the solution to your problem.
Reviews0
PriceFree
Views1687
AGInstaller
posted byagentixinMiscellaneous
AGInstaller is a script-based tool that creates professional setups. It has the gentleman's set of features such as multilanguage support, numerous dialogs, an uninstaller, registry and INI modification, Start Menu shortcuts, files compression and more. Setups can be packed into one SFX setup file for easy distribution.
The size of the extractor module is only 46k overhead over compressed data size.
Reviews0
PriceFree
Views1510
Microsoft Analysis Services Training
posted bysanereddyinDatabase-Related
This free training covers all the topics you need to learn in order to become master in MSAS along with the screen shots and sample code with step by step instructions. Please visit the site for the details on the topcs covered. Introduction to Data Warehousing and OLAP, Introducing Data Warehousing, Introducing Analysis Manager Wizards, Understanding Analysis Services Architecture, Building Dimensions Using the Dimension Editor, Using Advanced Dimension Settings, Working with Cubes and Measures, Managing Storage and Optimization, Processing Dimensions and Cubes. Managing Partitions, Implementing Calculations Using MDX, Working with Virtual Cubes, Using Actions, Drillthrough and Writeback, and Implementing Security.
Reviews0
PriceFree
Views2287
C/C++ Programming Books
posted bymsaqibinProgramming Books
Essential programming tips at your fingertips! This handy programmer's reference provides quick access to syntax, functions, classes, methods, as well as the Standard Template Library (STL). The book covers ANSI/ISO Standard C and C++, including the new C99 standard.
Reviews1
PriceFree
Views4244
Direct X and Game Programming
posted bymsaqibinGames & Entertainment
Direct X and Game Programming tutorial start by giving an overview of directx and then tell you how to program Direct x in C/C++.
Also includes a nice example of how to start developing.
Reviews0
PriceFree
Views6230
One of the Best C++ tutorial sets
posted byaa70inIntroduction to C & C++
cplusplus.us is proud to present FREE 5 star C++ Tutorial set.
Plenty of sourcecode, pictures and easy to read decriptions.
Reviews0
PriceFree
Views2574
Learn C on the Macintosh (Mac OS X Edition)
posted byspiderworksinProgramming Books
Considered a classic by an entire generation of Mac programmers, this popular guide has been completely updated for Mac OS X. Don't know anything about programming? No problem! Dave Mark, whose bestselling books have helped educate legions of developers world-wide, takes you through a complete course in programming C using Apple's free Xcode Tools. Perfect for beginners learning to program, this new PDF eBook includes all new Xcode examples for Mac OS X and is available from SpiderWorks.com
Reviews0
PriceFree
Views4845
Your Free WebPages : C Resources
Find C scripts & reviews at your free webpages along with other webmaster resources that you can use for your website.
Reviews0
PriceFree
Views3201