by Charves
friend function
|
|
[7 replies] Last: i have make it, but it stuck, so i should know how the truth (by Charves)
|
by yj1214
Is it possible to make a sound using only standard c++ libraries?
|
|
[7 replies] Last: Glad to hear it! For how important libraries are it is quite interesti... (by ultifinitus)
|
by mrVariable
About namespace, enum, typedef, and file access
|
|
[1 reply] : Do each of them provide any other benefits? Are they necessary to mas... (by Gamer2015)
|
by crghunt
Trying to find the longest and shortest words from a .txt file, PLEASE HELP!
|
|
[1 reply] : Read the first word and set it to longest and shortest. Then read the ... (by naraku9333)
|
by Htran
help on poker program
|
|
[2 replies] Last: Have a look at this thread: http://www.cplusplus.com/forum/beginner/1... (by AbstractionAnon)
|
by WinterAU
char* to char array
|
|
[1 reply] : The safest way would be to create a std::string, add all of the compon... (by doug4)
|
by BillyBob
Program error
|
|
[1 reply] : Please do not double post. http://www.cplusplus.com/forum/beginner/1... (by AbstractionAnon)
|
by yogeshwarad
C++ Variable type of argument
|
|
[2 replies] Last: Yes, you can crate a va_list and call vprintf. http://www.cplusplus.... (by AbstractionAnon)
|
by mmiller03
Vectors and Loops
|
|
[2 replies] Last: thank you so much I ran the code and it compiled successfully this is ... (by mmiller03)
|
Question about Operator "<<" |
|
[5 replies] Last: in>>txtname will read the next word in the file and store it in txtnam... (by Peter87)
|
by taja
Recursion
|
|
[5 replies] Last: Ok, I figured it out. Thanks for your help. (by taja)
|
Error Message |
|
[1 reply] : If the compiler says it is not declared in the scope, then you'd bette... (by Texan40)
|
by omarmis
Library for using the Master File Table HELP!!!!
|
|
[2 replies] Last: OK i will give it a try thanks for your help (by omarmis)
|
by konstance
Sockets programming
|
|
[1 reply] : That will do just fine captain. (by ultifinitus)
|
by stefan65
Problem with function returning uuid_t
|
|
[2 replies] Last: Thank you for the answer. I have got a segmentation fault, but I have... (by stefan65)
|
Question about if() Statement |
|
[2 replies] Last: Ok, now I understand it. Think you (by zhuzhanhao1991)
|
by Charves
friend operator overloading function
|
|
[no replies]
|
by ahoha
write in one row
|
|
[3 replies] Last: #include <iostream> #include <string> #include <fstream> void print(... (by JLBorges)
|
by tvv
operator overloading
|
|
[3 replies] Last: First, realize that a "struct" and a "class" are the same thing in C++... (by Ganado)
|