User Profile
Collapse
-
thanks..... my prob is solved......... -
then how can i input a name or other charector arry form a function...like this code..... plz help me.... i need it in my project...........Leave a comment:
-
Problem About Interface
hello eneryone....
i am so confuse about the Interface in java.....
i m not sure that how can these inplemented and how can i import interfaces.
plz tell me about the class path..... and how to set it.... -
plz resolve this code.........
[code=cpp]
#include<iostre am.h>
#include<conio. h>
char *a()
{
char *name;
cin>>name;
return(name);
}
void main()
{
clrscr();
char *a();
char *name1;
name1=a();
cout<<name1;
getch();
}[/code]...Leave a comment:
-
Problem About Returning String From A Function
HELLO EVERY-BODY....
i've a problem in c++ . i want to return a string from a fuction. how can i do it....
plz give me the syntex of the prototype of that function, body and calling of the function.
please post an example by which i can understand it...and can implement it into my project......
thanks in advance....... -
c++ PROBLEM
want to print integers into words.
for eg user entered 2142 then the output will be TWO THOUSAND ONE HUNDRED AND FORTY TWO.
plz post me it's logic..... -
hello everyone..... please post reply........ and also give me the fuunction by which i can input grom console in graphical mode{settextsty le() func.}.
plz rply..........Leave a comment:
-
Graphics Problem In C++ (print a long int variable in a viewport)
how can i print a long int variable in a viewport. with text attributes(like color and textstyle) at specified position on screen. i want to use intgraph( ) function. -
THANK YOU SIR............ ............... ............... ........Leave a comment:
-
-
-
Deletion In Files Hendeling In C++
How can i delete an object which stored at 24th location. and the size of each object is 12. and total size of file is 48.
plz give me the function or code by which i can delete that object whithout affecting other elments. -
hello sir....thanks for giving reply..... i've assigned a project and this code is a part of that project(stock management system). i want to store the whole data in file through the object.bcz by using read and write functions i can easily retrive and save data to the file.......
so plz try to understand my problem and give the solution....Leave a comment:
-
File Handeling Problem In C++
i cannot get the output by using the function showdata()..... ...plz run this code and send the solution on my ID <ID removed by weaknessforcats >
// A PROGRAME TO OPERATE SOME FILE RELATED OPERATIONS....
#include<iostre am.h>
#include<fstrea m.h>
#include<conio. h>
class stock
{
public:
int no;
char mfd[10]; // DD/MM/YYYY... -
run time error
hello, everyone...... in my programe i found no error and no warning message for compile time.... but at the run time the cpu occured a problem so that hte c++ editer is plassed a warning message......an d the code may not run properly...... -
Convert string to int
i just joined this community. i have a problem - how can i convert a string(which contains numaric values) into a integer variable.
for eg. -
char date[10];
here date[0,1] contains date
and date[3,4] contains the value of month.
i want to stor the date and maonth in integer variables.dd and mm. then how can i do it....
No activity results to display
Show More
Leave a comment: