by jamesa917
Pointer issue in custom string class
|
|
[2 replies] Last: Brilliant, thanks for the reply! (by jamesa917)
|
by GaryDT
Changing Pitch/Frequency of .wav Files
|
|
[11 replies] Last: Thank you once again. That's something else for me to consider. (by GaryDT)
|
by Dainiusss
Unresolved external symbol
|
|
[2 replies] Last: Thank you, Peter. I didn't knew that. (by Dainiusss)
|
by BlankSpace
Need help with fixing a warning, warning listed below
|
|
[5 replies] Last: Line 9 can make the c an empty string Only with some non-standard ac... (by MiiNiPaa)
|
by srpomol
c++ memory amount
|
|
[3 replies] Last: thanks for the data. I thought that I could get a conclusion about th... (by srpomol)
|
by KMagic
Static union
|
|
[2 replies] Last: I got that, thank you very much. (by KMagic)
|
by wh1t3crayon
Standard way to create and hold lots of similar objects?
|
|
[11 replies] Last: It is a vector which contains strings std::vector<std::string> Amd t... (by MiiNiPaa)
|
by msrt92
want to create dynamic arrya in classes
|
|
[1 reply] : #include<iostream> /// using namespace std; class set { private: ... (by anup30)
|
by marini31
Please help me ...
|
|
[1 reply] : can we see your code youve made so far? (by xenovia12)
|
by dominover
Where to get X Windows Source Code
|
|
[2 replies] Last: is this X11? It leads me to this. http://cgit.freedesktop.org/xorg/x... (by dominover)
|
by Collwyr
Loops within loops
|
|
[6 replies] Last: @Jezze Yeah thanks mate, after just tinkering around deleting and chan... (by Collwyr)
|
by alex067
Function to read data types, help!
|
|
[3 replies] Last: As you expect for your program to work with human and not a script, da... (by MiiNiPaa)
|
by Jansel3
Calculator help
|
|
[8 replies] Last: Enum behaves as a glorified int. enum Operation { OPERATION_SUBTRACTI... (by MiiNiPaa)
|
by alex067
Copying text file to struct array (1,2)
|
|
[29 replies] Last: it sets the position from where you read. f.seekg(0) is starting posit... (by anup30)
|
by Seag
Deleting nodes in a queue with linked lists
|
|
[1 reply] : Line 6: rounds is independant from the amount of elements in your li... (by coder777)
|
by alex067
Ignoring whitespace?
|
|
[3 replies] Last: Depending. Should you read space delimeded characters? Should you thre... (by MiiNiPaa)
|
by kyle1669
Elevator Program - Newbie to C++
|
|
[1 reply] : Looks fine so far. Might be a little strange to call your object by th... (by soranz)
|
by Ascendant78
Comparing two arrays
|
|
[6 replies] Last: Good to know for future reference. Thank you. I actually figured out... (by Ascendant78)
|
by juvelover
to find the minimum
|
|
[9 replies] Last: The other way using the index is: #include<iostream> int findMin(int... (by closed account 48T7M4Gy)
|
by MRangel
Pointer issues
|
|
[4 replies] Last: ah I see. Alright I guess i'm going to have to take a breather and fig... (by MRangel)
|