Results 1 to 12 of 12
Thread: C++
Hybrid View
-
8th April 2009 08:05 #1
C++
,
(C++) :
, :Code:int main() { int tens = 20; for(int i; i <= tens; i++) { cout<<"|"; } system("PAUSE"); return EXIT_SUCCESS; }
, , . .Code:int main() { int tens = 20; for(int i = tens; i >= 0; i--) { cout<<"|"; } system("PAUSE"); return EXIT_SUCCESS; }
Last edited by rumen_33; 8th April 2009 at 08:11.
|Asus P5K Premium WiFi|Intel C2D E6750|Kingston 2x1GB@667MHz|Seagate 250GB+500GB|Coolmax CP 500W|Asus EN 8800 GTS 320MB|
-
8th April 2009 08:30 #2Registered User
Join Date: Dec:2005
Location:
Posts: 219
, i, .
Code:for (int i = 0; i <= tens; i++)
-
8th April 2009 09:05 #3Registered User
Join Date: Oct:2003
Location:
Posts: 4,317
? , i , .
-
8th April 2009 15:49 #4Registered User
Join Date: Apr:2009
Location: bourgas
Posts: 1
c++
? : f(x)=x*x*x-3x*x+6x -1, x [0,1]
, .
-
10th April 2009 15:46 #5Registered User
Join Date: Jun:2008
Location: BG
Posts: 851
-
8th April 2009 17:46 #6Registered User
Join Date: Dec:2005
Location:
Posts: 219
? .
-
8th April 2009 21:20 #7
oope 1-
|Asus P5K Premium WiFi|Intel C2D E6750|Kingston 2x1GB@667MHz|Seagate 250GB+500GB|Coolmax CP 500W|Asus EN 8800 GTS 320MB|
-
19th April 2009 01:36 #8Registered User
Join Date: Mar:2009
Location: varna
Posts: 11
"int" "" . , .. "int i = 0;"
-
19th April 2009 01:41 #9
-
19th April 2009 01:43 #10
-
19th April 2009 02:10 #11
lambo13 POD .
, , :
0.Code:int x = int(); printf("%d\n", x);, . .
"640K ught to be enough for anybody" - Bill Gates, 1981
::Machine specs::Fract::AGG::::Baileys::blog::YouTube channel
-
19th April 2009 13:02 #12Registered User
Join Date: Oct:2006
Location: Plovdiv
Posts: 305
DEBUG "" . 5 5
prepBut nI vrbLike adjHungarian! qWhat's artThe adjBig nProblem?




Reply With Quote

Lenovo ThinkPad 15 IdeaPad 15
5th May 2023, 22:16 in