General C++ Programming - April 2010 (Page 23)

bouncing ball (due by 5pm today!)
 
Hey all. My first post here. Currently taking a programming course and having a little trouble getting the right code sorted out. the problem is to create a...
[no replies]
Blackjack Problem
 
...
[5 replies] Last: Gah, I accidentaly deleted it, I was trying to edit it. Sorry! (by Gajewa469)
by Clay L
Connect new .chm files to old Programs?
 
I have a number of VC++ programs written when .hlp files were in use. I am rewriting my old .hlp files as the new .chm files. Can someone point me to a guide s...
[1 reply] : Couldn't you just change the paths that your old programs refer to? It... (by tummychow)
Bowling score program
 
Hi guys. I'm having some trouble with a bowling score program i'm trying to write. Here are the requirements: -You should get the input and output file na...
[1 reply] : Need code, if you have any. getline will not read the entire file at ... (by tummychow)
by merik
Debugging shared segment
 
I create a shared segment using a DLL and I am wondering why I cannot see the variables in Visual Studio 2005 debugger. Notice that I map the shared memory to ...
[3 replies] Last: The short answer, I don't know. But you might be able to see the va... (by kbw)
Test Volume Bar Demo
 
I'm in the first term of C++ right now in HS and I'm stuck. Ive tried searching for answers on the webs and my teacher also doesn't do the best for helping me. ...
[1 reply] : I didn't quite get it. There is a line testWindow.DrawRectangle(0, 0... (by hamsterman)
Can some one check the error for this function i cannot solve the error
 
i have the following function and when i want to run the programe it give me error here is the code for the function [ virtual void printOn( ostream & os ) c...
[3 replies] Last: i just post the code over there... thanks for your first reply... (by jobarteh88)
by evil
can't use iteractor
 
#include <iostream> #include <list> #include <vector> #include <algorithm> using namespace std; int main() { int a ={1,2,3,4,100,5,100}; v...
[6 replies] Last: why typedef list<int> ::iterator iter; isn't ? The book tells about... (by evil)
by czarak
Static Initialization Order Fiasco - Local Static's Initialization
 
Hi, I'm reading Scott Myers 'Effective C++' at the moment and using Herbert Schildt's 'C++ The Complete Reference (3rd Edition)' as a backup reference. In...
[2 replies] Last: Meyers says that: std::string foo() { static std::string s1... (by jsmith)
map container question
 
Thank you. Zhuge. I will try the ">" overload. But my question is the syntax. I would word the question differently. By default, map container has the elemen...
[2 replies] Last: Yes. it works after ">" overload. Also the syntax is std::map<int, ... (by jerry wu)
Keep receiving error LNK2019 and cant seem to locate where the issue lies.
 
Good Morning Everyone! I need some assistance... I keep receiving the error LNK2019: unresolved external symbol_main referenced in function__tmainCRTStartup.fa...
[5 replies] Last: It worked... Thank you so much ;) Now working on another issue.... ... (by kvmacias)
How to find all Boolean permutations of length n
 
I need to create a routine that finds all Boolean permutations of length n. Say n=2, the algorithm needs to output [0,0] [1,0] [0,1] [1,1] So far, I've...
[7 replies] Last: Thanks for the help! Btw - this is not a homework assignment. It's p... (by twsouthwick)
Sparse Matrix Program
 
Hello all, I've been having trouble with a sparse matrix program I've been coding. This is the matrix class class. #ifndef matrix_h_ #define matrix_h_ ...
[no replies]
by qabil
invisible programm
 
Hy.. I want to make a program..but I dont want my program visible; can help me??please...
[8 replies] Last: means a black person who is a coder.. LOL naaah.. just kiddin' i'm ... (by blackcoder41)
by ibree
Return process Memory Address of Application
 
cmd.exe file is running in memory and I want to get its address in memory. What function which can return me the address of a process or application? I got to k...
[1 reply] : Well, it isn't that easy. Each process gets its own virtual memory spa... (by imi)
like the Object class C++
 
Hello all, i would like to create a method that receives an object as a datatype and can be checked in this method if it's a sting or a vector<string> for us...
[4 replies] Last: +1 what Disch said! :-D I add another one: Sometimes, you want to d... (by imi)
by jkigen
message relationships in c++
 
hi people.iam new to c++,though have background in C.please some body help me discuss four relationships of messages.iam still in an introductory class
[4 replies] Last: thanks that was helpful (by jkigen)
by jkigen
pdf resources
 
hi people somebody with pdf format for Data Structures with Java by John R. Hubbard and Anita Murray
[no replies]
pure virtual vs virtual functions (1,2)
 
Can anyone tell me the difference ( if any ) between pure virtual functions and virtual functions?
[26 replies] Last: FYI: I wrote to Scott Meyer and ask him about whether my case with the... (by imi)
Getting diffirence of two time value.
 
Good day Guys.! I just want to know on how to get the difference between two diffirent time value. ex. time1=8:23:35 AM time2=5:35:26 PM Thank y...
[7 replies] Last: Unless everything occurs on the same day you need to keep track of the... (by buffbill)
April 2010 Pages: 1... 21222324
  Archived months: [mar2010] [may2010]

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