Search Results

Showing results 1 to 36 of 36
Search took 0.01 seconds.
Search: Posts Made By: amerninja2
Forum: XML, XSLT and XPATH Apr 29th, 2009
Replies: 2
Views: 452
Posted By amerninja2
Cool thanks, however I've switched from C++ to Java now though. Java has some really cool features including Networking and web app/mobile app plus some other cool stuff. After that I'll learn stuff...
Forum: XML, XSLT and XPATH Apr 23rd, 2009
Replies: 2
Views: 452
Posted By amerninja2
1. Can it be used in a C++ program other than with HTML?
2. Can a program communicate with a website with it?
-Program update check?
-Stream video/picture?
-Send...
Forum: C# Mar 11th, 2009
Replies: 2
Views: 3,903
Posted By amerninja2
Forum: C# Mar 10th, 2009
Replies: 2
Views: 3,903
Posted By amerninja2
So I'm working on a program "Master Directory Control", it gets all the information about all files in a directory (name, location, size, exists, etc.) and puts them into ListBoxes. That all works...
Forum: C++ Feb 10th, 2009
Replies: 10
Views: 1,032
Posted By amerninja2
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,032
Posted By amerninja2
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,032
Posted By amerninja2
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,032
Posted By amerninja2
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,032
Posted By amerninja2
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: 770
Posted By amerninja2
Wow thanks!! That has a lot of stuff about winsock on it,
Forum: C++ Jan 4th, 2009
Replies: 5
Views: 770
Posted By amerninja2
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: 760
Posted By amerninja2
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: 760
Posted By amerninja2
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: 770
Posted By amerninja2
<Snipped URL> = http://www.programming-wizard.synthasite.com
Forum: C++ Dec 30th, 2008
Replies: 5
Views: 770
Posted By amerninja2
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,509
Posted By amerninja2
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,509
Posted By amerninja2
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,509
Posted By amerninja2
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,509
Posted By amerninja2
No Windows API is different. Console applications are the DOS window.
Forum: C++ Dec 6th, 2008
Replies: 12
Views: 1,509
Posted By amerninja2
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,509
Posted By amerninja2
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,509
Posted By amerninja2
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: 143,347
Posted By amerninja2
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: 568
Posted By amerninja2
Ill check it out, thanks!
Forum: C++ Nov 9th, 2008
Replies: 4
Views: 568
Posted By amerninja2
Ill check this stuff out, thanks!
Forum: C++ Nov 9th, 2008
Replies: 2
Views: 416
Posted By amerninja2
by the way i use dev c++ for my compiler
Forum: C++ Nov 9th, 2008
Replies: 4
Views: 568
Posted By amerninja2
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: 416
Posted By amerninja2
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,005
Posted By amerninja2
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: 478
Posted By amerninja2
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: HTML and CSS Nov 3rd, 2008
Replies: 5
Views: 1,842
Posted By amerninja2
<html>
<embed src="http://www.live-chinese-translations.synthasite.com" width="100"
height="100"></embed>
</html>

Ignore this comment..
Forum: C++ Nov 3rd, 2008
Replies: 3
Views: 508
Posted By amerninja2
<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,727
Posted By amerninja2
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: 264
Posted By amerninja2
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: 562
Posted By amerninja2
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,727
Posted By amerninja2
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...
Showing results 1 to 36 of 36

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC