Beginners - May 2012 (Page 53)

compressing vector of bitset
 
I have huge about of texts, with each line being saved into multiple(i am processing each line in an...
[1 reply] : well..a bitset compression routine in C++ ... (by TheCpluplusNoob)
Add recursion to a function
 
I am writing a Minesweeper game, and would like the whole area up to the numbers, to be revealed whe...
[5 replies] Last: For now, I'll mark as solved. If I run into problems converting the ab... (by whitenite1)
Separate Class variable returns as 0.
 
Hey, I was messing around and thought I would try and build a text based RPG to test the things I've...
[3 replies] Last: thanks vlad, that solved it. (by roger911)
Not being able to sort out problem!! Please Help
 
In my class i have a pointer to its own type so that when it adds up then pointer of first gets addr...
[no replies]
Write/Reade array of struct to file
 
I'm stuck on writing array of struct to file and then read from it. Here is my test code. Can anyb...
[2 replies] Last: What format do you want the text written into your text file? word ... (by Kazekan)
Still no answers, Need help clock up charecters!
 
Basically this program imitates the stereo-typicle visual output of a password cracker but i need he...
[4 replies] Last: There's a reference page on this site... if you go there, you can prob... (by NerdTastic)
need help with hw
 
Part 1. The program should display a menu with the following options: Welcome to FastFreight Compa...
[3 replies] Last: Also, you didn't ask a question... (by NerdTastic)
manipulators
 
hkp
[1 reply] : Looks fine just by looking at it. Why can't you throw it in a stub wi... (by Kazekan)
I need a getline() equivalant for all lines
 
My first program i decided to make an encryptor using character casting into an int and then using a...
[5 replies] Last: Thank you to codekiddy for that read() function and the link, this l... (by TheBeardedQuack)
help me in this ARRAY program
 
Objective: The purpose of this project is to expose you to: One Dimensional arrays, input/output of...
[15 replies] Last: Umm im running without debugging Well that's easily fixed. Run it w... (by Moschops)
Re-read a file
 
Hello guys, Is it possible to fin.open, fin.close then fin.open the same file again in one code? ...
[2 replies] Last: I think you are looking for this http://cplusplus.com/reference/clibra... (by uhraurhua)
C++ Help Needed!
 
I know there are millions of types of variable types. But I've got no idea when to use which one. Su...
[4 replies] Last: instead of using typedef on cout , u can use #define:- for example ... (by Pter0dactyl)
by eli0
knights tour.
 
Hey guys, I'm trying to solve knights tour problem. but after all my knight makes only 42 moves out ...
[1 reply] : Not sure about the knights problem, but your column value is going int... (by kameswarib)
by M987
OPP calculatot
 
Hi! I am having a problem in calculator.cpp, it says unterminated #ifdef. Can someone help me please...
[7 replies] Last: thanx for answering (by Pter0dactyl)
changing arrays
 
What is a decent way to take the values from the text file seen below and load the values for the ne...
[1 reply] : I think you'll have to use functions from fstream library, for example... (by codekiddy)
2D Array to create a grid map
 
How would I create a simple grid-like map using a 2D array, in C++? I want to create a grid-like ma...
[5 replies] Last: You could make a structure called player. struct player{int i,j;};pl... (by uhraurhua)
"New"
 
Hi I am learning about linked list and there is a part of the code that I do not understand for exam...
[2 replies] Last: If ListNode were an object, you'd access its members using the dot not... (by Gaminic)
Dereferencing a Vector of Pointers
 
Background info: I made a class called "fish", which has a display() member function. I also ha...
[5 replies] Last: Oh right, I was thinking that you used the ++i in the loop, but the it... (by closed account jy7fSL3A)
Help! Stuck
 
So basically I have no idea what to do for this. My teachers assigned this as our final project and ...
[1 reply] : http://www.cplusplus.com/forum/beginner/1/ (by webJose)
Cin object being weird in loops.
 
'Ello. I've recently decided to pick up programming. The books I bought have been doing me well, how...
[1 reply] : It's not cin that's weird... it's your logic. =) bool get_confirm()... (by cire)
May 2012 Pages: 1... 5152535455... 59
  Archived months: [apr2012] [jun2012]

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