Forum: Coder's Corner Lounge
Jun 22nd, 2008, 12:54 AM
|
|
Replies: 15
Views: 315
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
|
Forum: C++
Jun 21st, 2008, 6:05 AM
|
|
Replies: 10
Views: 304
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
|
Forum: C++
Jan 12th, 2008, 12:21 AM
|
|
Replies: 0
Views: 261
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
|
Forum: Existing Project Development
Jan 4th, 2008, 5:44 PM
|
|
Replies: 2
Views: 299
|
Forum: Existing Project Development
Dec 29th, 2007, 3:08 PM
|
|
Replies: 2
Views: 299
|
Forum: C++
Oct 4th, 2007, 1:47 PM
|
|
Replies: 6
Views: 231
|
Forum: C++
Oct 4th, 2007, 10:40 AM
|
|
Replies: 6
Views: 231
|
Forum: C++
Oct 3rd, 2007, 11:45 PM
|
|
Replies: 6
Views: 231
|
Forum: C++
Oct 3rd, 2007, 11:26 PM
|
|
Replies: 6
Views: 231
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
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
|
Forum: C++
Jul 4th, 2007, 1:05 PM
|
|
Replies: 8
Views: 190
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
|
Forum: C++
Jul 4th, 2007, 12:38 PM
|
|
Replies: 8
Views: 190
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
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
|
Forum: Coder's Corner Lounge
May 25th, 2007, 8:14 PM
|
|
Replies: 30
Views: 639
|
Forum: Coder's Corner Lounge
May 25th, 2007, 8:12 PM
|
|
Replies: 4
Views: 115
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
|
Forum: C++
May 20th, 2007, 2:21 PM
|
|
Replies: 14
Views: 382
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
|
Forum: C++
May 18th, 2007, 5:37 AM
|
|
Replies: 14
Views: 382
|
Forum: C++
May 17th, 2007, 3:34 AM
|
|
Replies: 14
Views: 382
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
|
Forum: Show Off Your Open Source Projects
May 8th, 2007, 4:41 AM
|
|
Replies: 0
Views: 89
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
|
Forum: Coder's Corner Lounge
May 5th, 2007, 2:31 PM
|
|
Replies: 40
Views: 1,062
|
Forum: Coder's Corner Lounge
May 4th, 2007, 11:23 PM
|
|
Replies: 48
Views: 728
|
Forum: C
May 2nd, 2007, 9:02 PM
|
|
Replies: 36
Views: 895
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
|
Forum: Coder's Corner Lounge
Apr 23rd, 2007, 8:21 PM
|
|
Replies: 27
Views: 481
|
Forum: C++
Apr 23rd, 2007, 8:13 PM
|
|
Replies: 11
Views: 354
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
|
Forum: C++
Apr 23rd, 2007, 9:00 AM
|
|
Replies: 11
Views: 186
|
Forum: C++
Apr 22nd, 2007, 11:51 PM
|
|
Replies: 1
Views: 123
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
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
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...
|