Programming Forums
User Name Password Register
 

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

Showing results 1 to 19 of 19
Search took 0.01 seconds; generated 1 minute(s) ago.
Search: Posts Made By: biohazard
Forum: Community Introductions Apr 25th, 2006, 3:19 AM
Replies: 10
Views: 339
Posted By biohazard
Welcome!

Welcome!
Forum: C++ Apr 23rd, 2006, 10:10 AM
Replies: 13
Views: 357
Posted By biohazard
Okay. If I remove the return types, the program...

Okay. If I remove the return types, the program will work fine?
Forum: C++ Apr 23rd, 2006, 10:03 AM
Replies: 13
Views: 357
Posted By biohazard
Are you sure? Functions should have a rreturn...

Are you sure? Functions should have a rreturn type specified.
Forum: C++ Apr 23rd, 2006, 9:54 AM
Replies: 13
Views: 357
Posted By biohazard
Constructor problem

I wrote the following program:
#include<iostream>
using namespace std;
class add
{
public:
add();
add(int,int);
};
int add::add()
Forum: C++ Apr 14th, 2006, 7:47 AM
Replies: 18
Views: 473
Posted By biohazard
Correction: I meant using namespaces. Sorry.

Correction: I meant using namespaces. Sorry.
Forum: C++ Apr 14th, 2006, 7:46 AM
Replies: 18
Views: 473
Posted By biohazard
Thanx InfoGeek. I got a basic idea of namespaces.

Thanx InfoGeek. I got a basic idea of namespaces.
Forum: C++ Apr 14th, 2006, 7:14 AM
Replies: 18
Views: 473
Posted By biohazard
using namespace std; namespace X { int...

using namespace std;

namespace X
{
int cout;
};


What is namespace X for, as we are already using namespace std?Is it a namespace in a namespace?
Forum: C++ Apr 14th, 2006, 5:47 AM
Replies: 18
Views: 473
Posted By biohazard
It might appear completely unrelated to you...

It might appear completely unrelated to you Grumpy, but I am new to namespaces. So I was wondering why you did not use namespace std. Now I got the point. Using std:: exempts one from bringingwhole...
Forum: C++ Apr 14th, 2006, 3:03 AM
Replies: 18
Views: 473
Posted By biohazard
Grumpy, shouldnt we use namespace std?

Grumpy, shouldnt we use namespace std?
Forum: C++ Apr 10th, 2006, 10:08 AM
Replies: 9
Views: 260
Posted By biohazard
thanks grumpy

thanks grumpy
Forum: C++ Apr 10th, 2006, 5:38 AM
Replies: 9
Views: 260
Posted By biohazard
std::string name im new to c++. could anyone...

std::string name
im new to c++. could anyone explain me why do we use std:: before declaring name as a string
Forum: Coder's Corner Lounge Mar 31st, 2006, 2:51 AM
Replies: 63
Views: 2,787
Posted By biohazard
agreement en masse.

agreement en masse.
Forum: C++ Mar 19th, 2006, 8:27 AM
Replies: 19
Views: 625
Posted By biohazard
thanks da wei. the code was great.

thanks da wei. the code was great.
Forum: C++ Mar 18th, 2006, 8:50 AM
Replies: 19
Views: 625
Posted By biohazard
i didnt get u blood ninja

i didnt get u blood ninja.
do you mean that it prints a load of junk values
Forum: C++ Mar 14th, 2006, 11:46 PM
Replies: 19
Views: 625
Posted By biohazard
reversing a string

i tried to reverse a string using arrays and for loops i the following program
[code]
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int i,j;
cout<<"enter the array";
char...
Forum: C++ Mar 7th, 2006, 6:35 AM
Replies: 1
Views: 182
Posted By biohazard
Smile how to add libraries to dev c++

hi guys,
i recently downloaded dev c++. i wanted to add some libraries from fsf.org
could you tell me how to do it
Forum: C++ Mar 3rd, 2006, 6:15 AM
Replies: 16
Views: 615
Posted By biohazard
how about borland c++ compiler?

how about borland c++ compiler?
Forum: C++ Mar 2nd, 2006, 11:30 AM
Replies: 16
Views: 615
Posted By biohazard
which is the best compiler for c++

which is the best compiler for c++. i have brought a new laptop and dont know which compiler to install in it. whether borland or gcc or any other. id be thankful for any ideas on this.
Forum: C++ Feb 17th, 2006, 9:08 AM
Replies: 2
Views: 159
Posted By biohazard
problem with defining enumeration variable

hi guys,
i am having problem with defining enumeration varaiable
i have written the following code
[code]
cout<<"print enumeration";
cin>>money;
[code]
the problem is cin>>money;
where money is the...
Showing results 1 to 19 of 19

 
Forum Jump



DaniWeb IT Discussion Community
All times are GMT -5. The time now is 3:54 PM.

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