compressing vector of bitset |
|
[1 reply] : well..a bitset compression routine in C++ ... (by TheCpluplusNoob)
|
by whitenite1
Add recursion to a function
|
|
[5 replies] Last: For now, I'll mark as solved. If I run into problems converting the ab... (by whitenite1)
|
by roger911
Separate Class variable returns as 0.
|
|
[3 replies] Last: thanks vlad, that solved it. (by roger911)
|
by vishalgoyal4
Not being able to sort out problem!! Please Help
|
|
[no replies]
|
by celmlauzis
Write/Reade array of struct to file
|
|
[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! |
|
[4 replies] Last: There's a reference page on this site... if you go there, you can prob... (by NerdTastic)
|
by toni123z
need help with hw
|
|
[3 replies] Last: Also, you didn't ask a question... (by NerdTastic)
|
by risen375
manipulators
|
|
[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 |
|
[5 replies] Last: Thank you to codekiddy for that read() function and the link, this l... (by TheBeardedQuack)
|
by jenny22
help me in this ARRAY program
|
|
[15 replies] Last: Umm im running without debugging Well that's easily fixed. Run it w... (by Moschops)
|
Re-read a file |
|
[2 replies] Last: I think you are looking for this http://cplusplus.com/reference/clibra... (by uhraurhua)
|
by john924xps
C++ Help Needed!
|
|
[4 replies] Last: instead of using typedef on cout , u can use #define:- for example ... (by Pter0dactyl)
|
by eli0
knights tour.
|
|
[1 reply] : Not sure about the knights problem, but your column value is going int... (by kameswarib)
|
by M987
OPP calculatot
|
|
[7 replies] Last: thanx for answering (by Pter0dactyl)
|
by Ryan Jantz
changing arrays
|
|
[1 reply] : I think you'll have to use functions from fstream library, for example... (by codekiddy)
|
by evantage
2D Array to create a grid map
|
|
[5 replies] Last: You could make a structure called player. struct player{int i,j;};pl... (by uhraurhua)
|
by Final9mare
"New"
|
|
[2 replies] Last: If ListNode were an object, you'd access its members using the dot not... (by Gaminic)
|
Dereferencing a Vector of Pointers |
|
[5 replies] Last: Oh right, I was thinking that you used the ++i in the loop, but the it... (by closed account jy7fSL3A)
|
by programer12
Help! Stuck
|
|
[1 reply] : http://www.cplusplus.com/forum/beginner/1/ (by webJose)
|
by craterlord
Cin object being weird in loops.
|
|
[1 reply] : It's not cin that's weird... it's your logic. =) bool get_confirm()... (by cire)
|