by Vanessa101
Array Problem
|
|
[1 reply] : see my reply to your other post.... (by mutexe)
|
by density
how to serialize binary data? (1,2)
|
|
[20 replies] Last: > i guess i am still unclear about why we are using bytes, or 8-bit va... (by JLBorges)
|
by pkvk9122
Need help getting from beginner to intermediate programmiinig
|
|
[1 reply] : Would games ( thinking something like 2D bit-mapped graphics ) be some... (by snowright)
|
by peaceormetal
binary search
|
|
[3 replies] Last: Yes, I just read it up! Thanks again, mate! (by peaceormetal)
|
by pceluvapathy
sorta stuck...
|
|
[4 replies] Last: Then use the array operator to select each character in your string.... (by anhtuanbk57)
|
by itsohappens
Not Writing to file.
|
|
[4 replies] Last: Thanks again. It works with TurboC++ but when I tried the original cod... (by itsohappens)
|
Array sum too high |
|
[9 replies] Last: Why should the function know about the month-name? (by keskiverto)
|
by h4ever
what means operator *= in copy function?
|
|
[2 replies] Last: Ah, I thought that the star is pointer :-) BTW: How big buffer is op... (by h4ever)
|
by Oalvarez
Debug Assertion Error.
|
|
[2 replies] Last: this assertion is a problem of the ctype functions (tolower, isalpha, ... (by coder777)
|
by bowleruu16
what did i do wrong help me fix this
|
|
[1 reply] : Are you required to use functions? Try this? #include <iostream> #i... (by swejnc)
|
by NSWhitmore
Searching for a string in a .txt file
|
|
[4 replies] Last: -1 is the int value of std::string::npos. This is what std::string::f... (by Stewbond)
|
by tehsparx
Class Distance project
|
|
[2 replies] Last: #include <iostream> #include <string> using namespace std; class D... (by nvrmnd)
|
OOP and Filing Related Question |
|
[5 replies] Last: http://www.cplusplus.com/articles/oyhv0pDG/ http://www.cplusplus.com/a... (by Zhuge)
|
Code works first time but not in repetition |
|
[5 replies] Last: Your input code is wrong. cin >> doesn't remove whatever is used to d... (by CplusplusAcolyte)
|
by Garion
How to play a music file.
|
|
[3 replies] Last: I looked at this a little more. It seems to use the mciSendString I n... (by Garion)
|
by Kevin2341
Multidimensional Array help please
|
|
[1 reply] : fin is an object of ifstream, you cannot assign directly an object to... (by nvrmnd)
|
by Oxage
Total newbie bool problem
|
|
[3 replies] Last: awsome thanks guys ! (by Oxage)
|
by jlpurnell
Sorting Arrays with String and Integer
|
|
[9 replies] Last: THANK YOU XISMN!!! I finally see what everyone was trying to say. I d... (by jlpurnell)
|
by Glorinar
Boolean Trouble (Simple)
|
|
[6 replies] Last: You win! Much appreciated. (by Glorinar)
|
selection sort function |
|
[1 reply] : Your algorithm is close, but you need to pay attention to when to do... (by Duthomhas)
|