<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>need quick help - C++ - tribe.net</title>
    <link>http://cpp.tribe.net/thread/011e47ef-59cf-4026-bb43-e7397fda69c9?format=rss</link>
    <description>Tribe.net. Local Connections</description>
    <item>
      <title>Re: need quick help</title>
      <link>http://CPP.tribe.net/thread/011e47ef-59cf-4026-bb43-e7397fda69c9#d81081d2-9af6-49ee-8f8a-31d609250b30</link>
      <description>Probably not going to help him much learning C++ in school.  Best sticking to what is expected or he won't be getting much help from teachers or classmates.  At home I'd rather use old VS for console32 quick utilities or C++ Builder for real Windows apps.  Matter of fact, I'd prefer that at work too but VS.NET is the only option for most development there.&#xD;
&#xD;
Too bad Borland dropped the ball on C++ Builder.  Now it seems they simply want to ream any old customers who need to stay with it to update their legacy apps.  Especially considering I paid $130 for C++ Builder 4 Professional in the full retail box.</description>
      <pubDate>Thu, 23 Jun 2005 00:28:29 GMT</pubDate>
      <guid isPermaLink="false">http://CPP.tribe.net/thread/011e47ef-59cf-4026-bb43-e7397fda69c9#d81081d2-9af6-49ee-8f8a-31d609250b30</guid>
      <dc:creator>Hypno</dc:creator>
      <dc:date>2005-06-23T00:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: need quick help</title>
      <link>http://CPP.tribe.net/thread/011e47ef-59cf-4026-bb43-e7397fda69c9#ede629a3-8595-4dd7-8d98-1d8ef39ac406</link>
      <description>try SharpDevelop&#xD;
&#xD;
http://www.icsharpcode.net/OpenSource/SD/&#xD;
&#xD;
truth, I prefer VS.NET, I use VS.NET at work and SharpDevelop at home. But maybe you'll like it.</description>
      <pubDate>Wed, 22 Jun 2005 22:03:22 GMT</pubDate>
      <guid isPermaLink="false">http://CPP.tribe.net/thread/011e47ef-59cf-4026-bb43-e7397fda69c9#ede629a3-8595-4dd7-8d98-1d8ef39ac406</guid>
      <dc:creator>Randy</dc:creator>
      <dc:date>2005-06-22T22:03:22Z</dc:date>
    </item>
    <item>
      <title>Re:  Actually, I find VS .net to be a cryptic piece of crap</title>
      <link>http://CPP.tribe.net/thread/011e47ef-59cf-4026-bb43-e7397fda69c9#306c135c-f588-4a2c-8d7b-0e9056f73cb3</link>
      <description>I couldn't have put it better myself.</description>
      <pubDate>Tue, 21 Jun 2005 01:37:33 GMT</pubDate>
      <guid isPermaLink="false">http://CPP.tribe.net/thread/011e47ef-59cf-4026-bb43-e7397fda69c9#306c135c-f588-4a2c-8d7b-0e9056f73cb3</guid>
      <dc:creator>$item.owner.firstName</dc:creator>
      <dc:date>2005-06-21T01:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: need quick help</title>
      <link>http://CPP.tribe.net/thread/011e47ef-59cf-4026-bb43-e7397fda69c9#95f77577-3358-4294-a112-a40a39e09e1f</link>
      <description>Actually, I find VS .net to be a cryptic piece of crap, old VS was fairly straightforward.    Ctrl-Shift-B my ass.&#xD;
&#xD;
Might simply be the "solution" has not been set up correctly to build.</description>
      <pubDate>Tue, 21 Jun 2005 01:14:52 GMT</pubDate>
      <guid isPermaLink="false">http://CPP.tribe.net/thread/011e47ef-59cf-4026-bb43-e7397fda69c9#95f77577-3358-4294-a112-a40a39e09e1f</guid>
      <dc:creator>Hypno</dc:creator>
      <dc:date>2005-06-21T01:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: need quick help</title>
      <link>http://CPP.tribe.net/thread/011e47ef-59cf-4026-bb43-e7397fda69c9#dcd11ea1-1713-4c0a-b9ca-76e382b5ff32</link>
      <description>No compiler sounds fishy to me too. Even if it's an education version, it doesn't make much sense to remove the compiler. Without the compiler it's just a very feature-rich Notepad.&#xD;
