Forum: C
Mar 24th, 2007, 3:49 AM
|
|
Replies: 2
Views: 197
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
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
|
Forum: C++
Dec 3rd, 2005, 3:02 PM
|
|
Replies: 19
Views: 391
|
Forum: C++
Dec 3rd, 2005, 12:58 PM
|
|
Replies: 43
Views: 1,020
|
Forum: C++
Dec 3rd, 2005, 12:57 PM
|
|
Replies: 10
Views: 342
|
Forum: C++
Dec 2nd, 2005, 3:24 PM
|
|
Replies: 43
Views: 1,020
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
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
|
Forum: C++
Oct 4th, 2005, 12:35 PM
|
|
Replies: 15
Views: 293
|
Forum: C++
Oct 4th, 2005, 12:01 PM
|
|
Replies: 15
Views: 293
|
Forum: C++
Oct 4th, 2005, 11:03 AM
|
|
Replies: 15
Views: 293
|
Forum: C++
Oct 4th, 2005, 9:06 AM
|
|
Replies: 15
Views: 293
|
Forum: C++
Oct 4th, 2005, 8:49 AM
|
|
Replies: 15
Views: 293
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
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
|
Forum: C++
Sep 18th, 2005, 12:51 AM
|
|
Replies: 9
Views: 230
|
Forum: C++
Sep 18th, 2005, 12:45 AM
|
|
Replies: 20
Views: 497
|
Forum: C++
Sep 17th, 2005, 5:34 PM
|
|
Replies: 9
Views: 230
|
Forum: C++
Sep 17th, 2005, 5:11 PM
|
|
Replies: 9
Views: 230
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
|
Forum: C
Jun 19th, 2005, 8:42 AM
|
|
Replies: 2
Views: 271
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
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
|
Forum: C
May 9th, 2005, 12:37 PM
|
|
Replies: 16
Views: 576
|
Forum: C
May 9th, 2005, 12:35 PM
|
|
Replies: 16
Views: 576
|
Forum: C
May 9th, 2005, 12:32 PM
|
|
Replies: 16
Views: 576
|
Forum: C
May 9th, 2005, 12:27 PM
|
|
Replies: 16
Views: 576
|
Forum: C
May 9th, 2005, 11:50 AM
|
|
Replies: 16
Views: 576
|
Forum: C
May 9th, 2005, 10:54 AM
|
|
Replies: 16
Views: 576
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
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
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
|
Forum: C++
Mar 27th, 2005, 11:09 AM
|
|
Replies: 5
Views: 277
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
|
Forum: C++
Mar 27th, 2005, 10:51 AM
|
|
Replies: 5
Views: 277
|
Forum: C++
Mar 27th, 2005, 12:16 AM
|
|
Replies: 5
Views: 277
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
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
|
Forum: C++
Mar 7th, 2005, 8:54 PM
|
|
Replies: 9
Views: 312
|