Quantcast
Channel: CodeGuru Forums - Visual C++ Programming
Browsing all 3029 articles
Browse latest View live

Need Help

My question is how would i write my code to allow only m=male to appear only not the f=female. I'm sorry if thats too much to ask i just started learning so im sorry if i am a beginner. Here is the...

View Article


Question about this website

is it possible to delete one of my older threads ? jus wondering...

View Article


Help me with this code please

:wave: I made this code Code: #include <iostream> using namespace std;   void Cloud(int[], int);   int main() {  int i;     int Rain[5];                         for (i=0;i<=4;i++){...

View Article

Image may be NSFW.
Clik here to view.

[RESOLVED] Closest distance between two line segments

Does anyone know a good algorithm for calculating the closest points/distance between two line segments? I use some pretty general code: http://geomalgorithms.com/a07-_distance.html which seems widely...

View Article

Get active url in Google Chrome from v.29 with IAccessible

Based in some examples of source codes as this => http://stackoverflow.com/questions/2...urrent-version, I'm trying get active url on address bar from Google Chrome with IAccessible, but it always...

View Article


[RESOLVED] Get active url in Google Chrome from v.29 with IAccessible

Based in some examples of source codes as this => http://stackoverflow.com/questions/2...urrent-version, I'm trying get active url on address bar from Google Chrome with IAccessible, but it always...

View Article

Data structure for text predictor using qwerty keyboard in c++

Hello guyz i m new, i got project to make a program of text predictor. i know the concepts of c++. array, classes , recursion, in data structure linked list, stack, queues and trees etc.. but i still...

View Article

Showing console Windows in a Win 32 DLL

Is it possible to show a console window in a Win32 DLL?

View Article


My program doesn't accept my input values true, although they are

I am making a program which is going to print out a head image according to the input values entered by the user. Here is the code: Code: #include <iostream>     #include <string>     using...

View Article


error : string subscript out of range

Hello guys i have a quick question I have an assignment where i have to prompt the user to enter the name of a file then open that file and read names of students and what level they are at university...

View Article

Close CPropertySheet from another CPropertySheet's PropertyPage

Hi, I was opened CPropertySheet from main dialog at very first time, again i was opened the CPropertySheet from current PropertySheet's Page 1 using button click event. How can i close these two sheets...

View Article

Visual Studio 2013 Crash Problem.

Recently Visual Studio 2013 has pretty much stopped working for me. Every time I hit the debug run button the program crashes and gives me the following information. Code: Problem signature:   Problem...

View Article

[RESOLVED] Close CPropertySheet from another CPropertySheet's PropertyPage

Hi, I was opened CPropertySheet from main dialog at very first time, again i was opened the CPropertySheet from current PropertySheet's Page 1 using button click event. How can i close these two sheets...

View Article


Image may be NSFW.
Clik here to view.

read an excel file with c++ and storage in an array

Hi everyone, I wish to read an excel file which contains the table shown at the picture below. I don't really know how to code the direct storage of the values in the appropriate array. For example I...

View Article

please help me correct this code

I made this code Code: #include <iostream> #include <iomanip> using namespace std; const int ro=5; const int col=5; void multi(int mb[ro][col]) { for (int i = 1; i < ro; i++) { mb[0][i]...

View Article


arrays inside functions. can not get an errorless program!!

please help!!! hello i have been trying to construct a program for about a week now and im having no luck. i have tried many different things and now i am stuck. (im not looking for someone to write...

View Article

Structures function - can someone complete this code

I'm writing a function that compares two fraction. if the fractions are equal it returns 0. If the fraction in the first parameter is less than the fraction in the second parameter it returns a...

View Article


ATL COM DLL - include an object from another ATL COM DLL

Hello team, this refers to an ATL COM DLL project. I can successfully create a class hierarchy of objects, ie. say, one class is the TEAM, which then holds other objects, say, a leader and a secretary,...

View Article

Directx11 CreateTextFormat acess violation reading location 0x000000

Hello all,I downloaded an exemple on http://www.braynzarsoft.net/index.ph...stancing#still,apparently I am the only one to have an error at:...

View Article

Need Suggestion to choose Visual Studio Version ...

Dear Sir , I am working on MFC App Wizard , Visual Studio 6 till now. Now we need to go for Either Visual Studio 10 or Visual Studio 12. Can you suggest which to choose ? Can I migrate my code or...

View Article
Browsing all 3029 articles
Browse latest View live


Latest Images