General C++ Programming - January 2013 (Page 20)

Where mutex is stored in windows
 
I want to know how mutex is working in process synchronization. Where these mutexes are stored in me...
[6 replies] Last: It could be, I was only speculating when I said random word generator.... (by Smac89)
by Smac89
2-d pointer function
 
The greedy box function is not writing into the array and I would like to know why. #include <iost...
[6 replies] Last: @Darkmaster thanks so much! That is exactly what I needed to hear. @a... (by Smac89)
Testing STL container performance
 
I'm trying to figure out a good container for my needs. I wont have many insertions, but look up ne...
[4 replies] Last: > I made my data type more complex and the vector started to be slower... (by ne555)
get serial of hardware such as motherboard
 
SALAM ( Persian) How can get the serial of any hardware's system such as motherboard or other.? ...
[2 replies] Last: Hi there, It may have been best to ask your question in the General C... (by closed account o3hC5Di1)
[VC++6] - about control properties
 
i know hide\show or disable\enable a control. but can i catch the actual thing(true or false)? (i'm...
[no replies]
Project
 
i need a c++ program for a project that lets you input a time and outputs the different time from th...
[4 replies] Last: no codes yet, i was hoping someone will help me make the codes (by linEmoguy)
simple interest using functions.
 
i was trying to make a program of calculating simple intrest using functions. i dont know whats w...
[4 replies] Last: Hi there, Try using a debug-cout statement as such: [code firstline=... (by closed account o3hC5Di1)
Important Things to Remember?
 
Hello everyone! I'm fairly new to C++, but I have been working very hard and I am wondering what I...
[3 replies] Last: how about just doing the tasks you listed under "things i want to lear... (by Darkmaster)
!!!Problem -Reading from a file
 
Hi everybody!I am a beginner in C++ and I can`t find a solution for this problem.I`ve written a prog...
[2 replies] Last: I tried it but unfortunately it didn`t work.I thought about typing fp.... (by ferarista)
Class Addition Problem
 
Hello every body...kindly check out this code.... #include<iostream.h> #include<conio.h> class v...
[4 replies] Last: help appreciated...thanks :-) (by awaise17)
by Brody
Stdout memory limit
 
Hi, I am running a program remotely in Linux that outputs a lot to the screen. When I left this t...
[6 replies] Last: such a connection would make me suspect something funky happening wit... (by Brody)
mp3 player load list save list help needed
 
The mp3player plays and the listbox getcursel works I have a savelist button and a load list. ...
[no replies]
Drawing a Diamond
 
This code is designed to Draw a Diamond, I've worked out all the bugs in the main Draw function, whi...
[4 replies] Last: Again, Thank you!!! A second set of eyes is always a great thing to ha... (by TaytayB)
Saving Listbox items into a text file
 
the process cannot access the file because it is being used by another process how can i edit CStd...
[2 replies] Last: opps..forgot close (by terryeverlast)
by karnec
Project error help
 
Hi everyone, I am doing a jeopardy type game in C++ and it does not run properly wherever I run it. ...
[3 replies] Last: If you want help debugging this, post something that is compilable and... (by AbstractionAnon)
program problem
 
The program is ok bar the void changecase it displays the string1 fine in output but string2 does no...
[1 reply] : What strings did you input in main? I don“t understand in bobMARLEY w... (by Marcos Modenesi)
Exception Writing Violation
 
Does anyone have a better eye than me? I can't exactly locate this error that has been holding me u...
[1 reply] : Try to provide a minimal example that does reproduce your issue. You ... (by ne555)
class templating
 
I'm not fully familiar with templating but I need this to be inheritable and std::vector just spews ...
[16 replies] Last: Thanks, I wasn't trying to reinvent the "wheel", just trying to use so... (by awsdert)
Program to print out x, y click coordinates?
 
Hey everyone. I'm relatively new to C++, and am interested in automating something where I work. My ...
[4 replies] Last: im not really good w/ ibm's OS's but I know if it OS400 is like a vers... (by James Parsons)
Creating an array of pointers to base class to point to derived class objects dynamicaly
 
Please consider the following code : #include <iostream> using namespace std; class superclass; ...
[2 replies] Last: Yes, this contains stuff you don't want to use. No, you aren't requir... (by cire)
January 2013 Pages: 1... 1819202122... 36
  Archived months: [dec2012] [feb2013]

This is an archived page. To post a new message, go to the current page.