&#xD;
IIRC, in VS.net you have to create a project to get the compiler option. I would just create a console project and then replace whatever they give you with your own code. Then you should get "Compile" under the "Build" menu, or Ctrl+F7 (not 100% sure about the key combo).</description>
      <pubDate>Tue, 21 Jun 2005 01:08:51 GMT</pubDate>
      <guid isPermaLink="false">http://CPP.tribe.net/thread/011e47ef-59cf-4026-bb43-e7397fda69c9#dcd11ea1-1713-4c0a-b9ca-76e382b5ff32</guid>
      <dc:creator>$item.owner.firstName</dc:creator>
      <dc:date>2005-06-21T01:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: need quick help</title>
      <link>http://CPP.tribe.net/thread/011e47ef-59cf-4026-bb43-e7397fda69c9#12396ad6-dfdf-42fd-9061-f295e79437b9</link>
      <description>No compiler???&#xD;
&#xD;
Reinstall VS.net  Just make sure you get everything not just the Visual Basic, C# and java crap.  Or is there some bastardized "educational" version that is totally crippled.  Once upon a time educational versions of VS required a ton of .dlls to go with you're executable so you wouldn't really want to ship a commercial piece of software made with it.   Turbo is free now but you will need to go through a few hoops to get it work as you need.  Not the best thing to wrestle with when you're just getting started.</description>
      <pubDate>Tue, 21 Jun 2005 00:48:13 GMT</pubDate>
      <guid isPermaLink="false">http://CPP.tribe.net/thread/011e47ef-59cf-4026-bb43-e7397fda69c9#12396ad6-dfdf-42fd-9061-f295e79437b9</guid>
      <dc:creator>Hypno</dc:creator>
      <dc:date>2005-06-21T00:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: need quick help</title>
      <link>http://CPP.tribe.net/thread/011e47ef-59cf-4026-bb43-e7397fda69c9#83585bdb-97ac-4176-9a99-3d760b7ea9b3</link>
      <description>i dont think i do.. In VS.NEt I cannot find the complier for it..im reduced to spending class time fixing my program and catching up on what i miss. In class im using Turbo C++..the book that the Professor suggest came with Visual Studios..but it doesnt work like Turbo.</description>
      <pubDate>Mon, 20 Jun 2005 02:57:02 GMT</pubDate>
      <guid isPermaLink="false">http://CPP.tribe.net/thread/011e47ef-59cf-4026-bb43-e7397fda69c9#83585bdb-97ac-4176-9a99-3d760b7ea9b3</guid>
      <dc:creator>Phantom</dc:creator>
      <dc:date>2005-06-20T02:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: need quick help</title>
      <link>http://CPP.tribe.net/thread/011e47ef-59cf-4026-bb43-e7397fda69c9#eb60154c-72af-4540-80ca-5f8c0fa36931</link>
      <description>&gt;i dont have a compiler program. I am using Visual Studio.NET &#xD;
&#xD;
So which is it? You do or you don't?</description>
      <pubDate>Sun, 19 Jun 2005 23:59:49 GMT</pubDate>
      <guid isPermaLink="false">http://CPP.tribe.net/thread/011e47ef-59cf-4026-bb43-e7397fda69c9#eb60154c-72af-4540-80ca-5f8c0fa36931</guid>
      <dc:creator>$item.owner.firstName</dc:creator>
      <dc:date>2005-06-19T23:59:49Z</dc:date>
    </item>
    <item>
      <title>need quick help</title>
      <link>http://CPP.tribe.net/thread/011e47ef-59cf-4026-bb43-e7397fda69c9#9696ff94-bbbd-4e20-ba32-38909276a862</link>
      <description>im making a program that wil list the trig functions by increments of 10..and i dont have a compiler program. I am using Visual Studio.NET&#xD;
