MSFN Forum: Tips For Google? - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Tips For Google? Rate Topic: -----

#1 User is offline   MonkH 

  • Group: Members
  • Posts: 5
  • Joined: 22-May 05

  Posted 26 May 2005 - 01:47 PM

anyone got any tips for when searching google or search engines for getting help with coding issues?

an example of what im trying to say is just b4 i was searching google on "how to clear the screen in C" so i typed "C Clear Screen" came up with a couple of results but also came up with stuff like clear a screen saver.

so if u understood that any tips?
and also how do i clear the screen in C ?
i tryed
system("cls"); <- it came up with 'system' : undeclared identifier (presume this is because this is a C++ command not C)


#2 User is offline   IronHead 

  • Group: Members
  • Posts: 1
  • Joined: 23-February 05

Posted 26 May 2005 - 02:19 PM

Programming + "C"+"clear screen"

This is a good way to preface anything when googling. Think of the big picture and get more precise results by adding the + mark. If there is a specific description that you are looking for then make sure to enclose it inside ""

#3 User is offline   gamehead200 

  • SEARCH!!! SEARCH!!!
  • Group: Super Moderator
  • Posts: 7,019
  • Joined: 02-September 02
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 26 May 2005 - 03:13 PM

IronHead, on May 26 2005, 03:19 PM, said:

Programming + "C"+"clear screen"

This is a good way to preface anything when googling. Think of the big picture and get more precise results by adding the + mark. If there is a specific description that you are looking for then make sure to enclose it inside ""
<{POST_SNAPBACK}>


No need for the + signs in Google... ;)

#4 User is offline   HyperHacker 

  • Just plain nuts
  • PipPipPip
  • Group: Members
  • Posts: 473
  • Joined: 01-May 05

Posted 04 June 2005 - 05:08 PM

I think you need stdio or stdlib for system(). Also try including common programming keywords. Throwing in 'void' or 'unsigned' might help to locate chunks of code people have posted. And of course the ever-useful quotes to find specific strings. You can do something like "int x = y + 2" (with quotes) and it will only find that specific string rather than searching for each character and removing the + sign.

#5 User is offline   ack-hh 

  • Newbie
  • Group: Members
  • Posts: 43
  • Joined: 25-May 05

Posted 04 June 2005 - 10:49 PM

have you tried groups.google.com?

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy