For create and using a vector (a dynamique table)we can use:
#include <vector>
using namespace std ;
vector<int> tableau;//a table of int for instance
void main()
{
tableau.push_back(5); //tu insére 5 dans le tableau
swap...
}
But how can create and using a vector which had...
I want to know if there are any method with it i can read some data from a console application (without using MFC application). If there are not a method, how can i read a data from a text file.
Thank you
I had created a project(of type application) on which I Work, but when I need to use a data base, I created another project of type AppWizard ( exe ) That I used to connect to the data base by ODBC. I copied after every file (.cpp And .h, i had copied main.cpp file also) of the first project in...
I had created a project(of type application) on which I Work, but when I need to use a data base, I created another project of type AppWizard ( exe ) That I used to connect to the data base by ODBC. I copied after every file (.cpp And .h, i had copied main.cpp file also) of the first project in...
I used THE PHP language and a serever apache with its i have developped my Web Site, but i want hosting it in IIS,
please what can i do? can i use Chiliasp? How can i use it(chiliasp) ?
Thank you!
I used THE PHP language and a serever apache with its i have developped my Web Site, but i want hosting it in IIS,
please what can i do? can i use Chiliasp? How can i use it(chiliasp) ?
Thank you!
I work with SQL Server and ASP and i use one column in one table of my data base that contains a password of users, but i don't know how can i specify that data entred by users in form which contain a password (in an asp page) will not appeared (i will that it 's appeared like that: ****** ...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.