Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Showing results 1 to 40 of 197
Search took 0.04 seconds; generated 1 minute(s) ago.
Search: Posts Made By: rsnd
Forum: Coder's Corner Lounge Jun 22nd, 2008, 12:54 AM
Replies: 15
Views: 315
Posted By rsnd
Re: Engaged!

I love going to weddings and stuff... only if it wasn't half a world away. Anyways congrats =)
Forum: C++ Jun 21st, 2008, 11:13 PM
Replies: 10
Views: 304
Posted By rsnd
Re: c++ header standards

i c
thanks
what about functions like malloc/free/realloc?
Forum: C++ Jun 21st, 2008, 6:05 AM
Replies: 10
Views: 304
Posted By rsnd
c++ header standards

Ok this is one of those stupid questions but #include <memory> or #include <memory.h> in c++?

I try to compile with memory in dev c++ and it complains and then when I try in vc++ 2008 it complains...
Forum: Coder's Corner Lounge Jan 12th, 2008, 2:37 AM
Replies: 54
Views: 2,042
Posted By rsnd
Re: What happened to DaWei?????

oh well...I guess hes given up on trying to rule the world and decided to get old or something.
Forum: C++ Jan 12th, 2008, 12:21 AM
Replies: 0
Views: 261
Posted By rsnd
IUPnPNAT COM question

Ok I am trying to use the IUPnPNAT interface to add an entry to router's static port mapping. I instantiate the interface using CoCreateInstance and it returns no error. Then I try to get its port...
Forum: Coder's Corner Lounge Jan 10th, 2008, 1:52 PM
Replies: 54
Views: 2,042
Posted By rsnd
Re: What happened to DaWei?????

omg... Dawei better be back... or who else are we gonna piss off with stupid questions =(
Forum: Existing Project Development Jan 4th, 2008, 5:44 PM
Replies: 2
Views: 299
Posted By rsnd
Re: ok I need some experianced directions (virtual lans)

Thanks again. I'm looking into UPnP.

I have another network related question but its not exactly in the same area as above. With this system, RTT size between the peers is not a big issue but it's...
Forum: Existing Project Development Dec 29th, 2007, 3:08 PM
Replies: 2
Views: 299
Posted By rsnd
ok I need some experianced directions (virtual lans)

So I have this system with lots of peers and a master server. There are no problems with connections to the master server but when one peer connects to another peer, he can't unless the peer being...
Forum: C++ Oct 4th, 2007, 1:47 PM
Replies: 6
Views: 231
Posted By rsnd
Well its nothing special. I stole the IP header...

Well its nothing special. I stole the IP header part from http://www.codeproject.com/internet/rawsocket.asp and made myself an UDP header. Filled it up and sent. used ethereal for debugging.
Forum: C++ Oct 4th, 2007, 10:40 AM
Replies: 6
Views: 231
Posted By rsnd
Well thanks for your help. I managed to get it to...

Well thanks for your help. I managed to get it to work without pcap =) That link was really helpful.
Forum: C++ Oct 3rd, 2007, 11:45 PM
Replies: 6
Views: 231
Posted By rsnd
oh bugger

oh

bugger
Forum: C++ Oct 3rd, 2007, 11:26 PM
Replies: 6
Views: 231
Posted By rsnd
windows raw sockets

So I decide to experiment with some raw sockets and it works fine. Then decide to do some more experiment and modify the source IP address and then It gives me some strange error: 10004



When when...
Forum: C++ Jul 28th, 2007, 12:35 AM
Replies: 2
Views: 136
Posted By rsnd
3-way p2p

What would be the most efficient way to implement a 3 way p2p system?
Forum: C++ Jul 4th, 2007, 1:48 PM
Replies: 8
Views: 190
Posted By rsnd
Well, "dlist<int,32,5> motd_lines;" would work...

Well, "dlist<int,32,5> motd_lines;" would work just fine. I'm removed the "_DevValue" parameter and it compiled just fine. Thanks everyone.
Forum: C++ Jul 4th, 2007, 1:05 PM
Replies: 8
Views: 190
Posted By rsnd
Well my project didn't compile in Dev-Cpp so I...

Well my project didn't compile in Dev-Cpp so I extracted that bit. But it sill doesn't compile. How about this?

#include <cstdio>
#include <memory>
template <class _Type, int _MinLen = 32, _Type...
Forum: C++ Jul 4th, 2007, 12:47 PM
Replies: 8
Views: 190
Posted By rsnd
umm ok...what was the problem?

umm ok...what was the problem?
Forum: C++ Jul 4th, 2007, 12:38 PM
Replies: 8
Views: 190
Posted By rsnd
C++ template classes question

