Click here to Skip to main content
Page 1 of 1
Page Size: 10 · 25 · 50


Author filtered by: AsthaS [x]
Question 12 May 2013   license: CPOL
Hi...I have successfully executed the following as a seprate piece of code in c++:1. Created a dll and called the dll from a seprate application.2. Used libcurl to hit the server and recieved response.Now i am trying to use the same libcurl code in the dll. When I try to build this...
Question 2 May 2013   license: CPOL
Hi..I am using libcurl for my http request. I am stuck with the http post method. If suppose this is my post request :
C++
Question 10 Apr 2013   license: CPOL
I am trying my hands on the smart pointers in c++. I have included header file in my code but my code is giving me error saying "unable to resolve identifier" on the line std::shared_ptr p(new Person("Scott", 25));Where Person is a class that i have created in my code.Please can...
Answer 2 Apr 2013   license: CPOL
Thanxx..!! Here's the code which I have tried to use my dll...#include #include#includeusing namespace std;/* * */void CallMyDLL() { /* get handle to dll */ HINSTANCE hGetProcIDDLL = LoadLibrary("C:\\Users\\595849\\Documents\\libCppApplication_1"); /*...
Question 1 Apr 2013   license: CPOL
how can I consume a dll in my c++ code written in netbeans 7.3 ?
Question 31 Mar 2013   license: CPOL
I have a simple C++ code written in netbeans 7.3. How can I create a dll of this code?
Question 28 Mar 2013   license: CPOL
how can I develop a cross platform c++ application in netbeans 7.3
Question 26 Mar 2013   license: CPOL
How to execute c/c++ code from netbeans 7.0.1 ?
Question 25 Mar 2013   license: CPOL
Is there any available plugin of netbeans which I can attach in visual studio 2010 ?Thanks

Page 1 of 1


Advertise | Privacy | Mobile
Web04 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid