Forum: C++ Feb 10th, 2009 |
| Replies: 10 Views: 1,090 Omg... You and your buddy are connected at the same time. When the server receives a message from one, it forwards the message to the other person. So their both connected to the server, and the... |
Forum: C++ Feb 10th, 2009 |
| Replies: 10 Views: 1,090 Well I'm going to make a C++ program using Sockets or Winsock, and that will connect to the HTTP server.
With the HTTP server, I'm only using HTML and Javascript. |
Forum: C++ Feb 10th, 2009 |
| Replies: 10 Views: 1,090 I know what web servers do, I have my own website that is partly made up of pure HTML and Javascript.
But with C++, I wanna create an instant messenger like any other that lets you connect to... |
Forum: C++ Feb 10th, 2009 |
| Replies: 10 Views: 1,090 Ohhh O.K.
But is there a way to have the HTML coding of a website somehow respond to incoming connections and forward the messages sent to the server from them to another connection?
With that,... |
Forum: C++ Feb 9th, 2009 |
| Replies: 10 Views: 1,090 So in C++, using Something like Unix Sockets or Winsock with C++ lets you use things like TCP/IP. But it only lets you connect to an IP within your router when its by itself.
How can I have the... |
Forum: C++ Jan 4th, 2009 |
| Replies: 5 Views: 818 Wow thanks!! That has a lot of stuff about winsock on it, |
Forum: C++ Jan 4th, 2009 |
| Replies: 5 Views: 818 Oh I didn't know that about Ajax, but HTML is used to program things on a website, like text and stuff. I know its a markup language, it goes with HyperTextTransferProtocol servers. |
Forum: C++ Jan 4th, 2009 |
| Replies: 2 Views: 834 Well, the OpenCV code is only a couple things, creating a window, displaying a picture, and waiting for the user to press a key until the program ends. Even with other things such as creating a... |
Forum: C++ Jan 3rd, 2009 |
| Replies: 2 Views: 834 I use the Dev-C++ compiler on a Toshiba laptop running on Windows Vista 32-bit. Im good in C++, and I have been learning to use the OpenCV (Open source Computer Vision) library with C++. When I run... |
Forum: C++ Dec 31st, 2008 |
| Replies: 5 Views: 818 <Snipped URL> = http://www.programming-wizard.synthasite.com |
Forum: C++ Dec 30th, 2008 |
| Replies: 5 Views: 818 Can someone give me a link to a good tutorial or something on C++ Winsock FTP and HTTP communication. I know how to use TCP/IP, but when you connect straight to an IP, they have to be connected to... |
Forum: C++ Dec 6th, 2008 |
| Replies: 12 Views: 1,586 Lol I know thats what I was trying to say and ask... So for sure, I can go into Dev C++ (The Compiler I use), select new project >> console app (instead of windows app) >> then create a C++ app using... |
Forum: C++ Dec 6th, 2008 |
| Replies: 12 Views: 1,586 Oh, so can I use the Console lib under a windows app, and then use sockets with that? Or is my other comment I just replyed with true? |
Forum: C++ Dec 6th, 2008 |
| Replies: 12 Views: 1,586 What about Unix Sockets. It says to run on Windows theres things in it that you have to change/add, but will a C++ DOS Console app run normal unix sockets under windows normally without the changes? |
Forum: C++ Dec 6th, 2008 |
| Replies: 12 Views: 1,586 No Windows API is different. Console applications are the DOS window. |
Forum: C++ Dec 6th, 2008 |
| Replies: 12 Views: 1,586 Well I just looked at that link, and it only shows using sockets with Window API/MFC. Im looking for one that is compatible for using in a C++/C console application, not Windows apps. |
Forum: C++ Dec 6th, 2008 |
| Replies: 12 Views: 1,586 Oh im sorry about the bold bright text and stuff in my post!! I didn't know about that rule, ill be more carefull next time...
Anyway, thanks ill check that link out! |
Forum: C++ Dec 5th, 2008 |
| Replies: 12 Views: 1,586 Hello. I have been learning C++ for a while now. I know how to create C++ Console applications, and im wondering if theres any good tutorials on using Sockets/Winsock2 in C++ Console apps.
Please... |
Forum: C++ Nov 12th, 2008 |
| Replies: 27 Views: 147,465 Yeah im looking at the http://www.winprog.org/tutorial/dialogs.html tutorial and its really good! Its helping me a lot! It has a huge list of things on the left side about Windows Programming and a... |
Forum: C++ Nov 9th, 2008 |
| Replies: 4 Views: 579 Ill check it out, thanks! |
Forum: C++ Nov 9th, 2008 |
| Replies: 4 Views: 579 Ill check this stuff out, thanks! |
Forum: C++ Nov 9th, 2008 |
| Replies: 2 Views: 424 by the way i use dev c++ for my compiler |
Forum: C++ Nov 9th, 2008 |
| Replies: 4 Views: 579 Can someone either give me a couple links, or some code with explanations on how to create gui (graphical user interface) buttons that are like boxes with text and color in them, that are equal to a... |
Forum: C++ Nov 8th, 2008 |
| Replies: 2 Views: 424 how can i create a c++ program that can somehow connect to a phone and let you talk to them through a computer mic? also how do i create an email program? the email program could also send txt... |
Forum: C++ Nov 6th, 2008 |
| Replies: 3 Views: 1,032 Can someone please help me to understand how to read and write unicode from/to a file? also how to set and print a variable to/with unicode (like a wchar_t variable or whatever.)?
Im at an... |
Forum: C++ Nov 6th, 2008 |
| Replies: 1 Views: 487 I am at a lvl between beginner and intermeddiate with C++, and I can't figure out how to play a wav sound from a C++ program... I search it on google and all the code I look at doesn't make any sense... |
Forum: C++ Nov 3rd, 2008 |
| Replies: 3 Views: 524 <html>
<body>
<script language="JavaScript" type="text/javascript" src="http://vhss-d.oddcast.com/voki_embed_functions.php"></script><script language="JavaScript"... |
Forum: C++ Oct 28th, 2008 |
| Replies: 3 Views: 1,804 I see what that does, but the code on that page is more advanced than what I know how to do currently... I will research this more though. Im guessing what it does is it kinda filters input... Ill... |
Forum: C++ Oct 14th, 2008 |
| Replies: 2 Views: 271 Im using the Dev-Cpp compiler. Im trying to create a program like the one below...
#include <iostream>
#include <windows.h>
#include <stdio.h>
#include <iomanip>
#include <fstream>
#include... |
Forum: C++ Oct 14th, 2008 |
| Replies: 2 Views: 579 How can I get a compiler for C++ like Dev-Cpp to support chinese character and pinyin input? Like if I wanted to make a chinese program that would allow chinese input and output in the console... |
Forum: C++ Oct 6th, 2008 |
| Replies: 3 Views: 1,804 Hey, Im making a program in C++ that detects what the user types before pressing enter. So it uses GetAsyncKeyState in the following way:
#include <iostream>
#include <fstream>
#include... |