Programming Forums
User Name Password Register
 

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

Showing results 1 to 40 of 41
Search took 0.02 seconds.
Search: Posts Made By: Planet_EN
Forum: C Mar 24th, 2007, 3:49 AM
Replies: 2
Views: 197
Posted By Planet_EN
Bugging ... Compile Time Error

I dont know whats terribly going wrong with this, well I know there's some memory allocation with this but I tried hard to fix it and when it gets fixed it doesn't shows up the desired value, this is...
Forum: C++ Dec 5th, 2005, 1:34 PM
Replies: 10
Views: 342
Posted By Planet_EN
No, not the undefined behaviour, the undefined...

No, not the undefined behaviour, the undefined behaviour will not be invoked by it. Just like all other namespaces, namespace std is just another namespace, nothing else ... it doesnt disallows...
Forum: C++ Dec 5th, 2005, 1:22 PM
Replies: 10
Views: 342
Posted By Planet_EN
I dont know that from where did you got that, but...

I dont know that from where did you got that, but I am sorry to say that it isnt true. I have tested my file on Visual C++ 6 and Borland C++ Builder 5.5. Both of these compilers follow the standrad,...
Forum: C++ Dec 3rd, 2005, 3:02 PM
Replies: 19
Views: 391
Posted By Planet_EN
coldDeath and pb_destiny, how could you even...

