Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
4
Posts with Downvotes
3
Downvoting Members
4
2 Commented Posts
0 Endorsements
Ranked #3K
~14.3K People Reached
Favorite Forums
Favorite Tags

39 Posted Topics

Member Avatar for ekvenkatesh
Member Avatar for StuartB2

Hi StuartB2, we are here working for helping others, So plz do ur best and post here ur thoughts regard ur issue and u will find a lot of help, Thanks

Member Avatar for Nick Evan
0
196
Member Avatar for ebiemami
Member Avatar for farag

Hello, i want to know the best practice to 1. read an XML file and store it in SQL data base and 2. modify the data base whenever the XML file modified, i created a table on data base on SQL server with columns has the same names like XML …

Member Avatar for farag
0
841
Member Avatar for jonyshub

Dear jonyshub, i am not the moderator of this forum, But i don't think that they allow to solve the homework for students in this forum, But u can post a question and we will help u to solve ur issue, So plz be creative and think what u want …

Member Avatar for farag
0
144
Member Avatar for hao90
Member Avatar for bandit711

bandit711, 1. u forgot ';' after class body class Account { }; 2. u wrote extra ';' after function prototype which must be omitted void open_input (ifstream& input, char name[]); { // body } and here also void open_input (ifstream& input, char name[]); { // body } 3. u wrote …

Member Avatar for bandit711
0
293
Member Avatar for aman rathi

hello, u request a huge information about C++ and about differences between C++ and C, u may use Google to search for tutorial or examples developed by C++, here u r a good [URL="http://www.cplusplus.com/doc/tutorial/"]C++ Tutorial[/URL] [URL="http://www.allinterview.com/showanswers/33052.html"]Diff Bet. C and C++[/URL] These are some diff. not the all, But a brief: …

Member Avatar for farag
-1
114
Member Avatar for farag

السلام عليكم ورحمة الله وبركاتة Hi All, I have a small problem, I'm making a small application to change the attributes of a word documents so I created a word object and at the end of my code I called the Word._Application.Quit Method, When I run the code on a …

Member Avatar for DdoubleD
0
227
Member Avatar for farag

Hello every one, i have small question, How to add reference automatically in all projects which i create in Visual Studio like System, System.Collections.Generic and others in Console Application Projects Thanks in Advance

Member Avatar for sknake
0
153
Member Avatar for farag
Member Avatar for farag

iam preparing now to get sun certified java program (SCJP)for the Java Platform, Standard Edition 6 and i almost finish the certification guide. So, i want the testking or testkiller or pass4sure for JAVA 6 J2SE "Exam 310-065" to study it before taking the certificate. if anyone can help me....... …

Member Avatar for xuenv2005
0
125
Member Avatar for farag

I would like to take J2ME certification, I heard that it has not a certification guide Is it real :sad: or not :) ? In all cases, I want a certain tutorial in J2ME to study it for certification. Thanks in advance.

Member Avatar for peter_budo
0
131
Member Avatar for Majestics

how can i get the bixels of the picture can i do it by ifstram class??? thanks in advance

Member Avatar for MosaicFuneral
0
136
Member Avatar for iconz113

i don't know what you need, the pesudo code is your problems which lead to the code !!! or the payroll system itself....

Member Avatar for ArkM
0
242
Member Avatar for omarzia88

see this link [url]http://codecutter.org/tools/koolplot/[/url] i think it will be useful

Member Avatar for farag
0
143
Member Avatar for farag

When define an template linked list inside an in order linked list I can't access the nodes of the internal template linked list by first and next functions Or in other words the template class can't be passing by reference??? :-O

Member Avatar for Ancient Dragon
0
78
Member Avatar for farag

I write an application by C++ language and I used CGI to make the Interaction by a web page so I found problem that every once I use The web page that I created by C++, C++ application program run from it's First point so I want a solution for …

0
143
Member Avatar for farag

I write an application by C++ language and I used CGI to make the Interaction by a web page so I found problem that every once I use The web page that I created by C++, C++ application program run from it's First point so I want a solution for …

0
80
Member Avatar for farag

