by newbie2015
Linked List
|
|
[2 replies] Last: I have this book and it helped me alot. Its not the most advanced read... (by jsonlickliter)
|
by mariuss
Help
|
|
[7 replies] Last: I find it txt dhydan ;) (by mariuss)
|
by Adytzu04
!substring[k]
|
|
[1 reply] : !subsir[k + 1] ise equivalent to subsir[k + 1] == '\0' . It checks ... (by MiiNiPaa)
|
by MisterWHite
Help with reading text file
|
|
[2 replies] Last: So, i guess, the problem was with "fd.ignore"? (by MisterWHite)
|
Easy way to compress txt file |
|
[1 reply] : You can use a compression library like zlib: http://www.zlib.net/ or... (by coder777)
|
by jpanther
Converting an int array to string values
|
|
[1 reply] : Do you mean something like this? #include <iostream> using namespace... (by CodeWriter)
|
by jpanther
Exiting the program after inputting 'X'?
|
|
[2 replies] Last: When I added the while loop inside my main, it all worked out. Thank y... (by jpanther)
|
by eons93
96 errors, compiling after 3 days of work is a bad idea.
|
|
[7 replies] Last: Combat.cpp line 28,29,30 This is you main problem with the too many a... (by jsonlickliter)
|
by Blackhart98
Istream help
|
|
[2 replies] Last: ostream is an o utput stream . istream in an i nput stream . ifstr... (by Zhuge)
|
need to have user end when desired and not enter 0s or letters in my calculator program |
|
[5 replies] Last: Thank you all this resolved my issues. (by ironsoldier71)
|
help with this code |
|
[2 replies] Last: Check this weird stuff out. if I comment these out it compiles and run... (by jsonlickliter)
|
C++ iterator design pattern |
|
[1 reply] : I don't understand the use of NameCollection::value_type here in Iter... (by Yanson)
|
by BobMorane
Constructor issue
|
|
[5 replies] Last: MiiNiPaa! You're right, this is not what I want to do... I just chang... (by BobMorane)
|
by apelyido271
C++ CopyOrCut/Paste from text document
|
|
[1 reply] : Try creating a File class (if you don't know about classes yet, read a... (by TheToaster)
|
by jpanther
Can you write an enumerated type value to an array?
|
|
[4 replies] Last: Thanks everyone for your input. This really helps me to move in the ri... (by jpanther)
|
by Durango2011
Weird behavior when populating array from file.
|
|
[4 replies] Last: WOW I don't know why I would miss this. Feel dumb, I guess sometimes y... (by Durango2011)
|
by DanteWylde
Help with Sum of Input
|
|
[1 reply] : (sum) Create a program that will output the sum of all of the numbers... (by keskiverto)
|
by mlholder
Memory Leak/Corruption of Heap
|
|
[3 replies] Last: > But my question now is, what is the difference between my assignment... (by ne555)
|
by sajis997
assign raw pointer to the smart pointer
|
|
[1 reply] : Any hint to get around this issue ? RTFM: http://en.cppreference.com/... (by MiiNiPaa)
|
by jhykima
Making a String Lowercase
|
|
[2 replies] Last: @MiiNiPaa OOOOO... I see... Thank you for your help. I'm going to try... (by jhykima)
|