by Akillioon
"struct list" why is the one with out typedef not working?
|
|
[1 reply] : Wow, you just messed it all up... version with typedef have a pointer ... (by tath)
|
by keith2045
Operator overloading passing pointer
|
|
[3 replies] Last: Then there there is problem in your code which isn't shown. This shoul... (by MiiNiPaa)
|
by panther1
What is wrong with this piece of code?
|
|
[2 replies] Last: Silly Mistake! text file was named a.txt.txt lol Got it now! Thanks! (by panther1)
|
by suraya
printing th number of line
|
|
[2 replies] Last: thank you a lot :) this was really helpful:) you saved me :) (by suraya)
|
by venkatacplpl
syntax problem
|
|
[9 replies] Last: cant i rewrite it as vector<int>::iterator =v.begin();????? That i... (by mutexe)
|
by numbplum
Requesting C++ Project Reformat
|
|
[2 replies] Last: Sounds like you are cheating by plagiarising someone else's work & pay... (by TheIdeasMan)
|
by sakonpure6
Prime Numbers using functions
|
|
[5 replies] Last: I did small changes in your code from above mentioned hint. void p... (by vintho)
|
by pangz
C project
|
|
[1 reply] : ctr=0; while (ctr<20) { c =0; d =0; ... (by Chervil)
|
by AnttiV
rand() giving weird results in Code::Blocks/MinGW
|
|
[6 replies] Last: Oh, sorry, I misread the problem. :B You're right, rand() % 6 + 1 shou... (by Ikaron)
|
by Akillioon
Fast please. set default constructor
|
|
[1 reply] : print_word(): os(std::cout) {}; (by MiiNiPaa)
|
by gmsd
Not obtaining array values
|
|
[6 replies] Last: I don't understand this intention of this code:[code firstline=206] //... (by Chervil)
|
by geekocoder
problem in releasing memory
|
|
[1 reply] : pDestn=(char *)malloc(strlen(pSource) + 1 );//terminating zero ... (by MiiNiPaa)
|
by sslizz
Adding Libgeotiff to c++ or Qt
|
|
[no replies]
|
by HeavyRain
Compilling using CMake
|
|
[no replies]
|
polygon |
|
[1 reply] : https://www.google.co.uk/search?q=seed+fill+algorithm&rlz=1C1SFXN_enGB... (by mutexe)
|
by justin123
calculating average
|
|
[8 replies] Last: #include<iostream> #include<iomanip> using namespace std; void getT... (by varuniitb)
|
by Snivy
Visual Studio 2012 Express: Linking dlls to the project.
|
|
[3 replies] Last: It's the same as Visual Studio 2010. 1. Solution Expolorer -> Properti... (by kbw)
|
by bojangle32
calendar formatting
|
|
[1 reply] : int offset;//if 0 - month starts with monday, if 6 - with sunday; for... (by MiiNiPaa)
|
loops with bool |
|
[1 reply] : Without testing... #include <iostream> int main() { bool first ... (by vlad from moscow)
|
operator overloading |
|
[2 replies] Last: Complex.h #include <ostream> using namespace std; #ifndef COMPLEX_H... (by Observer)
|