Forum: C++ Oct 9th, 2007 |
| Replies: 2 Views: 589 Figured it out. Was making an index mistake. It's a pain to initialize 3d arrays dynamically, so i use a 1d array. |
Forum: C++ Oct 8th, 2007 |
| Replies: 2 Views: 589 A better indented version of my code :
#include <conio.h>
#include <iostream>
#include <stdio.h>
#include <math.h>
#include <stdlib.h> |
Forum: Geeks' Lounge Oct 7th, 2007 |
| Replies: 10 Views: 1,154 "Slightly Dorky High Nerd"...hmmm...
http://www.nerdtests.com/images/badge/nt2/8bc1d4bee42ab7ac.png |
Forum: C++ Oct 7th, 2007 |
| Replies: 2 Views: 589 Hi, i've been trying to create a program for implementing high/low pass filters on images. I get the data from a 24 bit .bmp file using the old file handling techniques. The file handling portion of... |
Forum: Community Introductions May 30th, 2005 |
| Replies: 317 Views: 128,889 Name: Rahul
Nickname: rghai6
Height: 5'10"
Weight: I recently joined a gym for weight loss,so dont ask right now
Hair: Black
Eyes: Black
Location: Mumbai,India
Age: 19
Hobbies: Sports,... |
Forum: Geeks' Lounge May 30th, 2005 |
| Replies: 406 Views: 76,095 i do not think this topic is any more relevant as almost every1s got a gmail account now.
any 1 wanting invitations can pm me though.
i got loads of 'em |
Forum: Monitors, Displays and Video Cards May 30th, 2005 |
| Replies: 5 Views: 34,959 i used to own a compaq armada ...
after a few months of use the screen used to start going haywire ... got it fixed outside(too risky to spoil the laptop by myself)..the problem was in the ribbon... |
Forum: Monitors, Displays and Video Cards May 30th, 2005 |
| Replies: 9 Views: 33,022 i used to own a compaq armada notebook ...
after a few months of use the screen used to start going haywire ... got it fixed outside(too risky to spoil the laptop by myself)..the problem was in the... |
Forum: Windows NT / 2000 / XP May 30th, 2005 |
| Replies: 74 Views: 77,998 |
Forum: IT Professionals' Lounge May 30th, 2005 |
| Replies: 7 Views: 3,746 There aint no difference when you use the two...
U can Use either |
Forum: C++ May 30th, 2005 |
| Replies: 26 Views: 5,334 Theres not much diff between the 2. so y bother.
plus what u use in c can be easily implemented in c++
and c is dated ... so might as well keep c with c++... |
Forum: C++ May 30th, 2005 |
| Replies: 19 Views: 14,661 nice post csgal.
really helped |
Forum: C++ May 29th, 2005 |
| Replies: 47 Views: 157,922 this is a revised version of the example program ..
it runs properly ...but still got a few bugs to be fixed.
code:
#include <iostream.h>
#include <fstream.h>
struct contact
{ |