Forum: C++ Jul 2nd, 2007 |
| Replies: 8 Views: 1,938 hello out there, the methods u submitted, are they ever worked in ur computer.......
becz i have tried those methods eairlier......
plz tell me whether u have used it b4 or not |
Forum: VB.NET Jul 1st, 2007 |
| Replies: 4 Views: 794 i'm using visual c++ 2005 and in windows forms app how do i store a respond of a MSG box...
the methods given in both MSDN new and the web mSDN doesn't seem to be working.if they worked in ur... |
Forum: C++ Jul 1st, 2007 |
| Replies: 8 Views: 1,938 nop i have tried it b4.....plz let me know another method |
Forum: C++ Jul 1st, 2007 |
| Replies: 8 Views: 1,938 plz let me know how to store the respond and take some logical actions upon it in visual STUDIO windows form application
wht's the code for it;
note that msdn suggest that it should be... |
Forum: VB.NET Jul 1st, 2007 |
| Replies: 3 Views: 842 wht's Visual studio 2005 team edition sp1;
wht's visual studio 2005 .net (RTM)
wht's better among those two;and wht's the newest
plz help me...i wanna buy one of these |
Forum: C Mar 3rd, 2007 |
| Replies: 2 Views: 1,159 this is my prob.
i used goto as follows
int main()
{
l1:
int x-9;
goto l1;
return 0;
} |
Forum: C Feb 18th, 2007 |
| Replies: 7 Views: 4,883 first write a program to catch all the prime numbers in to an array in a given or a chosen range....
and compare the elements of prime numbers with the each element of the array u want...
if one of... |
Forum: C++ Feb 18th, 2007 |
| Replies: 1 Views: 2,209 is there a library to manipulate the output or like ncurses in linux, in visual c++ in windows?
or else tell me a way to move the cursor according to the coordinates x & y......like ncurses in... |
Forum: C++ Feb 16th, 2007 |
| Replies: 12 Views: 1,870 ok jus try out this code>>>>;;;;;;
#include<iostream>
#inculde<cmath>
using namespace std;
int main()
{float a,b,c;
cout<<"enter values for a,b,c\na: ";
cin>>a; |
Forum: C++ Feb 16th, 2007 |
| Replies: 9 Views: 1,890 ok as a solution i suggest a simple maths theorm....
if a number is divisable by both 2 and 7 the common factor is 14...
which means tht num should be divisable by 14.... therefore in ur condition... |
Forum: C++ Feb 16th, 2007 |
| Replies: 9 Views: 1,890 ok i got ur problem;
i suppose u know integer division well;
when u say n/2&&n/7 and when u enter a number for n between -7<n<7 u will get the correct message.
but when u enter a number outside... |
Forum: C++ Feb 16th, 2007 |
| Replies: 4 Views: 806 how come it doesn't compile....it compiles really well in VISUAL C++ 6.0 without a single error.ok as u told me how do i round up the value and assign it to a variable.
eg:
i have 0.33345
and... |
Forum: C++ Feb 15th, 2007 |
| Replies: 4 Views: 806 this is a program which will help you to find the roots of any given function....
and please note that i have made comments on the lines which compiler gives an error.
actually it compiles really... |