Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

advertising

related pastes to tag 'cpp'

1228357 - Wildcard String Matching / By Ai: c card useful string snippet cpp code wildcard wild match matching utility
  1. //Wildcard String matching, wrote by Aikar@windower.net
  2. bool strmatchwc(const char* pattern, const char* string, bool Escape = false)
  3. {
  4.         static int i = 0;
  5.         if(!pattern || !string) return false;
  6.         if(!*pattern || !*string)
  7.         {
  8.                 if(!*pattern && !*string)
  9.  
959597 - Alain de Callafon c program cpp abc math.h math ax2bxc
preview unavailable
921843 - Hero - The Game: project c cpp code
  1. #include<stdio.h>
  2. #include<conio.h>
  3. #include<process.h>
  4. #include<stdlib.h>
  5. #include<dos.h>
  6.  
  7. static int min=1;
  8. static int sec=59;
  9.  
879195 - sanjin: cpp bjam linkage
  1. # the static library c
  2. #
  3. # c.cpp looks like this:
  4. # int __declspec(dllexport) test()
  5. # {
  6. #       return 9;
  7. # }
  8. lib c
  9.  
879152 - sanjin: cpp bjam linkage
  1. # the static library c
  2. #
  3. # c.cpp looks like this:
  4. # int __declspec(dllexport) test()
  5. # {
  6. #       return 9;
  7. # }
  8. lib c
  9.  
655918 - Alain de Callafon c program cpp abc math.h math square
preview unavailable
655684 - Alain de Callafon c program cpp abc math.h math ax2bxc
preview unavailable
655561 - Alain de Callafon: c program cpp abc math.h math ax2bxc
  1. //abc-formule( eerste programma)
  2.  
  3. #include <iostream>
  4. #include <math.h>
  5. using namespace std;
  6.  
  7. int main ()
  8. {
  9.  
fantasy-obligation fantasy-obligation