[B]I want a certain library to read picture in different format especially bmp format and store it in matrix like command in MATLAB [/B] [code] imread () that take the file name and it is extension [/code] [B]thank you in advance[/B]

0
60
Member Avatar for daviddoria

here is the link [url]http://codecutter.org/tools/koolplot/[/url] i will be glade if i help you

Member Avatar for daviddoria
0
265
Member Avatar for sheree

this is apointer to the current object of the class which function is member of. i will be pleasure if i help you

Member Avatar for sheree
0
5K
Member Avatar for farag

Hi I have a homework program to convert from postfix to infix, almost most of the functions are done but i can't make few functions to make the program run correctly Please help me finishing the remaining functions Here is the code [CODE]//------------------------------------------------------------------------------------------------------- // NextToken.h #ifndef NEXTTOKENH #define NEXTTOKENH #include …

Member Avatar for WaltP
0
150
Member Avatar for farag

Hi I need urgent help doing this program (attached here) I must make it within hours, please help me Thanks

Member Avatar for farag
0
82
Member Avatar for Infeligo

java is oop language based so every thing is declared using class and poiters in c++ you can use pointers to crate dynamic array like that [code] int size=0; cin>>size; int* dynamicarray=new int[size]; [/code] i hope that i helped you

Member Avatar for vijayan121
0
244
Member Avatar for ithelp
Member Avatar for guitarrick

there is a class has name string i think that it is very useful for you

Member Avatar for farag
0
102
Member Avatar for farag

i want to make a c++ program to run or compile a c++ source file stand alone from hard disk thanks in advance

Member Avatar for farag
0
163
Member Avatar for farag

Hello Please, i need someone to help me doing this simple program I want a program that keeps tracking of the profile of program execution Input: A source code Process: Keeps track of the the profile of program execution Output: Display the original source code with line number and profile …

0
53
Member Avatar for rohoni

Overloading operators C++ incorporates the option to use language standard operators between classes in addition to between fundamental types. For example: int a, b, c; a = b + c; is perfectly valid, since the different variables of the addition are all fundamental types. Nevertheless, is not so obvious that …

Member Avatar for farag
0
150
Member Avatar for farag

I'd like to write C++ program that will count the number of times each line of the code get executed can any one help me thanks in advance

Member Avatar for Ancient Dragon
0
78
Member Avatar for cosmos22

do you mean this [code] //refered to file in current directory string MyFile="MyFile.txt"; //for entring user path // cout<<"Please enter the file location and name : "; // cin>>MyFile; //create stream oject to maniulate with file ifstream MyReader; //open the file in input mode and binary formate MyReader.open(MyFile.c_str(),ios::in|ios::binary); //for opening …

Member Avatar for vijayan121
0
109
Member Avatar for farag
Member Avatar for Dave Sinkula
0
141
Member Avatar for alone2005

can you berifly explain what compiler understand when we declare template function befpre the class and declare it as friend function inside class and define it outside the class Another Question what this function mean [code] operator T*() {return data_;} [/code] thank you in advance

Member Avatar for farag
0
189
Member Avatar for d0ugg

int n; //read the first number from the file int* x=new int[n]; for(int i=0;i<n;i++) for(int j=0;j<n;j++) //read element element from file and store //in matrix x[i][j]=elem;

Member Avatar for d0ugg
0
247
Member Avatar for farag

If you know a certain c++ library treat with excel sheet with efficient way that can read acertain row or columns Support me by it

Member Avatar for abrou
0
115
Member Avatar for buffe

in dos.h file you will find function told delay that takes time as argument i think it will be useful for you

Member Avatar for Nemoticchigga
0
113
Member Avatar for Swati_bansal

i think that you mean c++ on visual studio what ever i think that if i see the code will be better anyway frien function declaration will be included in the class and the definition will be outside the class

Member Avatar for farag
0
275
Member Avatar for farag

First: We know that it is better to write the declarations of a class in header file And it's definition in another source file BUT if the class is template I have a problem to link the two files header and source it will appear two errors about linking Second: …

Member Avatar for farag
0
157

The End.