- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 4
- Posts with Downvotes
- 3
- Downvoting Members
- 4
39 Posted Topics
| |
Re: 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 | |
Re: sa Ramy , Can u please show what u mean by code ?? | |
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 … | |
Re: 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 … | |
Re: 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 … | |
Re: 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: … | |
السلام عليكم ورØÙ…Ø© الله وبركاتة 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 … | |
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 | |
How to create multiple layouts in one activity? Regards | |
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....... … | |
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. | |
Re: how can i get the bixels of the picture can i do it by ifstram class??? thanks in advance | |
Re: i don't know what you need, the pesudo code is your problems which lead to the code !!! or the payroll system itself.... | |
Re: see this link [url]http://codecutter.org/tools/koolplot/[/url] i think it will be useful | |
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 | |
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 … | |
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 … | |
[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] | |
Re: here is the link [url]http://codecutter.org/tools/koolplot/[/url] i will be glade if i help you | |
Re: this is apointer to the current object of the class which function is member of. i will be pleasure if i help you | |
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 … | |
Hi I need urgent help doing this program (attached here) I must make it within hours, please help me Thanks | |
Re: 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 | |
Re: there is a class has name string i think that it is very useful for you | |
i want to make a c++ program to run or compile a c++ source file stand alone from hard disk thanks in advance | |
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 … | |
Re: 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 … | |
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 | |
Re: 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 … | |
How can i write comment in professional way to explain my code | |
Re: 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 | |
Re: 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; | |
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 | |
Re: in dos.h file you will find function told delay that takes time as argument i think it will be useful for you | |
Re: 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 | |
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: … |
The End.