coldDeath and pb_destiny, how could you even imagine that your program would work without using namespace std. ( depending on the way you're using cout and cin )
Forum: C++ Dec 3rd, 2005, 12:58 PM
Replies: 43
Views: 1,020
Posted By Planet_EN
I have worked on Turbo C++ in my school days too....

I have worked on Turbo C++ in my school days too. As far as i remember, they all work on it.
Forum: C++ Dec 3rd, 2005, 12:57 PM
Replies: 10
Views: 342
Posted By Planet_EN
I fixed the bug last night... and no C++ doesnt...

I fixed the bug last night...
and no C++ doesnt disallows placing code in namespace std. It's working on my side.
Forum: C++ Dec 2nd, 2005, 3:24 PM
Replies: 43
Views: 1,020
Posted By Planet_EN
Well, There's no header in Turbo C++ 3.1 which...

Well, There's no header in Turbo C++ 3.1 which can "enable" or "provide" you string function (or class ...or whatever you want to say it...)

Although there are some way you have in Turbo C++ to...
Forum: C++ Dec 2nd, 2005, 2:56 PM
Replies: 10
Views: 342
Posted By Planet_EN
Matrix Class ... Operator Problem

Hello, this is my code for matrix class, but its showing a runtime error when i use the overloaded operator() to assign values to a...
Forum: C++ Oct 4th, 2005, 12:50 PM
Replies: 15
Views: 293
Posted By Planet_EN
No other data type than int ...

No other data type than int ...
Forum: C++ Oct 4th, 2005, 12:35 PM
Replies: 15
Views: 293
Posted By Planet_EN
Sir, I said that i want to solve the problem for...

Sir, I said that i want to solve the problem for two integers. For this I dont need a class, I know its more systematic but its just a small scale thing ... I want a hint like how to combine them and...
Forum: C++ Oct 4th, 2005, 12:01 PM
Replies: 15
Views: 293
Posted By Planet_EN
Well I dont need any tricks, sir. Tell me if you...

Well I dont need any tricks, sir. Tell me if you can hint me for the real problem ... thank you
Forum: C++ Oct 4th, 2005, 11:03 AM
Replies: 15
Views: 293
Posted By Planet_EN
whats unsigned vs singed int means??? and no,...

whats unsigned vs singed int means???

and no, just as i said, i want to do it with integers ...
Forum: C++ Oct 4th, 2005, 9:06 AM
Replies: 15
Views: 293
Posted By Planet_EN
No actually i want to stick to Integer, I know...

No actually i want to stick to Integer, I know its possible to use higher data types, but I want to learn how to concatinate two integers ... when one reaches to its max point ...
Forum: C++ Oct 4th, 2005, 8:49 AM
Replies: 15
Views: 293
Posted By Planet_EN
INT limits

Well I want to know that the range of "int" is from 32767 to -32768 ...

Can I use make a counter to concatinate two integers and display the bigger values like 00007000000
Forum: C++ Oct 4th, 2005, 3:20 AM
Replies: 2
Views: 212
Posted By Planet_EN
DSA Book and Link Lists

Hello ...

I've been studying data structures and alogrithms at unvierstiy... The book college recommeneded us is Mark Alan Weiss' book on Data Structures, is it a good book? i have no idea about it,...
Forum: C++ Sep 18th, 2005, 5:11 AM
Replies: 9
Views: 230
Posted By Planet_EN
Is it possible by overloading? I do not want to...

Is it possible by overloading? I do not want to use templates. Can you just tell me how to overload it for everytype?
Forum: C++ Sep 18th, 2005, 12:51 AM
Replies: 9
Views: 230
Posted By Planet_EN
Well, what about my questions? :(

Well, what about my questions? :(
Forum: C++ Sep 18th, 2005, 12:45 AM
Replies: 20
Views: 497
Posted By Planet_EN
Mostly Deitel and Deitel's "C++ How to program"...

Mostly Deitel and Deitel's "C++ How to program" is used as a textbook in colleges. It's a good book but since the chapter he introduces classes, it's just bullshit.

I like Stanley Lippman's C++...
Forum: C++ Sep 17th, 2005, 5:34 PM
Replies: 9
Views: 230
Posted By Planet_EN
yes I know about STL and templates and I can use...

yes I know about STL and templates and I can use them to make my life alot easier, but I am more interested in making my own classes, and yeah this is for excercise.
Forum: C++ Sep 17th, 2005, 5:11 PM
Replies: 9
Views: 230
Posted By Planet_EN
IntArray Class

Hello Everyone!

I made an array class, well I am confused about a few things:

* I've read memset fucntion in a tutorial, I used it to initialize the whole array at once is it ok?

* I want to add a...
Forum: Coder's Corner Lounge Sep 16th, 2005, 12:46 PM
Replies: 1,430
Views: 24,174
Posted By Planet_EN
Rob Thomas - Lonely No More ... It's such an...

Rob Thomas - Lonely No More ...

It's such an awesome song
Forum: C Jun 19th, 2005, 8:42 AM
Replies: 2
Views: 271
Posted By Planet_EN
Notepad Code Problem

#include <stdio.h>
#include <conio.h>
#include <dos.h>
#include <fcntl.h>
#include <stdlib.h>


int x,y;

//*********************************************************
Forum: C May 11th, 2005, 11:30 AM
Replies: 9
Views: 306
Posted By Planet_EN
code???

I saw this code on some site ...

int RemoveUnwantedCharacters( char* szBuffer )
{
while( *szBuffer != 0 )
{
if( *szBuffer == 0x0a || *szBuffer == 0x0d ) *szBuffer = 0;
szBuffer++;
}
return 0;
Forum: C May 9th, 2005, 3:11 PM
Replies: 16
Views: 576
Posted By Planet_EN
I didnt got the bold parts ... whats its purpose...

I didnt got the bold parts ... whats its purpose ... this loops looks clumsy ...
Forum: C May 9th, 2005, 12:37 PM
Replies: 16
Views: 576
Posted By Planet_EN
Please Please Please ... I want to do it without...

Please Please Please ... I want to do it without any built-in string fuction or header file ...
Forum: C May 9th, 2005, 12:35 PM
Replies: 16
Views: 576
Posted By Planet_EN
Sorry no pointers, is there any way without...

Sorry no pointers, is there any way without pointers ....

I want to do it without pointers ...
Forum: C May 9th, 2005, 12:32 PM
Replies: 16
Views: 576
Posted By Planet_EN
I've mentioned above that I dont want to use...

I've mentioned above that I dont want to use strings.h, so there's no question of strcmp() here ...

For swapping, I again edited my program ... but still in vain...
Forum: C May 9th, 2005, 12:27 PM
Replies: 16
Views: 576
Posted By Planet_EN
my program is not even counting vthe total number...

my program is not even counting vthe total number of characters inputted,a nd you're saying me to work with odd and even numbers of characters ... please dude :(
Forum: C May 9th, 2005, 11:50 AM
Replies: 16
Views: 576
Posted By Planet_EN
These things are not essential in my alogirthm,...

These things are not essential in my alogirthm, as I'm copying the reverse order of the input text in another array ... and then I wanted to compare it with the actuall array ... but :(
Forum: C May 9th, 2005, 10:54 AM
Replies: 16
Views: 576
Posted By Planet_EN
Pailindrome Function and Reverse Fucntion Problem

Actually I was supposed to make a program to check for a entered string that weather its a palindrome or not, I wanted to make a function isPal() but it all jinxed and im all confused where to start...
Forum: C++ May 3rd, 2005, 3:57 PM
Replies: 1
Views: 210
Posted By Planet_EN
printf()

How to substitute printf() with an intelligent output function (like cout) that dont require format specifier ....

is it possible without classes ???

also Can anyone expalin me the stuct/class...
Forum: C++ Mar 29th, 2005, 10:16 AM
Replies: 5
Views: 277
Posted By Planet_EN
Question Alignment problem ...

Here's my final program ... But its still having some alignment problem ... can anyone help ????



#include<stdio.h>
#include<conio.h>

void main()
{
int x,inputs,ColumnHandler,sum,rows=1,nos;
Forum: C++ Mar 29th, 2005, 10:06 AM
Replies: 14
Views: 795
Posted By Planet_EN
Tempest, your program had an error ... I've fixed...

Tempest, your program had an error ... I've fixed it, although this is not the full result but its enough for him, now lets hope he would find the actual solution out of it.




#include...
Forum: C++ Mar 27th, 2005, 11:09 AM
Replies: 5
Views: 277
Posted By Planet_EN
here the program

#include<stdio.h>
#include<conio.h>

void main()
{
int x,inputs,loop1,sum;
clrscr();
for(x=1;x<=80;x++)
{
Forum: C++ Mar 27th, 2005, 11:06 AM
Replies: 5
Views: 277
Posted By Planet_EN
The first problem is that i cant align the fields...

The first problem is that i cant align the fields in the appropriate manner ...
Forum: C++ Mar 27th, 2005, 10:51 AM
Replies: 5
Views: 277
Posted By Planet_EN
bump ...

bump ...
Forum: C++ Mar 27th, 2005, 12:16 AM
Replies: 5
Views: 277
Posted By Planet_EN
Table in C language???

I have to make a table in which a user can input values horizontally in a table row...
user should enter the number of students and then a table must be generated of that size
like this ...

Name...
Forum: C++ Mar 9th, 2005, 8:23 AM
Replies: 9
Views: 312
Posted By Planet_EN
another 1

I made a program to check weather an entered number is a palindrome or not ...




#include<iomanip>
#include<cctype>

using namespace std;
int main()
Forum: C++ Mar 7th, 2005, 9:20 PM
Replies: 9
Views: 312
Posted By Planet_EN
Actually the question was : and your program...

Actually the question was :



and your program is not giving me the desired output ...
Forum: C++ Mar 7th, 2005, 8:54 PM
Replies: 9
Views: 312
Posted By Planet_EN
I want to do this program without arrays ... I...

I want to do this program without arrays ... I havnt used any arrays in my attempt.
Showing results 1 to 40 of 41

 
Forum Jump



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

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