Forum: C++ Oct 8th, 2008 |
| Replies: 7 Views: 158 Re: pointer i mean the variable name to which it is pointing ?? is it possible ?
I have a struct, it contains two data members and a pointer to char.
I created two objects of the struct and initialized all... |
Forum: C++ Oct 8th, 2008 |
| Replies: 7 Views: 158 pointer How do you know to what a pointer is pointing to ? |
Forum: C++ Aug 13th, 2008 |
| Replies: 1 Views: 237 infinite loop due to incorrect input #include <iostream>
#include <vector>
using namespace std;
// global constants
const char X = 'X';
const char O = 'O';
const char EMPTY = ' ';
const char TIE = 'T'; |
Forum: C++ Aug 12th, 2008 |
| Replies: 2 Views: 450 do... while loop problem #include <iostream>
#include <vector>
using namespace std;
// global constants
const char X = 'X';
const char O = 'O';
const char EMPTY = ' ';
const char TIE = 'T'; |
Forum: Geeks' Lounge Jul 27th, 2008 |
| Replies: 247 Views: 15,467 |
Forum: C++ Jul 27th, 2008 |
| Replies: 5 Views: 691 |
Forum: C++ Jul 27th, 2008 |
| Replies: 5 Views: 691 Re: compile vc6 project Why do you mean by that ? You mean that the client files can only be compiled with the test project ? I have compiled the test and service project successfully. Is thats it ? |
Forum: C++ Jul 26th, 2008 |
| Replies: 5 Views: 691 Re: compile vc6 project Do you mean that I do not the need to compile the client files ? I have successfully compiled the test project.
And about the service source files, what about them, when compiling them I get some... |
Forum: C++ Jul 26th, 2008 |
| Replies: 5 Views: 691 compile vc6 project http://www.codeproject.com/KB/cpp/loggerservice.aspx
In the link above there are three project files, I get it to compile the test project (the last file) with no errors and warnings. But can't... |
Forum: C++ Jul 24th, 2008 |
| Replies: 9 Views: 335 Re: how to compile projects ? Ok thanks I might look into downloading the trial version.
Isn't there any other solution? Downloading a 3.79 GB File with my connection will take days |
Forum: C++ Jul 24th, 2008 |
| Replies: 9 Views: 335 |
Forum: C++ Jul 24th, 2008 |
| Replies: 9 Views: 335 |
Forum: C++ Jul 24th, 2008 |
| Replies: 9 Views: 335 how to compile projects ? How do you compile this whole project in Visual C++ Express Edition ? The link is below ?
http://www.codeproject.com/KB/cpp/loggerservice.aspx
Will simply creating a new project and inserting all... |
Forum: C++ Jun 29th, 2008 |
| Replies: 5 Views: 383 Re: while & if statement //Using while
#include <iostream>
using namespace std;
void CountDown(int nValue)
{
cout << nValue << endl;
while (nValue != 0)
{ |
Forum: C++ Jun 29th, 2008 |
| Replies: 5 Views: 383 while & if statement I have two programs both do the same thing but both when run gave totally different results. I am sure there is a lesson to learn from this and that will teach you a fundamental difference between... |
Forum: C++ Jun 28th, 2008 |
| Replies: 3 Views: 212 |
Forum: C++ Jun 28th, 2008 |
| Replies: 3 Views: 212 min and maximum how do you find the minimum and maximum number from a given set of numbers without sorting them
?
i have the code but the it isnt working properly
#include<iostream>
#include<conio.h>
using... |
Forum: Windows NT / 2000 / XP / 2003 May 28th, 2008 |
| Replies: 3 Views: 252 Re: wipe out hdd cant i just remove the ddo ??
dynamic drive overlay ? its the discwizard |
Forum: Windows NT / 2000 / XP / 2003 May 27th, 2008 |
| Replies: 3 Views: 252 wipe out hdd i have discwizard installed in my new hdd but theres something wrong with it thats either corrupted or not installed completely by the technician
so i am having problems installing xp
now how do i... |
Forum: Legacy and Other Languages May 13th, 2008 |
| Replies: 3 Views: 716 Re: gwbasic <> hey how to add a new line in a saved gwbasic programm ?? |
Forum: Legacy and Other Languages May 13th, 2008 |
| Replies: 3 Views: 716 |
Forum: Legacy and Other Languages May 13th, 2008 |
| Replies: 3 Views: 716 gwbasic <> what does the <> mean in the following GWBASIC programm ?
190 FOR C=2 TO N
200 LET I=C-1
210 WHILE I <> 0
220 IF ASN(I)>ASN(I+1) THEN SWAP ASN(I), ASN(I+1) : I=I-1... |
Forum: C++ May 12th, 2008 |
| Replies: 2 Views: 198 |
Forum: C++ May 12th, 2008 |
| Replies: 2 Views: 198 separate integer into individual units ok in what way do you separate the digits from a given int ??
like if the int is 987987
how do you separate them in to 9 8 7 9 8 7 ???
is there any function to do this ? |
Forum: C++ May 12th, 2008 |
| Replies: 8 Views: 603 |
Forum: C++ May 11th, 2008 |
| Replies: 8 Views: 603 Re: smallest largest i know there are other ways but can you tell me is there any other way to find it using relational operators and if statement only not else statement without checking each number in if statement... |
Forum: C++ May 11th, 2008 |
| Replies: 8 Views: 603 smallest largest how do you find the smallest and largest number of 3 numbers
without using logical operators and else statement only if and relational operator ?
is there any other way without checking every... |
Forum: C++ May 10th, 2008 |
| Replies: 7 Views: 555 |
Forum: eCommerce May 10th, 2008 |
| Replies: 6 Views: 991 |
Forum: C++ May 10th, 2008 |
| Replies: 7 Views: 555 limitation of arrays What are some limitations imposed by a fixed array size?
can you please tell me
A limitation of arrays is that they have fixed lengths. what does it means ? |
Forum: C++ May 9th, 2008 |
| Replies: 5 Views: 615 |
Forum: C++ May 7th, 2008 |
| Replies: 5 Views: 615 guess the number hi can you tell me the anatomy of game in which the player picks a number and the computer must guess what it is.
no code just give me a hint or two :D |
Forum: C++ Mar 9th, 2008 |
| Replies: 3 Views: 777 |
Forum: Website Reviews Mar 9th, 2008 |
| Replies: 4 Views: 406 review my site hi please give me feedbacks on my site thanks
webhostingyes.com |
Forum: eCommerce Mar 2nd, 2008 |
| Replies: 0 Views: 536 what websites sell? what kind of websites sell easily
affliates,programming help, games etc which one selll easily on ebay ?????? |
Forum: C++ Feb 28th, 2008 |
| Replies: 1 Views: 175 expression ? how is it performed frequency[ grades[ 2 ] / 10 ]++;
here assume that grades[2] includes 87, divided by 10 it equals to 8.7, which equals to frequency[8.7]++;
so is the decimal removed ?
or is it rounded to 9 ? |
Forum: C++ Feb 26th, 2008 |
| Replies: 3 Views: 324 Re: what it means ? thanks yall
the problem is solved
the problem was that 15 is both a multiple of 3 and 5 so the program I had made sum 15 twice thats why my answer was incorrect thanks |
Forum: C++ Feb 26th, 2008 |
| Replies: 3 Views: 324 what it means ? Hi i have to complete a program which do the following
If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 and 9. The sum of these multiples is 23.
Find the sum... |
Forum: PHP Feb 19th, 2008 |
| Replies: 1 Views: 230 need to create a web Hi I need to create c++ help website in which I'll add tutorials and snippets
So what do I need to learn to let the users add their own snippets and tutorials
also add a phpbb forum
a webbsite like... |
Forum: C++ Jan 12th, 2008 |
| Replies: 4 Views: 565 |