Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #4K
~2K People Reached
Favorite Forums
Favorite Tags
Member Avatar for ilearnz001

Well Been working with winsock2, and trying to send POST request to my server but currently no luck with the packet header, so if anyone has a tutorial on how to do this with sprintf code sample: sprintf(Post_Request, "POST %s HTTP/2.0\r\n", Post_Request); sprintf(Post_Request, "%sContent-Disposition: form-data; name=\"field1\"; text=\"%s\"\r\n", Post_Request,text.c_str()); sprintf(Post_Request, "%sContent-Disposition: …

Member Avatar for Ancient Dragon
0
121
Member Avatar for KRUX17

Hello, I'm quite stuck on how I can sell limited tickets I've put this question up before, but I haven't got the right solution.I know I should do my own project, but I really can't seem to find the solution to this.If someone can just help me with this problem …

Member Avatar for KRUX17
0
139
Member Avatar for madhukesh

i want to do some projects in c++ ,which topic is easy to do project please give some suggestion

Member Avatar for zeroliken
0
52
Member Avatar for ilearnz001

Looking To learn how to send data from a program to a webservers webpage. More specificly sending the data to <form> tag within a html file. Trying To Find out how to do this, code examples would be prime. Also Any Guides on connecting proxies -- who then connect to …

Member Avatar for ilearnz001
0
223
Member Avatar for tzfrantic

this program works but i need to put in a loop that the user 10 times to input a value and you load it ino an array #include<iostream.h> #include<conio.h> //Author: //Object: //Date: void ctof(void); //function declarations (prototypes) void ftoc(void); float c,f; // (outside the functions) main() { int option; //--------------output …

Member Avatar for tzfrantic
0
151
Member Avatar for tamana
Member Avatar for Lerner
0
397
Member Avatar for SoapyCro

Hey all! I was thinking about how to make a program, in which you write some c++ code and program tests that code with given examples. For example you input following code in that program: [CODE]#include <iostream> using namespace std; int main() { int a, b; cin >> a >> …

Member Avatar for SoapyCro
0
262
Member Avatar for ilearnz001

Currently looking for a guide on socket.h more specificly Linux Version > sys/socket.h Can't Find any start up tutorials on the net if someone has a link(s) that helped them understand sockets please post//pm me them. --Thanks, ilearnz

Member Avatar for deceptikon
0
109
Member Avatar for hitholdir

Hello everybody, I am trying to write a program consisting of two parts: 1. It lists of letters before and after a certain letter (if the user requested 2 letters regarding 'e', it would be cd and fg) 2. count the number of letters in each word of a sentence …

Member Avatar for hitholdir
0
340