background preloader

C++

Facebook Twitter

Libsequence main page. Author: Kevin Thornton (krthornt@uci.edu) libsequence is a C++ library designed to aid writing applications for genomics and evolutionary genetics.

libsequence main page

A large amount of the library is dedicated to the analysis of "single nucleotide polymorphism", or SNP data. 1.10 — A first look at the preprocessor. The preprocessor is perhaps best thought of as a separate program that runs before the compiler when you compile your program.

1.10 — A first look at the preprocessor

It’s purpose is to process directives. Directives are specific instructions that start with a # symbol and end with a newline (NOT a semicolon). There are several different types of directives, which we will cover below. The preprocessor is not smart — it does not understand C++ syntax; rather, it manipulates text before the compiler gets to it. Cplusplus.com - The C++ Resources Network. C++ Source Codes. Anagram , a program which determines anagrams of a string, by James Cherry; ann , a library which computes Approximate Nearest Neighbors, by David Mount and Sunil Arya; ann_test , a program which uses the ann library to approximate the nearest neighbors of a set of points stored in a file;

C++ Source Codes