Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #3K
~3K People Reached
Favorite Forums
Favorite Tags
Member Avatar for nav010

Hello Everyone Currently, I am using system("dir") method to call system calls. I want to know any other method for system calls in VC++ 2008. How can I call system call in VC++2008 without using system(" ") method? Any help would be appreciated Thanks

Member Avatar for krishnad
0
139
Member Avatar for Smoking Bros

Hello! I kinda just fell over this great C++ plug-in for Visual Studio 2008 C++, Dark GDK. I installed it and that DirectX, August 2007, shit and it was downloaded and installed correctly with no errors, but still it doesn't show the new Wizards template when I start a new …

Member Avatar for Ancient Dragon
0
190
Member Avatar for hayatihamid

i've been trying to store a coordinate in a vector array, and reading the coordinates from a .txt file. there was no error, but the size of the vector is still 0 (i'm sure there was no value in the vector array) here's my code: [ICODE]#include <stdafx> #include<iostream> #include<fstream> #include …

Member Avatar for hayatihamid
0
3K
Member Avatar for novadose

I'm making a shortcut tool for vista and know how to make my program load Yahoo! or MSN, But the question i have is if the person has not saved Yahoo! or MSN to there C drive this wont work [code] Dim oPro As New Process With oPro .StartInfo.UseShellExecute = …

Member Avatar for Celdecea
0
118
Member Avatar for Celdecea

I was commenting some VB.NET 2003 code when on a whim I tried this: [code=vb] ' Note the variable is "theta" or keypad alt+233 Dim Θ As Double = 3.14159 / 4.0 MsgBox(Θ) [/code] It compiled and ran fine. Without going into ethical debates, is this sort of thing really …

Member Avatar for DangerDev
0
208
Member Avatar for shyam_gadge

hello everyone, i am working on digital media convertor in vb.net. number of file formats we are going to convert in to any media format using proper compressors. So if want to add new file format to my program, or want a previous format delete. How can i add this …

Member Avatar for Celdecea
0
108