Is there any limit for the array size. i.e char a[Max_Value]; Is there a limit for this value Or i can give any big value like char a[40000]; etc
jannathali
Posts
-
Maximum limit of char array? -
Maximum limit of char array?hai, Is there any maximum limit for the char array Thanks in Advance
-
C++ dll to Call in VBHai, I have a C++ dll,in which one of its function returns a pointer to the string array. How i can receive it in VB. Thanks in Advance
-
Reading from a .ini fileCan u please tell me how to programatically download a corresponding file from the website. Thanks,
-
Reading from a .ini fileHai, I have an application(exe) which makes a report based on some values in an ini file.This ini file is not a static one, we changes the value every 14 days(or over a fixed period of time).If we give our client this exe with the ini file along with it, any time we make changes we hav 2 send the new .ini file to him.But we dont want that. i tried to put the .ini file in the server and given an url for the file & this exe should read from that file.But it nt wrking.Can anybody please Suggest me a solution for this. Thanks
-
giving url to .ini fileyes, I tried But it is not working
-
giving url to .ini fileHai, I have an application in which the .ini file will be placed in the server. Is it possible to give the path of the .ini file as url,i.e http://xyz//abc.ini Whether we can read from that location .If not possible can anyone suggest me any other method.
-
CDAtataBase ExampleHai, Can Anyone give me a link to connect to MySqlServer using CDataBase Class. I searched a lot but i am not able to find out a proper link.Can anyone help me on this?? Thanks,
-
Connecting to a Server DatabaseHai, I am having a C++ exe. I want to connect the exe to a databse that is present in another computer(server) and get images from that system.How I can accomplish this? Thanks,
-
Calling a Function in every x minuteshai, I want to create an application which will run 24 hrs a day & it should call a fn in every x minutes.
-
Reading And Writing On The Same FileHai, I am having two applications that run simultaneously. One program writes data to a file and the other program reads data from that file itself and performs some operations based on the value of that file.The problem is that since both are using same file there will be a chance to request to read the file while the file is writing.Is there any method 2 use a single file for two programs.
-
SetUpAndDeployment ProjectI want to add a Licencing page in the deployment.this article does not explain about adding the licensce page
-
SetUpAndDeployment ProjectHai, Can Anyone tell me how to create a setup project.I want to add an licensing page also. Thanks Jannath Ali
-
DataBaseHai, I am Having A MFC DialogBox & I want to store some values to the DataBase.Can Any One Tell Me how to do this?Previously I haven't worked with Any Data Base Application.Can AnyOne Give Me Simple Examples On this. Thanks
-
Deployment In C++i Am making it from the debug version.It is showing the error Application Not configuredf properly.Try reinstalling it.
-
Deployment In C++Hai, I am having a VC++ exe. i wat to create a setup file, I tried creating a setupfile by reading the msdn site.when i am running it, it is working in some machines, but not in other machines. will you please help me
-
Icons In VC++I am having a jpeg image & ia want to make it as a icon for my dialog based application.My application has multiple diloag.when i tried to copy my image & paste in the icon i am nt gettng the proper image.
-
Sorting In A Virtual ListControlI am Having a Virtual List Control,with 5 columns.if i double clock on the first column i want to sort the list by that column,& if i clicked on second column i want to sort it by that column & till the last column. how i can accomplish this.Can i get a simple example of this
-
Make setup with all installation components for an exei am having an exe.it is able to run in othr pcs when i changed it as static. Nw i want 2 make it as a setup.how i can achieve this.
-
ListControli am having a list control.The data in the list control is continiuosly updating.when the data increases i.e wen the scroll bar is usd i cant see the data, i.e wen iam scrolling it dwn, it is gng up since it is continuosly updating data. Is there any method