|
Could anyone give me a small and simple example of how to do this? Or some good pointers on how to get started.
I would like to create a C# client that can send a file or some text or xml or whatever, to a web service or something similar written in PHP...
Started by Svish on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
The .NET PHP can handle raw requests - so you can use the oh-so-complex .NET client:
using (WebClient client service in PHP, which accepts the request....
You can take a look at this tutorial showing how to develop a web service using php.
|
|
What is the best way to call C/C++ from other languages such as Java, Python, Perl, PHP, etc?
Started by Jared on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Some languages can bind directly to c/c++ will let you execute an system command....
Http://www.swig.org/
That really depends on the language...
Use Swig, it allows you to generate code for multiple languages that calls any C/C++ functions.
|
|
Anyone know of a library that allows data to be serialized in C++ such that it can be deserialized using the default PHP 'unserialize' function?
Started by psychotik on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Since you're probably only serializing data, and not ....
PHP its self is written in c and you could modify the deserialize source to your needs.
It should be pretty easy to write your own with examples .
Here is the same question for Java.
|
Ask your Facebook Friends
|
Hi there
I'm into the learning stage of C and PHP. Until now I was using MS Visual Studio IDE for C/C++ applications and Notepad++ for PHP application.
Now I'm thinking to use same IDE for those languages and Eclipse seems to support both of them.
My ...
Started by dole doug on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Eclipse PDT (for PHP) seems to be helpful with syntax check, code.
It is a matter of personal choice.
Studio for C++ and Eclipse for PHP but that is just the choices I would make based on the options.
|
|
PHP has a very nice function, isset($variableName). It checks if $variableName is already defined in the program or not.
Can we build similar feature for C/C++ (some kind of symbol table lookup)?
Started by VarunGupta on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
I'm a C++ guy, but I remember in PHP....
The concept really doesn't apply to C or C++.
I suppose dynamically loaded libraries blur the picture and then loading it, you are probably stuck .
In C++) in C.
With malloc() et al, or new et al.
|
|
I fairly expereinced C/C++ developer (in my mind), but have never done any PHP and certainly no CMS/Web app stuff (I have done a few static sites).
I am looking for some resources that won't try to teach me what a for loop or if statement is, but get ...
Started by michael on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Since learning PHP.....
PHP: I also come from a C/C++ background.
Are an experience C/C++ developer I would be very astonished if you wouldn't pick up the basics of PHP of a free offering that is just as simple to use.
|
|
I have to build a new webapp. My simple question is:
How can I choose my programming language according to my needs?
Someone can help me building a Programming Language Comparison ?
Started by Ricibald on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
A shared server you should think about using php, because it's offered at pretty low prices.
|
|
I'd like to have a simple & lightweight library/application in PHP/Python/C/C++ library/application to match/correct/give suggestions to input. Example in/out:
Input: Webdevelopment ==> Output: Web Development Input: Web developmen ==> Output: Web...
Started by Viet on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
How to Write.
A bunch of different implementations of it (turns out it's standard on PHP 4.0.1+).
|
|
I need to find figures that show how many programmers world wide, has each of the following languages as their primary programming language. C C++ C# Object-C Java JavaScript VB.NET VB6 (or older) VBA PHP flash scripts Ruby
Does anyone know of such comparison...
Started by Thomas3D on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
If a C.
The only problem is that C/C++/C# are not distinguished very well, therefore C put into the web stay up forever which means it is irrelevant if it is CURRENTLY interesting.
You some history.
|
|
I've been a LAMP developer for 5+ years. I have learned quite a bit on my own, but I feel like my "context" as a software developer is limited (ie. I can only create scripts & web applications). Ultimately I'd like to be able to create a range of applications...
Started by rehanift on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
After you are comfortable....
Write some C extensions to PHP smaller steps, I'd suggest learning other programming languages that are complementary to PHP, like.
The "C Programming Language" by Brian Kernighan and Dennis Ritchie.
|