Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~4K People Reached
Interests
Programming, Game Development
PC Specs
i7 4770k, 16GB DDR3 1866 MHz, ASUS R9 290 DCU ii, ASUS M6E MOBO, Custom Water Loop
Favorite Forums
Favorite Tags

5 Posted Topics

Member Avatar for kks21199

Hello, I am using turbo c++ 4.0. I know its outdated but i have to use turbo c++ for this project. Here is my current code, #include<iostream.h> #include <stdlib.h> #include <fstream.h> class item { private: char name[]; int code[]; float price[]; int z; fstream datfile; public: void add(void); void delete_(void); …

Member Avatar for kks21199
0
2K
Member Avatar for Riteman

As suzie999 said, the only way to do that is to have a installer app. So create a installer app in c# and make it copy your main app to its location and then create the registry key. In your main app, check if the installer app is there and …

Member Avatar for Riteman
0
153
Member Avatar for jeffersonalomia

i don't think using .net is a good idea for a web connected app, c++ is much more better. But you still can send this data online to a database and use php to read the sql server everytime the page is loaded. In xampp, if you are using localhost …

Member Avatar for kks21199
0
338
Member Avatar for kks21199

I want to download a file from, [Click Here](Here is the link : http://www33.zippyshare.com/v/67074373/file.html) I got this code : Dim Str As String = Me.WebBrowser1.Document.GetElementById("downloadB").GetAttribute("href") If (Str.EndsWith("zip")) Then WebBrowser1.Navigate("http://www33.zippyshare.com" + Str) End If amd it works fine but my problem is that my application is automated and I want the …

Member Avatar for Begginnerdev
0
1K
Member Avatar for kks21199

Hey guys, here is how the text file looks now, FILEBEFORE Hello:.++.:something:.++.: bl ank:'++': 2Hello:.++.:2som ething:.++.:3b lank:'++': vdvdfv:.++.:bdfadf bfad:.++.: abfdabdabadfb:'++':Line4:.++.:So fh sj:.++.:sddsds:'++': If you actually see the lines which are blank has some spaces in them. It varies for each line, i want the lines in format, FILEAFTER Hello:.++.:some thing:.++.:bl …

Member Avatar for Oxiegen
0
1K

The End.