Search Results

Showing results 1 to 6 of 6
Search took 0.00 seconds.
Search: Posts Made By: som3on3 ; Forum: C++ and child forums
Forum: C++ May 15th, 2008
Replies: 8
Views: 685
Posted By som3on3
thanks for the help, found in the end something;
well i need a function like that because i am using multiple types if arrays including array[] so to type everytime sizeof(array)/sizeof(int) takes...
Forum: C++ May 14th, 2008
Replies: 8
Views: 685
Posted By som3on3
sorry for disturbing;
i have another question

i want to make a function len()

so can return the size of a vector
how can i make

int len( vector< any_type_of_vector(int,string....) array)...
Forum: C++ Apr 24th, 2008
Replies: 8
Views: 685
Posted By som3on3
really thanks for your big help, can i vote you somewhere or something like this?
Forum: C++ Apr 24th, 2008
Replies: 8
Views: 685
Posted By som3on3
ok, now how can i put all that array in a new array?
so that i can have more then 1 array["fruit"] = "apple";
??
to be array["fruit"] = apple;
array["fruit"] = strawberry;
array["car"] = bmw;...
Forum: C++ Apr 17th, 2008
Replies: 8
Views: 685
Posted By som3on3
Thanks!!!!
Forum: C++ Apr 17th, 2008
Replies: 8
Views: 685
Posted By som3on3
can anyone help me convert this to c++??
<?php
function show_me($info) {
$arr = array('fruit' => 'apple', 'car' => 'bmw');
return $arr[$info];
}

echo show_me('fruit');
//or echo...
Showing results 1 to 6 of 6

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC