Share your knowledge with the world.

Archive for the ‘General’ Category

C++ Standard Template Library [Map]

Store Different Class Object to File [STL + File I/O Solution] Problem : I am having classes in a project like [Student, Customer and many more classes] now I have to manage [Add, Update, Delete & Display All] all the class data/object to File. Requirement is much efficient manner + minimum overhead. Much Efficient Solution: [...]

Socket Programming (UDP) using C:

Socket Programming User Datagram Protocol (UDP): -Please have look at [TCP Programming in C - youtube.com/vinodthebest] -Server & Client Concept. -Major steps. -Server: => Create a socket with the socket() => Bind the socket to an address using the bind(). => Send and receive data, use the recvfrom() and sendto() system calls. -Client: => Create [...]

Socket Programming (TCP) using C:

Socket Programming: -Minimum Requirement. -Linux OS [Lib. Header Files] -IP & Port No. -Server & Client Concept. -Major steps. -Server: =Create a socket with the socket() =Bind the socket to an address using the bind(). =Listen for connections with the listen(). =Accept a connection with the accept(). =Send and receive data, use the read() and [...]

Get ready for Angry birds in Chrome.[No Extra Software Installation] only plugin

Bored by work/programming{import….} need some refreshment{System.exit(0)} but not having IPhone or an Android{throw new exception} based phone not a problem{catch(Exception e)} try to get your hands on the famousAngry Birds game. It is available for FREE as an extension in Chrome Store. So you can download this extension and play it right in your Chrome Web Browser. Check it out and [...]

Google Maps got => 3D Effect

Explore maps in 3D with Google Maps 5.0 on Android-powered devices. Major features: 3 D View of Buildings. Rotate the map with the two fingers. Zooming is now much better. Maps can viewed even offline as preloaded in the background Google Maps Navigation (Beta) automatically reroutes you, even if you lose your connection after starting [...]

Get ready for Mac OS X [Lion is comming..]

Apple may release Lion on Thursday, July 14 yet not declared. But most expected. But according to Apple: OS X Lion is our best OS yet. & 250+ New Features. Some of them are really too cool. Check it out: http://www.apple.com/in/macosx/whats-new/features.html  

Facebook reply to Google+ (Facebook + Skype)

Facebook New feature => Video Calling (Facebook + Skype). For that you have to enable it. 1. Login into our account. 2. https://www.facebook.com/videocalling 3. Get Started. [Remember if your offline in chat (like me) then you have get online mode] From here onwards you people can figure it out! Hidden feature: If your friend is [...]

Get Ready for Windows 8 {Touch Experience}

Windows is planning to realeas its next OS {Windows 8} by 2o12/13. But people have already started taking about the Beta…….. And what windows going to provide now: Touch Screen Experience Internet Explorer 10 {too… in Touch Mode…..} Insead of icons the {Tabs….} Multiple task at a time…. Complex system for the layman heeeeeeee Yes [...]

Google 3 Major Changes!

Google is on fire. Three major changes in a week. Something big has been planned. First it was Google+. Then the new look of Google home page. And  now a complete new look of Gmail.

Operator Overloading in C++ (Part – 3)

Follow

Get every new post delivered to your Inbox.