- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
9 Posted Topics
Re: to reduce code lines, i'd suggest You use C++ <map> .. it's much more easier .. you just need a helper function named, maybe (split) which is a vector of string that takes as an argument a const string reference ... [get the sample code here](http://pastebin.com/zK1YKCb8) You just have to … | |
Re: US should switch from mag strip to pinNchip tech ... just like the Uks .. much better dont you think ? | |
Re: something like this should do the trick ... `unsigned int start = 0, end =0;` `start = time(0);` `........your code goes here ...` `end = time(0);` `cout <<"Total Runtime = " <<end - start <<endl;` ***** HAVE PHUN C0DiNG***** | |
Re: i once created an encryption / decryption algorithm ... [get the encryption source here : ](http://pastebin.com/LeLTY0gu) [and decryption source here](http://pastebin.com/qv3rHf4U) Get back and let me know .. | |
Re: Maybe you are trying to do graphics ??? .. then i suggest allegro C/C++ graphics lib as it is both a beginners lib and efficient . Once installed, Do something like ... BITMAP *bmp = loadbmp("name_of_bmp_img", 0 ); BITMAP *buffer = creat_bitmap(SCREEN_W, SCREEN_H); clear_to_color(screen, makecol(255,255,255)); draw_sprite(buffer, bmp, bmp->w, bmp->h); draw_sprite(screen, … | |
Re: Make sure you are using a GUI auxi lib like ( GLUT ) . Do you have that ?? if so initialise every necessary stuffs and try again !!! ****HAVE PHUN C0DiNG**** | |
Re: closed program huh ?? closed answers too ( alibaba ) | |
|
The End.