&#xD;
#include &amp;amp;lt;iostream.h&gt;&#xD;
#include &amp;amp;lt;math.h&gt;&#xD;
&#xD;
void main&#xD;
&#xD;
float degrees, Sin, Cos, Tan;&#xD;
&#xD;
cout &amp;amp;lt;&amp;lt; "Enter a number of degrees: ";&#xD;
cin &gt;&gt; degrees;&#xD;
&#xD;
&#xD;
cos = cos(degrees*180/3.14);&#xD;
&#xD;
cout &amp;amp;lt;&amp;lt; "Cosine: " &amp;amp;lt;&amp;lt; cosine &amp;amp;lt;&amp;lt; endl;&#xD;
cout &amp;amp;lt;&amp;lt; "Sine: " &amp;amp;lt;&amp;lt; sin(degrees*180/3.14);&#xD;
cout &amp;amp;lt;&amp;lt; "Tangent:" &amp;amp;lt;&amp;lt; tan(degrees*180/3.14);&#xD;
&#xD;
do {&#xD;
&#xD;
	cout &amp;amp;lt;&amp;lt; "Enter degrees: ";&#xD;
	cin &gt;&gt; degrees;&#xD;
	cout &amp;amp;lt;&amp;lt; "Sin";&#xD;
	cin &gt;&gt; sin;&#xD;
             cout &amp;amp;lt;&amp;lt; "Cos";&#xD;
	cin &gt;&gt; Cos;&#xD;
             cout &amp;amp;lt;&amp;lt; "Tan";&#xD;
	cin &gt;&gt; Tan;&#xD;
&#xD;
&#xD;
	counter = degrees;&#xD;
	cout &amp;amp;lt;&amp;lt; setw( 10 ) &amp;amp;lt;&amp;lt; "Degrees"&#xD;
			&amp;amp;lt;&amp;lt; setw ( 20 ) &amp;amp;lt;&amp;lt; "sine"&#xD;
			&amp;amp;lt;&amp;lt; setw ( 20 ) &amp;amp;lt;&amp;lt; "cosine"&#xD;
			&amp;amp;lt;&amp;lt; setw ( 20 ) &amp;amp;lt;&amp;lt; "Tangent"&#xD;
			&amp;amp;lt;&amp;lt; "\n";&#xD;
	while( counter &amp;amp;lt;= Sin, Cos, Tan)&#xD;
		{&#xD;
	  cout &amp;amp;lt;&amp;lt; setw( 10 ) &amp;amp;lt;&amp;lt; degrees&#xD;
			&amp;amp;lt;&amp;lt; setw ( 20 ) &amp;amp;lt;&amp;lt;  sine, cosine, tangent&#xD;
			&amp;amp;lt;&amp;lt; "\n";&#xD;
	  counter = counter + 10;&#xD;
&#xD;
	 }// end while&#xD;
		  cout &amp;amp;lt;&amp;lt; "\nDo you want to do this again?(y/n) ";&#xD;
&#xD;
}// end main&#xD;
&#xD;
when its done its suppose to look like this..&#xD;
&#xD;
Degrees                     Sin              Cos              Tan&#xD;
&#xD;
&#xD;
with the list of degrees from 0-360 and the sin, cos and tan of that degree.</description>
      <pubDate>Sun, 19 Jun 2005 21:54:05 GMT</pubDate>
      <guid isPermaLink="false">http://CPP.tribe.net/thread/011e47ef-59cf-4026-bb43-e7397fda69c9#9696ff94-bbbd-4e20-ba32-38909276a862</guid>
      <dc:creator>Phantom</dc:creator>
      <dc:date>2005-06-19T21:54:05Z</dc:date>
    </item>
  </channel>
</rss>