#include <stdio.h>
#include <memory>
template <class _Type, int _MinLen = 32, _Type _DefValue = 0>
class dlist {
public:
_Type * items;
int length;
};
dlist<char*> motd_lines;
int main (){
Forum: C May 30th, 2007, 11:22 PM
Replies: 1
Views: 123
Posted By rsnd
linux console input

ok... So I got my telecom project working. Project involves writing a c program for chat program...etc etc etc... Problem is that I did it in windows and the lab where I'm supposed to demonstrate my...
Forum: C May 27th, 2007, 5:43 PM
Replies: 13
Views: 402
Posted By rsnd
for windows you can get output handle by...

for windows you can get output handle by GetStdHandle(STD_OUTPUT_HANDLE); (kernel32.lib) You can use native windows file write functions to write to it.
Forum: Coder's Corner Lounge May 25th, 2007, 8:14 PM
Replies: 30
Views: 639
Posted By rsnd
Sydney, Australia

Sydney, Australia
Forum: Coder's Corner Lounge May 25th, 2007, 8:12 PM
Replies: 4
Views: 115
Posted By rsnd
difference between open source and ...

Well, I wanted to get some opinions on this. What makes a project open source? Just that it has some sources released? is it enough? does it have to be free? or have one of those "OSI" licenses?
Forum: C++ May 22nd, 2007, 6:50 AM
Replies: 5
Views: 164
Posted By rsnd
I think most compilers these days including vc++...

I think most compilers these days including vc++ comes with the #pragma pack preprocessor directive.
sample reference:...
Forum: C++ May 20th, 2007, 2:21 PM
Replies: 14
Views: 382
Posted By rsnd
Well, no offense to anyone but if I were in...

Well, no offense to anyone but if I were in charge of 2^128 numbers, I'd start by engineering ways to get rid of expensive hardware complexities like big routing tables than trying to decide which...
Forum: C++ May 19th, 2007, 7:31 AM
Replies: 14
Views: 382
Posted By rsnd
Its really sad how they are allocating ipv6...

Its really sad how they are allocating ipv6 blocks for future now... Stupid corporal bullshit. Its gonna end up being as complicated, ugly and messy as ipv4.
Forum: C++ May 18th, 2007, 5:37 AM
Replies: 14
Views: 382
Posted By rsnd
I found a site called ip2nation which allows you...

I found a site called ip2nation which allows you to download a free ip block->nation list with sorted ip in in_addr notation. Unfortunately, it didn't have any coordinate fields or anything. Looks...
Forum: C++ May 17th, 2007, 3:34 AM
Replies: 14
Views: 382
Posted By rsnd
ip question :/

I think I have a huge hole in my education on computer networks. How can websites like "http://www.ip-adress.com/" convert ip address into coordinates etc so easily?
Forum: C++ May 16th, 2007, 3:17 PM
Replies: 8
Views: 317
Posted By rsnd
Well, I tried a method before that works for...

Well, I tried a method before that works for sure:

It involves c++ programs compiled under similar environment as the web server host and php's `` clauses.
Forum: Show Off Your Open Source Projects May 8th, 2007, 4:41 AM
Replies: 0
Views: 89
Posted By rsnd
my personal cd indexer :D

Well, makes a list of all the file names in a cd and then saves them as a text file in a folder so I can use windows text search option to determine where a particular file is :D


#include...
Forum: C++ May 6th, 2007, 12:16 AM
Replies: 7
Views: 247
Posted By rsnd
good project. U'll learn a lot in the process.

good project. U'll learn a lot in the process.
Forum: Coder's Corner Lounge May 5th, 2007, 2:31 PM
Replies: 40
Views: 1,062
Posted By rsnd
Well, firstly, Im not the type to like or...

Well, firstly, Im not the type to like or remember emotionally moving songs. But Rem - loosing my religion struck me as one of them in the past.
Forum: Coder's Corner Lounge May 4th, 2007, 11:23 PM
Replies: 48
Views: 728
Posted By rsnd
brawl

brawl
Forum: C May 2nd, 2007, 9:02 PM
Replies: 36
Views: 895
Posted By rsnd
there are like tons of solutions to this...

there are like tons of solutions to this problem?

e.g. do a binary search on whether number / power of 10 is less than 10?
or have something like for(unsigned int i = 1, counter = 0; i < (unsigned...
Forum: C++ Apr 24th, 2007, 9:58 AM
Replies: 11
Views: 354
Posted By rsnd
I guess the word I was looking for is appreciate....

I guess the word I was looking for is appreciate. But I expected your comments to be a little more than just that.

Well, I still don't know c++ completely. Don't even know what happens if you put...
Forum: Coder's Corner Lounge Apr 23rd, 2007, 8:21 PM
Replies: 27
Views: 481
Posted By rsnd
Girls of those description...even 2/3 does not...

Girls of those description...even 2/3 does not exist. You might have to wait till you go to heaven before you come across one.
Forum: C++ Apr 23rd, 2007, 8:13 PM
Replies: 11
Views: 354
Posted By rsnd
My advise would be become better in c++ first....

My advise would be become better in c++ first. Starting your own project is a good idea. When you feel confident enough with c++, try to understand c++ by learning a low level language like assembly...
Forum: C++ Apr 23rd, 2007, 9:31 AM
Replies: 11
Views: 186
Posted By rsnd
I don't see how his problem has a lot to do with...

I don't see how his problem has a lot to do with win32 api programming. Its common sense c++ errors and those lines do not correspond to them.

there is a messagebox defined in the...
Forum: C++ Apr 23rd, 2007, 9:00 AM
Replies: 11
Views: 186
Posted By rsnd
the symbol is ambitious because its defined in...

the symbol is ambitious because its defined in one or more namespaces currently active? Try the scope resolution operator to specify whichever one you are refereeing to.
Forum: C++ Apr 22nd, 2007, 11:51 PM
Replies: 1
Views: 123
Posted By rsnd
time question

umm...erm...its more like a synchronization question?

Well, say my friend has a machine running in France and I'm sitting on a terminal on some nasa satallite. We have established a connection...
Forum: Visual Basic Apr 20th, 2007, 4:44 AM
Replies: 9
Views: 412
Posted By rsnd
I made many games in visual back back in high...

I made many games in visual back back in high school =) Nods and crosses, manual chess, pong, connect dots... just to name a few. I even started space invaders...then i started on c++ and never got...
Forum: Java Apr 19th, 2007, 9:56 PM
Replies: 15
Views: 400
Posted By rsnd
I thought java code is translated to native...

I thought java code is translated to native machine code for some vms onloadtime? I think better speed can be achieved through algorithem optimization than making special hardware especially with...
Showing results 1 to 40 of 197

 
Forum Jump



DaniWeb IT Discussion Community
All times are GMT -5. The time now is 5:15 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC