Post those lines of code you feel like sharing or find what you require for your project here; or simply use them as tutorials.
Midnight
Posts: 1772 Joined: Fri Jul 02, 2004 2:37 pm
Location: Wonderland
Post
by Midnight » Sun May 30, 2010 9:51 am
wow pretty amazing stuff!
dalerank2
Posts: 121 Joined: Thu Dec 03, 2009 7:41 am
Post
by dalerank2 » Tue Jun 01, 2010 4:31 pm
I have update source for 2DPictureFlow foк mostly useful
raveneyex
Posts: 19 Joined: Thu Jul 15, 2010 8:16 am
Contact:
Post
by raveneyex » Thu Jul 22, 2010 9:08 am
Hey man,
Amazing stuff!
I have a question for you:
Code: Select all
void ask_for_code()
{
if (code==updated_version)
std::cout<<"Thanks dude!!"<<std::endl;
else
{
std::cout<<"Can you post the updated version? \n it would be of much help to me! \n Thanks!!"<<std::endl;
}
}
Hahahaha
manik_sheeri
Posts: 53 Joined: Tue May 19, 2009 12:18 am
Post
by manik_sheeri » Thu Nov 24, 2011 9:17 am
Can you post some sample code about how to use this snippet ?
Cube_
Posts: 1010 Joined: Mon Oct 24, 2011 10:03 pm
Location: 0x45 61 72 74 68 2c 20 69 6e 20 74 68 65 20 73 6f 6c 20 73 79 73 74 65 6d
Post
by Cube_ » Thu Nov 24, 2011 5:35 pm
nice... but I agree with manik_sheeri
"this is not the bottleneck you are looking for"
manik_sheeri
Posts: 53 Joined: Tue May 19, 2009 12:18 am
Post
by manik_sheeri » Fri Nov 25, 2011 6:04 am
Seriously, I want to use this snippet in my project but I have no idea about how to use it.
Can anybody help me here ?
hybrid
Admin
Posts: 14143 Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:
Post
by hybrid » Fri Nov 25, 2011 8:26 am
Well, I guess he uses it in his own project as well. Just browse the code!
manik_sheeri
Posts: 53 Joined: Tue May 19, 2009 12:18 am
Post
by manik_sheeri » Fri Nov 25, 2011 8:36 am
I have already downloaded the source code but there isnt any snippet where this is used.
I hope I am not missing anything here.