Results 1 to 10 of 10
Hybrid View
-
29th December 2012 14:11 #1Registered User
Join Date: Dec:2012
Location: Sofia
Posts: 2
!
. : , (petur petrov, georgi georgiev), .
: char *firstNames[30];
char *lastNames[30]; .
:
First name: petur
Last name: petrov
First name: georgi
Last name: georgiev
!
-
29th December 2012 15:18 #2, . .
"640K ught to be enough for anybody" - Bill Gates, 1981
::Machine specs::Fract::AGG::::Baileys::blog::YouTube channel
-
31st December 2012 01:20 #3
anrieff , / . , .
-
31st December 2012 02:27 #4
-
31st December 2012 15:52 #5
- - ( ), .
a , a++ 4 ( ), - C . char firstNames[25][30] e - char* firstNames[30]. , 25 30 ; , ( ), . , , .Code:char a[25];
: " "?
-
31st December 2012 18:20 #6
char a[25], ++ , "" . "" 4 , , , 1 , a++ 1 . , int , 4 char ( int a=0b01100001;// '' ) char*.
char* a[25] char a[25][30], , . a[25][30], , i.e. [10][1] a[10*30+1]. , char* a[25] 25*4=100 , char a[25][30] 750. ( ), . , . , , - .Code:char a[750]; //750=25*30
a[m][n] . - ~1GB, - - RAM malloc() . char* a[m]. , , , , .
, : e 4 . , , , . .. , char* 1 , uint32_t* 4 , 100 .D80; 50/1.8D; Tamron 70-300; 18-55 VR;
-
31st December 2012 19:12 #7
, . , runtime 25 - malloc() , , ( garbage )? . 25- char ?




Reply With Quote


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