Saturday, September 30, 2017
AI library
AI library
- Build Simple AI .NET Library - Part 6 - ML Algorithms
- C/C++ Build Errors
- C - Error Handling
- Error Handling in C programs
- Error handling in C
- 131 Linux Error Codes for C Programming Language using errno
- Defining error codes
- Error handling in C code
- Error numbers
- Error numbers
- strerror, strerror_s, strerrorlen_s
- Errno Codes by Platform
- C Programming/Error handling
- errno.h - C Error Codes in Linux
- 2.2 Error Codes
- 2.3 Error Messages
- What is the correct way to implement error propagation in C?
- How to know what the 'errno' means?
- C naming suggestion for Error Code enums
- C Tutorial – Error Handling (Exception Handling)
- Error handling style in C (pixelstech.net)
- Exception Handling in C without C++
- CHAPTER 10 : Programming Usage
- : returning an error code from a function that has a pointer return type
- Error codes vs exceptions: critical code vs typical code
- Error Reporting
- The compiler errors and warnings
- mming Error Types – Runtime, Compile & Logical Errors C Programming Error Types – Runtime, Compile & Logical Errors
- Issues with compiling code on VC++6
Saturday, September 23, 2017
Saturday, September 9, 2017
research on parser
research on parser. need to know what kind of math functions need to be included inside a language. research on EL to get basic grammar requirements as base line. math functions, string functions, array functions, list functions.
- muparserx - Math Parser Library
- muparser - Fast Math Parser Library
- Building Winning Algorithmic Trading Systems, + Website: A Trader's Journey From Data Mining to Monte Carlo Simulation to Live Trading (Wiley Trading) 1st Edition
- Trading Systems: A New Approach to System Development and Portfolio Optimisation
- TradeStation EasyLanguage Home Study Course 231 Color Page Book + CD
- TradeStation Made Easy!: Using EasyLanguage to Build Profits with the World's Most Popular Trading Software Paperback – April 5, 2011
- Building Winning Algorithmic Trading Systems, + Website: A Trader's Journey From Data Mining to Monte Carlo Simulation to Live Trading (Wiley Trading) 1st Edition
- Trading Systems: A New Approach to System Development and Portfolio Optimisation
- Monte Carlo – Estimate π (Pi) and Option Pricing
- Monte Carlo Simulation
- A High Performance Monte Carlo Integration Simulation Framework
- Cppcheck is a static analysis tool for C/C++ code
- ANSI C Lex grammar
- ANSI C Yacc grammar
- Free Grammars for Programming Languages
- ANSI C grammar, Lex specification
- ANSI C Yacc grammar
- C grammar in GCC source code
- C99 Lex/Flex & YACC/Bison Grammars
- ANSI C Yacc grammar
- ANSI C Yacc grammar
- Lex和Yacc应用方法(一).初识Lex
- Grammar List
- https://raw.githubusercontent.com/antlr/examples-v3/master/C/C/C.g
Friday, September 1, 2017
C# Access
C# Access
- Using Microsoft Access Database In C# . . . ADO.NET In Winforms/WPF For Beginners
- EffiProz - A Pure C# Database
- ADO.NET provider 5.11.0.0 Release
- Recommend Free Database to use for commercial purposes in .net app
- What is a good embedded database to use with C#? [closed]
- SQL Maestro Group online shop
- DBeaver Free Universal SQL Client
- Third-party Tools & Drivers
- Beginner’s Tutorial on Using the Firebird ADO.NET Client 2.5
C NULL pointer
What is a NULL pointer?
NULL is a predefined Macro, and its value is 0 (since 0 is not a valid memory address, thus we can consider that NULL can be used for nothing or no address).
So, NULL pointer is a pointer variable that is assigned with NULL Macro.
- EXP34-C. Do not dereference null pointers
- CWE-476: NULL Pointer Dereference
- 6.7a — Null pointers
- NULL pointer in C
- 5. Null Pointers
- C Null Pointer vs Void Pointer
- NULL pointer in C
- 10.4 Null Pointers
- Section 1. Null Pointers
- Frequently Asked Questions in comp.lang.c Table Of Contents
- Explain NULL Pointer in C with Examples
- Null pointer
- C Programming NULL Pointer
- Why are NULL pointers defined differently in C and C++?
- What are the advantages of null pointer in C?
- What is difference between null pointer and void pointer in c?
Subscribe to:
Posts (Atom)