Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Before asking a question on the forums"

(Undo revision 391936 by Mpc.castelli.libero.it (talk))
Line 1: Line 1:
I ECLIPSE I installed on my computer.
+
* Search for the answer.  [http://google.com Google] is your friend.  Do your part. There are even some [https://bugs.eclipse.org/bugs/show_bug.cgi?id=292248 tricks for limiting the scope of your search].  
He's programming in C ++ with window 7 32 bit.
+
* Choose the right forum. If you're not sure, try posting on the [http://www.eclipse.org/forums/eclipse.newcomer Newcomer Forum]. If you do post in the wrong place, somebody will set you straight.
my problem is that sometimes I do not find the #include.
+
* Don't introduce yourself.  It's a kind gesture, but unnecessary at Eclipse.org.
  
I WOULD LIKE TO KNOW WHERE TO RECOVER ALL INCLUDE USED IN PROGRAMMING WITH C, C ++ and JAVA.
 
  
ONCE THE DOWNLOAD INCLUDES INTERESTED will insert '
+
== Ready to ask a question? ==
IN (C: \ MinGW \ include \ ????)
+
* Pay attention to your spelling.  if ur msg is 2 hard 2 read, no1 will ansr.
 
+
* Provide details. Eclipse version, sample code, exception stack traces, steps to reproduce.
INCLUDES THE AFFECTED AND ': #include iter.h.
+
* Be polite.  You may be frustrated, but folks are here to help.  Profanity is not tolerated here.
 
+
* Be patient -- everyone is busy.  Your problem is important to you and everyone knows that.
THANK YOU.
+
* Go to the forums: http://eclipse.org/forums/
 
+
BEST REGARDS.
+
MARIO CASTELLI.
+

Revision as of 11:49, 2 October 2015

  • Search for the answer. Google is your friend. Do your part. There are even some tricks for limiting the scope of your search.
  • Choose the right forum. If you're not sure, try posting on the Newcomer Forum. If you do post in the wrong place, somebody will set you straight.
  • Don't introduce yourself. It's a kind gesture, but unnecessary at Eclipse.org.


Ready to ask a question?

  • Pay attention to your spelling. if ur msg is 2 hard 2 read, no1 will ansr.
  • Provide details. Eclipse version, sample code, exception stack traces, steps to reproduce.
  • Be polite. You may be frustrated, but folks are here to help. Profanity is not tolerated here.
  • Be patient -- everyone is busy. Your problem is important to you and everyone knows that.
  • Go to the forums: http://eclipse.org/forums/

Back to the top