English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I have downloaded visual c++ 2005.... well, i only had two lecture about it at college but i want to know how to try a simple practice (e.g taken from the text book 'Engineering problem solving with c')... There are complicated things at the start up like console, win32,header .. or something like this.....PLEASE someone tell me what to choose?.... I JUST WANT TO DO A SIMPLE PRACTICE!!!! thank u!!

2007-03-17 09:41:23 · 3 answers · asked by Masry_c777 2 in Computers & Internet Programming & Design

3 answers

The best practice to start is by simply create a new C++ source file, in the starup console. I've been programming more in Visual Studio 6, and I've seen the 2005 version only once, but the code should work. In your new C++ file you can start like:

#include

int main()
{
printf("This is output from my first program!\n");
return 0;
}

// End code

Build your application and you have text on your screen.
Another good practice is to choose the Application Wizard from the startup console and examine the code that it created. I can't explain in one simple answer how to develop complete solutions, or how to program from here, but you can find good sources anywhere on the internet or in the bookstore.

2007-03-17 10:09:17 · answer #1 · answered by Dave B 1 · 0 0

25 - x^2 ---------------- x^2 + 2x - 15 = (5-x)(5+x) / (x+5)(x-3) = (5-x)/(x-3) C you want to placed the brackets in the 2d 2 question and solutions (5/(x + 3)) - (2/(x - a million))???? or (5/x)+3 - (2/x) - a million you want to write down the questions precise!!!!!!!!! (n - 2)/(n + 6 )= a million/5 - put on your brackets, it facilitates lots n - 2 = a million/5(n+6) 5n - 10 = n + 6 4n = 16 n = 4

2016-11-26 19:17:23 · answer #2 · answered by ximenez 4 · 0 0

Pick console.

Your input will be via scanf (and the keyboard)
your output will be via printf (to the screen)

2007-03-17 09:55:48 · answer #3 · answered by Vegan 7 · 0 0

fedest.com, questions and answers