by gedamial
Linker errors with Namespaces in .h and .cpp
|
|
[4 replies] Last: Also, one can use a namespace alias, if referring to a class from else... (by TheIdeasMan)
|
by baronrhys
Vowel/Consonant counting function using cin.get();
|
|
[4 replies] Last: I tried that but i still didnt get the outcome i wanted. after i type ... (by baronrhys)
|
by rabster
Linked list, operator >> and << overloading.
|
|
[5 replies] Last: @Cire Man I'm so dumb. I didn't even notice I was taking the istream a... (by rabster)
|
by alex94102
Function Pointer assignment cannot convert types
|
|
[2 replies] Last: Thank you so much for your help! This definitively worked!! I was ... (by alex94102)
|
by Alienguard
Code Review Request
|
|
[7 replies] Last: @JLBorges, Thank you for being specific and clear and for pointing me ... (by Alienguard)
|
by Bdanielz
Why is (stl->vector) not printing to cout?
|
|
[2 replies] Last: Fixed. Ran a clean. (by Bdanielz)
|
by MyFuture
.dat file in a program
|
|
[4 replies] Last: [quote=g3n0m3]second mistake is by treating your data type country as ... (by Chervil)
|
by AgentNoise
Segementation fault from passing string
|
|
[10 replies] Last: I would use the demographics function to call the needed methods, get... (by jlb)
|
by naveen560
Need help to write a program on the the requirement
|
|
[1 reply] : we cannot just do your homework, you have to atleast try and give us y... (by g3n0m3)
|
by technologist
pointer arrays and std::array
|
|
[5 replies] Last: why would u choose vector? One reason is because it is easier to cre... (by jlb)
|
by DragonOsman
My overloaded std::istream function is a friend of the class, but it still can't access private members; why?
|
|
[4 replies] Last: I'm having this really dumb problem when trying to overload the inpu... (by jlb)
|
by Lolfaceftw
problem..
|
|
[2 replies] Last: So, you put ; where you are not supposed to, and you don't put it wher... (by naaissus)
|
by Ginso
edit video using ffmpeg
|
|
[2 replies] Last: well that only shows how to extract the images. How can i make a Video... (by Ginso)
|
by aruggs
Binary Search on String
|
|
[1 reply] : Hi :D Pls use code tags next time. Since you are not returning anythi... (by naaissus)
|
by Kubani
Using malloc and free in C++ (1,2)
|
|
[21 replies] Last: I had noticed the template class which was before it and not complet... (by Kubani)
|
by keanedawg
Speed of a pointer that traverses
|
|
[2 replies] Last: Perfect. Thank you! (by keanedawg)
|
by applebanana
chess moves
|
|
[1 reply] : http://www.cplusplus.com/forum/beginner/1/ (by TarikNeaj)
|
by JonTelep26
While loop infinite after second loop
|
|
[1 reply] : All your comparisons are using the assignment operator rather than the... (by TwilightSpectre)
|
by Zakusa
script wont work after adding in a another part to it
|
|
[2 replies] Last: ya well im learning and i did try creatoolhelp32snapshot but it didnt ... (by Zakusa)
|
by Xriuk
Difference between using this and not with virtual functions
|
|
[7 replies] Last: [quote=Xriuk]func(); // Is there any difference from this.func();? Ye... (by TwilightSpectre)
|