Showing posts with label Tips-Tricks. Show all posts
Showing posts with label Tips-Tricks. Show all posts

Friday, April 19, 2013

"why Bush hid the facts" showing bug?

 This  Problem  because  of  some  certain combination  and  frequency of  letters in character  string  because "Notepad" misinterpret the encoding of the file when it is re-opened. There  are  lot  of  other  reason  because  using  of  Unicode characters.  Previous  version  of  notepad  not  using  UNICODE thats  why  error  will  not  come  using  previous  version.

for  more  details. visit  this  website
http://www.hoax-slayer.com/bush-hid-the-facts-notepad.html

HAPPY CODING

why we can't create folder with name 'con'?

Hi,

You can't make folders on the desktop that have "System Action" or "Device"  references such
as con, nul and prn. Solution is to use another name or use 0 instead of o,O for C0n.

Here are others :

CON, PRN, AUX, CLOCK$, NUL, COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9,
LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8, LPT9

Can you create “con” folder on windows os ?
http://freetechjournal.com/windows-tips/create-con-folder-windows-xp-os.html

HAPPY CODING

Saturday, June 9, 2012

Google Map in 3d

Now  explore   your  Maps View  in 3d  with  New  Google 3d Map 6.0.

Features
  • Tilt
  • Rotate
  • Compass Mode
  • Smooth Zooming
  • Offline Reliability 
  • Offline Building  and Rerouting
Source :  Google.com

Wednesday, June 6, 2012

Part Time Earning Tips





Hi Folks, here comes the most Real n easy way to Earn unlimited that too just by spending few minutes a day. The time has gone when people were fooled just by showing some lucrative fake incomes by many chain businesses so lets not be a part of sheep walk n lets explore Welcome To ‘NeoBux.com’ & be a part of Neobux family that can multiply your earnings just by viewing advertisements Here I m displaying some of the most attractive features of NeoBux.com that will let u earn 100 $ just in few days and can even help your Business grow as you will. Let’s learn about how u can make minimum money in a month.
Minimum Earnings

 Serial No.        Title                               Amount/month                               Amount/month
  1.            By viewing adds                          10$                                                120$
  2.            By referrals (per referral)             4$                                                  48$
  3.            By Neo points/coins                    5$                                                   60$
  4.            Add Price                                    Randomly chosen                   Randomly chosen
  5             Total                                            20$                                                208$
 So lets give a spark to your Dreamz Guyz !
Click here to be a part of Neo family  and  Register.

Part Time Jobs


 




<script type="text/javascript"><!--
google_ad_client = "ca-pub-9466935848824172";
/* Post Adds */
google_ad_slot = "2071655587";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>



Features:

As a member you can earn simply by viewing all the advertisements they display.
As an Advertiser You can advertise your Business to help increase your sales and let ur business be
viewed by number of viewers.
NeoBux achievements includes a number of “18,798,310 members”
“19,387,936,909” Advertisers, and a lucrative amount of $75,125,053 have been paid to the Neo
members till date that too with in period of just 4 years.
NeoBux is the only platform that offers number of benefits for its members some of them are:

- Effortless income
- Earn from home
- Guaranteed ads daily
- Detailed statistics
- Upgrade opportunities
- A dedicated community
- AdPrize + Offers
- Enhanced management
- Millions of potential clients
- Secure and stable environment
- Professional support
- Customer oriented business

                                              Happy  Earnings :)
                                                                                                                   Regards
                                                                                                             Logic Cafe Team

Friday, November 25, 2011

How To Buy Akaash Online?

Actually we can't buy akaash online yet before december. so if you want to buy akaash we need to book first from www.aakashdatawind.com Here We can find Book Now Button and we need to submit our basic information like email,phone no. etc. After some time they will contact us. You can also book from mobile '+1800 180 2180' toll free no.


Logic Cafe  Team
www.logiccafe.in

Monday, October 31, 2011

Top 10 Programing language

1. Java
2. Asp.net
3.Php
4.Java Script
5. C#
6. C++
7.rubby
8.python
9.j query
10. ajax

Monday, August 8, 2011

Make Download File In Blogger Blog

Hii friends.. i found very good way to post With download files in our blog. i had lot of search regarding that but finally i did it..

.


this is link where u can upload ur files and this site generate a link for ur blog where you can set given link in ur post

http://uploading.com/

Friday, April 15, 2011

Change your Gmail Background by your Own Image.


New Sexy  Features From Gmail.




Change your Gmail Background by your Own Image.


Following are Steps To set background Image.

1. Go To Settings.
2.Select Themes  Tab.
3.Select Create your Own Theme.

