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 getti...
[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 fil...
[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 ...
[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 St...
[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 w...
[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...
[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 ...
[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 Co...
[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 que...
[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 ext...
[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 n...
[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 mat...
[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 r...
[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 check...
[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 relations...
[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 Mu...
[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...
[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.