Software Development Network Logo
  • VS Express Editions
  • Visual Studio
  • VS Team System
  • Windows Forms
  • Windows Vista
  • Visual C++
  • Windows Live
  • Visual FoxPro
  • Visual Basic
  • Microsoft ISV
  • .NET Development
  • Game Technologies
  • Architecture
  • Visual J#
  • SQL Server

Software Development Network >> Visual C++

Visual C++

New Question

Redistribution of C runtime libraries without MSI installation
Atlwin.h and VS.NET 2005
cannot compile ANY C++ project in VS2003
Compiling bug?
C++ Express... ERROR C2664
RegularExpressions namespace seems to have moved in VC 2005
SetEvent not notifying MsgWaitForMultipleObjects
convert int to string
How can I manipulate strings in ATL
Strange number precision issue

Top Answerers

stepanielauym
SirThomas
Tuchi
Andrero
igp04gueniat
igor_22
Bill Reiss
Rohidas K
cb-cb
zadcoe
Integraweb
Only Title

Answer Questions

  • blogster Print Preview Architecture

    I want to understand the architecture of PrintPreview. I didnt find any documentation regarding CPreviewView in MSDN plus explanation of Print Preview is very minimal. Can some one plz guide me to a detail article about Print Preview Artchitecture I shall be very thankful. Best Regards, Okay I am extremely for posting in wrong forum. What exactly I want to know is that CPreviewView has two v ...Show All

  • renyx Button

    How would you make a text box say something from clicking on a button I've tried text_box1 = (((text_box2 * 9)/5)+32); But it didn't work. Why Sorry but give us more infos. What I can see is a calculation and variables that seams to be text boxes in a form. If you want to set the contents of a text box use the text property (text_box_1.text). If you want to calculate Celsius to Fahrenheit, you have to read the contents of text_box2 agai ...Show All

  • Arra Reading excel data in visual c++

    I am new to visual c++, so please bear with me if this question is too basic. I have data in excel and would like to read it into matrix or 2 dimensional array in c++. Does anyone have code snippets Thank you! Thank you for the replies. So how can I use CDatabase and SQL commands to read an xls sheet into C++ array Thanks. You can change or save your excel ...Show All

  • Mike Brind Time complexity of debug/checked iterators

    Hi. I've heard that the C++ iterators in Visual Studio 2005 (checked iterators and debug iterators), do not meet to time complexity (big-O) specifications required by the C++ standard. I tried to find some documentation about it, but found nothing. Is there some paper describing this nonconformance, or maybe I'm wrong and the iterators are fully confomant Thanks, Yuval Thanks for the answer. When you ...Show All

  • WizMan A simple question

    Hi everyone: Is there a tool, which converts a windows message from the "message identifier" to the format of "WM_XXXX" For example, when the message identifier is 0x000F it converts into "WM_PAINT". Thanks! Unfortunately, the canonical list of those identifiers (winuser.h) can only parsed by a C++ compiler. Software like Spy++ works by ta ...Show All

  • sg60 retrieving commandline arguments

    Hallo, I am invoking a programm developed using visual c++ from another program which is also developed using vc++. i call from Prog A using the function STARTUPINFO si; PROCESS_INFORMATION pi; ZeroMemory( &si, sizeof(si) ); si.cb = sizeof(si); ZeroMemory( &pi, sizeof(pi) ); ::CreateProcess("B.exe"," /mod", NULL, NULL, FALSE, 0, NULL, NULL, &si, &pi)==0) Now my question is how to retrieve or using which ...Show All

  • Deepak Puri Intellisense don't show the list of functions...

    Hi, I have 2 files. In the first I export a global variable (it is a class): extern  _declspec(dllexport) CMyClass g_MyClass; In the second, I include the header file and I can compile it. But if I want to use Intellisense after the point: g_MyClass. It say that it is not a class, struct or union Is it a problem of the .NET or should I set up something in the options Thanks, Adriano ...Show All

  • RoboSchro How to parse the CString object???

    Hi, I have a CString object in MFC program, and like to parse its content, for example, CString test="This is a test for string object. I like to parse it."; I like to programmatically wipe out the frist sentence and leave the "test" string object with the second sentence: "I like to parse it." Can you pls help me with it Thanks, vcboy in ...Show All

  • Omar Khan C/C++

    Hello everyone, I'm an "old timer", because I started learning computer languages in 1974 (!) on a VAX system. (Basic, Fortran IV, Fortran 77, Pascal, Assembler, Cobol, C, C++, ...) My preferences are for C++ (still do) programing, but because of my professional duties, I stopped programing since 1988. Now I'm "semi-retired" and would like to restart using C/C++ but... What should I decide to buy, I mean, what kind of language to start with Vis ...Show All

  • Marc_UK stringstream loses memory

    Hello, I believe the code below shall run forever but it shall not consume more and more memory as Windows task manager shows. This problem occures for your standard library that is shipped with Microsoft Developer Studio 2005. The earlier versions seem to be unaffected. #include <sstream> int main() { for(;;) { std::stringstream ss; ss << "asdf"; } } -- Michael Kochetkov P.S. I have reported it to Dinkumware ...Show All

  • Swiftk77 Is it Possible ?

    to jump to VC7 without learning VC6 or its just a compiler difference Of course it's possible. I would even r ecommend that since every new VC version is more in line with the standards than the previous one. I would recommend it too, to directly use the newer VC version! Ignore VC6! I would suggest that if you want to learn Visual C++ that you take a look at the new Visual C++ 2005 Express Ed ...Show All

  • Richard Tkachuk Reverse Digits in C++

    Dear C++ experts, I need help with this program: Write a complete C++ program that reverses the digits of a given positive integer. For example if the user enters a positive number 123456 , your program would print 654321. Kind Regards, Ahmed Mahdy Hi, that's not the right approach to the problem. Try writing the string from the last char to the begining to a new string. I used ...Show All

  • dragonsbb16 static initialisation order

    Is it possible to call a global object inside another global object constructor There are techniques which can make this happen(like construct-on first use).But can it work without these techniques I would like to know if the following code make sense which is in an MFC App in constants.h const CString BLANK = ""; in CApp.cpp #include constants.h CApp myApp;//CApp is the MFC global application class CApp::CApp() { m_St ...Show All

  • Brilly Mixing C and C++ MFC

    Hello everyone! I am working on this project where I have to implement a decoder/video player. I have a decoder project written in raw C. It takes an encoded file as input and generates a decoded file. I have another project, a video player, which is an MFC implemented in C++. What I have to do is incorporate these two projects together. I have to decode a single frame and play it on the spot. Anyways, this introduction is just to get you guys i ...Show All

  • Carlo_DiGiacomo VC++ 2005 redistributable (vcredist_x86.exe etc.)

    Hi there, I noticed that the Beta 2 redistributable is hosted on the Microsoft download library, but the final ones seems not to be. Will it be hosted on microsoft.com (or is it already somewhere ). Also, it has been reported to me that on Windows 2000 the (RTM) redistributal gives an unuseful error message if Windows Installer 3.1 is not installed. The message is error 1723. "A DLL required for this install to complete could not be run." ...Show All

262728293031323334353637383940414243

©2008 Software Development Network

powered by phorum