1 2 3 4
4d Ø" ¡ > X r ´ À Ø æ ò ( H j ¤ ¼ Ê è ø , > R z ’ ¼ Î & * < P v œ ¦ º Þ R ¢ N š ö H ˜ ð f Æ & H ’ Ð ^ ² ö < Œ â ...
C++ AndroidManifest
by m0n0lith.myopenid.com,
August 12, 2010 05:59,
1 refactoring
1 2 3 4
// Original method int monster() ...
C++ Return in the middle of an ...
by https://www.google.com/accounts/o8/id?id=AItOawlmF6128_7x9vlFVJ0ZVoNOgsxom2Stesw,
June 28, 2010 17:38,
1 refactoring, tagged with extract method, C++, monster method
I have a very long method, ...
1 2 3 4
bool Translations::compatibleNICodes(const Rule& rule, const std::vector<std::string>& nicodes) { ...
C++ Copy-Paste code with intern...
by deworde.myopenid.com,
June 10, 2010 09:55,
7 refactorings
I'm struggling to reformat ...
1 2 3 4
//---------------------------------------------------------------- //FindShortestPath.cpp // ...
C++ PathFinding Algorithms
by leonhano,
April 14, 2010 19:31,
No refactoring
Old code, do not optimize.
1 2 3 4
int width = iplImage->width; int height = iplImage->height; ...
C++ exchanging 2 values
I am working with OpenCV an...
1 2 3 4
#include <fstream> using std::ofstream; #include <time.h> ...
C++ Game of Life
by vodkamilkshake,
January 22, 2010 08:29,
3 refactorings, tagged with C++, cpp, gameoflife, conway, game, algorithm
This is an implementation o...
1 2 3 4
// handlePathChange() is called whenever the URI changes void MVCApplication::handlePathChange() ...
C++ Re-implementation of the AS...
by the-drow.myopenid.com,
January 15, 2010 19:54,
2 refactorings, tagged with C++, mvc, routing, asp.net-mvc-routing
I'm trying to re-implement ...
1 2 3 4
#pragma once #include <iostream> ...
C++ c++ templates, Vector2, Vec...
by rakkarage.myopenid.com,
November 13, 2009 22:50,
2 refactorings, tagged with C++, template, math, vector, 3d
for my 3d game :) still wor...
1 2 3 4
#include <iostream> #include <stdio.h> //#include <cstdlib> ...
C++ Calender
prints months calenders fro...
1 2 3 4
#include <map> #include <string> ...
C++ PHP associative array class...
by tearsfornations.blogspot.com,
August 08, 2009 19:10,
1 refactoring, tagged with c++ array, php array in c++
looking for stability and s...
1 2 3 4
#include <iostream> #include <limits> #include <map> ...
C++ Breadth First Search (Textb...
This is the BFS example use...
1 2 3 4
#include <stdlib.h> #include <vector> #include <string> ...
C++ An efficient HTTP parser
by steve.hanov.myopenid.com,
March 09, 2009 22:48,
2 refactorings, tagged with http, sockets, server
I'm writing a web server, a...
1 2 3 4
for(int col = 0; col < cells.shape()[0]; col++) { int max_w = 0; for(int row = 0; row < cells.shape()[1]; row++) { ...
C++ Table layout with boost::mu...
maybe can use std algos lik...
1 2 3 4
// routine for loading all grass sprites we can find char buffer[32]; std::string setname = "jungle"; ...
C++ Call sprintf_s only once
Can this routine be done wi...
1 2 3 4
#include <iostream> using namespace std; ...
C++ while reads some integers a...
by buk,
December 18, 2008 21:50,
7 refactorings
hi,
first time here dont...
1 2 3 4
// For faster converting of dates to strings char* sLeadingZeroIntegerValues[] = { "00","01","02","03","04","05","06","07","08","09", ...
C++ Stream ADODB recordset into...
by ctrager.blogspot.com,
November 11, 2008 12:30,
2 refactorings, tagged with C++, COM, ADODB, STL, speed
Can we make the code betwee...
1 2 3 4
#include <iostream.h> #include <stdlib.h> #include <math.h> ...
C++ Prime or Not
This is a simple program to...
1 2 3 4
#include <iostream.h> int main() { ...
C++ Simple For Loop
by goodespeler.myopenid.com,
October 06, 2008 23:10,
4 refactorings
Can someone check my for lo...
1 2 3 4
#include <iostream> #include <iomanip> using namespace std; ...
C++ Code Formatting
Is there a nicer way of for...
1 2 3 4
#include<stdio.h> #include<math.h> ...
C++ Finding area of a circle wh...
It has some problem with pr...
Code to re-skin Android Nex...