General C++ Programming - April 2012 (Page 31)

Need simple source code
 
hello guys, i will need 10 simple source code so i can done reverse engineering on it, in order ...
[2 replies] Last: TQ! (by hankydorky)
is this better?
 
so i have been told multiple times that "using MD arrays are bad". so i decided to finally start usi...
[12 replies] Last: Okay yeah if the array is going to be dynamically sized and passed to ... (by Disch)
Random Map Genorator
 
Hello, I need some help making an random map genorator. All I need it to do is genorate trees, mo...
[3 replies] Last: Well I was thinking more of a dwarf fortress style map. (by aimmmmmmmmm)
BitBlt Help Please.
 
OK, so I have spent hours trying to figure this out. I have been trying to implement BitBlt too anim...
[no replies]
by mkb84
having trouble with function using array as formal parameter
 
Before i begin with my problem anyone who is just going to post a link to the array or functions beg...
[3 replies] Last: Simple. Now booklist, in that function, is a book pointer. An array i... (by S G H)
threads start for class methods: Why i need both Class&object's addresses?
 
If i want to thread a method class rather than a function I need to pass as arguments both the meth...
[2 replies] Last: Thank you. Just for a spherical view : Is there any other area where ... (by imakaia)
BST Number route
 
Hey guys, for my project i had to make a BST that prints the route of a number. for example if i hav...
[1 reply] : Are you sure your tree is built? I don't immediately see a reason why ... (by Gaminic)
infile? getline? missing?
 
Hi i've been working on this code. it works, but there is major problem. first, it didnt print fir...
[1 reply] : int main() { Book book ; std::ifstream infile; std::... (by vin)
Priority queue vs standard queue
 
My professor stated that a Priority Queue ADT cannot be implemented by wrapping around a Queue ADT, ...
[5 replies] Last: > My professor stated that a Priority Queue ADT cannot be implemented ... (by JLBorges)
by Opcode
Reading Numbers From File: String Of Space-delimited Numbers
 
In C++, if getline reads a line containing space-delimited numbers (e.g., 85 95 56 12), how would I ...
[no replies]
by jms24
Ifstream help!
 
I'm new to cplusplus.com, and I am only in computer science 2, so i am still pretty new at all this....
[1 reply] : Please edit your post using code tags for the code, most people will j... (by Need4Sleep)
Iterator vs unsigned for iterating over vector?
 
Hey all. Just a quick question: What is considered the best way (efficient, safe, etc) to iterator ...
[16 replies] Last: True, but I didn't think any compilers were that are that smart. (by Duthomhas)
Help with classes,arrays, text.
 
Hello to everyone reading this. I have a project due within a week and I'm having some difficulty re...
[3 replies] Last: Thanks Need4Sleep and BlackSheep, but I still have a problem. I haven'... (by Dondominicano)
Pseudocode
 
-It should write guess of the secret number to standard output. -It should ask the user if the secr...
[4 replies] Last: Pseudocode is an informal mixture of the language used and ordinary la... (by BHX)
What should I do to work on an OS?
 
I started programming to design an OS, and have seen the projects I have been doing to have drifted ...
[1 reply] : Never done it myself, but there are communities for that and sites gea... (by BHX)
class type comparison operator overloading
 
I'm trying to overload the comparison operator for a stock class I have created, but whenever I try ...
[3 replies] Last: thanks for your help. I finally got it to work by using date == other... (by savan12986)
Number guessing game
 
I am a student studying computer science and I have this as first assignment, the computer as to mak...
[4 replies] Last: You're a comp sci student and can't do that? That is one of the easies... (by BHX)
by nick92
positive number
 
hi how can I 10 positive number ,and when I put 1 a negative number to stop the program?
[3 replies] Last: Close. Remember, you want to continue while the number is not < 0. ... (by Duthomhas)
Comparing double with int variables
 
The idea here is to look up for some specific element inside an array using another array, a bit lik...
[14 replies] Last: LOL, I just posted the link. When you said you didn't get anything out... (by Duthomhas)
Counting Occurrences of Numbers (1,2)
 
Hey guys, I am creating a program that creates a 20-block array and input random numbers. The prog...
[21 replies] Last: @Duoas - Duh@me. Of course, can't believe I missed that one! @crumbhe... (by MrHutch)
April 2012 Pages: 1... 2930313233... 49
  Archived months: [mar2012] [may2012]

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