by omaksousa
problem with functions
|
|
[1 reply] : The problem is that you declared the function as returning a string .... (by Chervil)
|
by Aarix
Inputting strings in an array (Please help!)
|
|
[1 reply] : Im inputting the string for x correct? No. for(y=1; y=2; y++){ T... (by Chervil)
|
by Salman0349
File Handling
|
|
[2 replies] Last: Thank you very much bro This worked great Thank you very Much (by Salman0349)
|
by prestokeys
make_indices (composition)
|
|
[8 replies] Last: > Is there anyway using c++11 only? Something along these lines: #i... (by JLBorges)
|
by mugishao
c++ problem
|
|
[1 reply] : Someone can help if you get stuck on the assignment. Just post your co... (by wildblue)
|
by xystus
Apple Mach-O Linker (ld) Error? what..?
|
|
[12 replies] Last: mkay m8 (by xystus)
|
by truste
Print from a class
|
|
[1 reply] : as your student members are public, you can simply access them like: ... (by MiiNiPaa)
|
by cadubentzen
Pass matrix by reference using pointer of pointer
|
|
[6 replies] Last: It works: #include <stdio.h> using namespace std; #define LINHAS 3 #d... (by frycex)
|
by csstudent123
pow function
|
|
[3 replies] Last: pow(2, 1) 2 power is 1. 2 (base) is returned. A... (by cire)
|
by stavi93
game of life
|
|
[7 replies] Last: Thanks for your help and your suggestions, I really appreciate it . No... (by stavi93)
|
by Franconet
Details about condition variable and wait method
|
|
[no replies]
|
by Ozymandias
Find the decrypt function
|
|
[6 replies] Last: OK, finally busted it..!! Thanks a lot...;-) (by Ozymandias)
|
by vc2
I'm with Some doubts with this Keylogger Code
|
|
[5 replies] Last: If you really want to create malware for whatever reason, I should let... (by RealGiganitris)
|
by reinalyn
C++
|
|
[3 replies] Last: tnx po....... (by reinalyn)
|
by csstudent123
percentage from terminal
|
|
[2 replies] Last: say I am writing something to a file from my cpp program from struct a... (by csstudent123)
|
by atac57
CImgIOException : failed to open file
|
|
[1 reply] : Nevermind, was getting the file not the path. (by atac57)
|
by aakash2000
c++ stops reading from file after some lines
|
|
[no replies]
|
by zaehtesham17
Zany Zack, Arrays, and Functions.
|
|
[2 replies] Last: Please don't cross-post to multiple forums: http://www.cplusplus.com/... (by cire)
|
by sabatiel
Pointer Problem(most likely)
|
|
[4 replies] Last: Thanks EssGeEich it seems i forgot the destructor. (by sabatiel)
|
by wahhaj
My program is not calculating sums correctly
|
|
[2 replies] Last: I had a hunch that floating point numbers might run into such a proble... (by wahhaj)
|