4.Select  Background Image.
5.Save.
6. Close.
7. Enjoye.........

Choice is Yours.........Cheers.


Logic Cafe Team

Difference between C & C++.


Difference between C & C++.

Introduction:- C programming language was designed by Dennies Ritchie in the early 1970s at Bell Laboratories. It was first used system  implementation language for the nascent Unix operating system. The main reason to devised C was to overcome the limitations of B. It was Derived from the type-less language BCPL (Basic Combined Programming Language). C was the evolution of B and BCPL by incorporating type checking. It was originally intended for use in writing compilers for other languages.


Introduction:- C++ was devised by Bjarne Stroustrup in 1983 at Bell Laboratories. It is an extension of C by adding some enhancements to C language. Bjarne combined the simula's(a language designed for making simulations, created by Ole-Johan Dahl and Kristen Nygaard) features of object oriented and the efficiency of C. The new features added to language are templates, namespaces, exception handling and use of standary library. 


1.C is a procedure oriented language 
             C++ is a object oriented language.
2. C has a predefined data types and user cannot create  its own data type.
           where c++ can create its own data types through classes.
3. C uses printf and scanf  function for read and write the data.
           In C++ ,we uses cout, cin and bitwise left sift and right shift operator for read and write the data.
4. C uses header file stdio.h for input/output.
            In C++,we uses iostream.h for input /output.It is a stream based input/output.
5. C does not  uses class.
          In C++,we mostly uses class. there are in  data member and member function. it also used public and private i.e. acess specifiers.
6.  C can't use polymorhphism.
          In C++, uses polymorhphism.that means poly - many and marph- form.It ability to take more than forms.
7. C  can't uses inheritance.
          in C++,It has more important concept of inheritance .It provide the reuseablity.
8. C  can't uses  constructor ,deconstructor.
          In C++,we use the constuctor and deconstuctor normaly.It is automatically called when the object is created.
9. C uses malloc ,calloc and free for dynamically memory allocation.
          In C++, we uses new and delete for memory allocate and dellocate.
10. C uses 32 keywords.
           In C++ uses 48 keywords.
11. C has top-down approach.
         In C++ has bottom up approach.
10. C has no security.
            In C++ there are a  lot of security concept for securing the data like Data hiding and Abstraction.
11. C has no use of Encapsulation concept.
           In C++, there are used the concept of Encapsulation ,that  wrapping up of data into a single unit .
12. C has not used friend function.
           In c++, use the friend function that access the private data members .
13.C  we can intialize  the variable above the main function  or anywhere.
           In C++,we can't intialize the variable globel. we can only intialize the variable where we need in the function.
 14.C ,it has not use of scope resolution.
           In c++,we almost use the scope resolution. It shows that the function contain in which class.The symbol of scope resolution "::"
 15.C  the extension is .c for saving in turbo c.
             In C++ ,the extension is .cpp . 
                           
                            Harish  Garg.
                   Software garg. at Landra.
                    hanugargmca@gmail.com


Choice  is Yours...Cheers


Logic Cafe Team

Thursday, April 14, 2011

FaceBook KeyBoard Shortcuts with Mozila Chrome


Alt+1 : Go to Home
Alt+2 : To view the Wall tab
Alt+3 : To pull down the Friends Requests list
Alt+4 : To retrieve the Messages list
Alt+5 : To call out the Notification list
Alt+6 : Account setting page
Alt+7 : Account privacy configuration.
Alt+8 : Facebook fans group page
Alt+9 : Facebook?s Statement of Rights and Responsibilities
Alt+0 : Facebook Help Center
Alt+m : Create new message
Alt+? : Cursor in the Search Box

Choice is Yours....Cheers


Logic Cafe Team

Monday, April 11, 2011

FaceBook KeyBoard Shortcuts with Mozila FireFox

hii  here  is a facebook keyboard  shortcuts with Mozila   FireFox....

Shift+Alt+1 : Go to Home
Shift+Alt+2 : To view the Wall tab
Shift+Alt+3 : To pull down the Friends Requests list
Shift+Alt+4 : To retrieve the Messages list
Shift+Alt+5 : To call out the Notification list
Shift+Alt+6 : My Account setting page
Shift+Alt+7 :  My Account privacy configuration.
Shift+Alt+8 : Facebook fans group page
Shift+Alt+9 : Facebook?s Statement of Rights and Responsibilities
Shift+Alt+0 : Facebook Help Center
Shift+Alt+m : Creat a new message
Shift+Alt+? : Cursor in the Search Box

Google Chrome's user don't be sad   Our team   provide you   shortcuts of google chrome as soon as possible.

Choice is Yours.....Cheers


LOGIC CAFE TEAM