Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~1K People Reached
About Me

Do you need a website or Internet marketing services? Contact me!

Favorite Tags
Member Avatar for danielkull

Hi, I have a function which returns a pointer to array with data: `float * EZ_MATH::EZ_GE_BY_ME() { ... }` Now, how can I access this data? This doesnt work: `float * memA = temp_m.EZ_MATH::EZ_GE_BY_ME();` `ofstream output("out_file", ios::out);` `output << memA[0] <<endl;` `output << memA[1] <<endl;` Help!

Member Avatar for ravenous
0
284
Member Avatar for danielkull

Hi, Which Could Service do you recommend to purchase, so I can use it to learn how it works, how to change configuration of this cloud, install php there etc.? I need this to be cheap and have an usual cloud environment, so if my client has a cloud from …

Member Avatar for Pri Bhowmik
0
153
Member Avatar for danielkull

Hi, I am building a website that will allow users to send money to each other for goods and services, then withdraw money from account (the website) to a bank. Authorize.net is only for facilitating payments, the same PayPal etc. and I cannot find anything online that will explain me, …

Member Avatar for danielkull
0
234
Member Avatar for danielkull

Hi, How can I preview Word Document (located on FTP) in browser, without downloading the file to computer? I have found this [url]https://docs.google.com/viewer[/url] but it doesnt support doc/docx :(

Member Avatar for chrishea
1
101
Member Avatar for danielkull

Hi, I am in a process of selecting a PHP framework which we will use for development of websites. we are almost ready to go with CodeIgniter an/or Zend. However, in our newest project we need a functionality which allows to upload text (with styles) from Word Document to database, …

Member Avatar for martin5211
0
125
Member Avatar for danielkull

Hi, I want my cookie was changing like that: 1,2,3,4,1,2,3,4,1,.... after each time I refresh the page. but it is changing somehow randomly. [CODE=php]if (!isset($_COOKIE["bbb"]) && empty($_COOKIE["bbb"])) setcookie("bbb", "1", time()+3600); else { switch ($_COOKIE['bbb']) { case 1: setcookie("bbb", "2", time()+3600); break; case 2: setcookie("bbb", "3", time()+3600); break; case 3: setcookie("bbb", …

Member Avatar for danielkull
0
100