by jrob4654
What is going on with this "simple" code???
|
|
[1 reply] : Your function declares that it returns an int. (by LB)
|
by CPDubs
stl list item not removing
|
|
[5 replies] Last: And note that you cannot continue iteration after this, because you wi... (by MiiNiPaa)
|
by ljs
template instanciation
|
|
[2 replies] Last: that is a pity, because I wanted to make more specialization classes a... (by ljs)
|
by dekeenfrance
Control ofstream output field width
|
|
[5 replies] Last: Look at their documentation. They modify "state". Therefore: 1. Stor... (by keskiverto)
|
by ProNoob
Using Index in Arrays
|
|
[8 replies] Last: If you don't need a variable, then remove it completely. (by keskiverto)
|
by Allan Walls
between 2 dates
|
|
[3 replies] Last: thanks but not sure if that is what I need be able to input date 2 dat... (by Allan Walls)
|
by Ursad0n
Access violation problem
|
|
[4 replies] Last: There's probably a lot more wrong with this file. I'm just pointing ou... (by Computergeek01)
|
by amirakausar
how to solve this?
|
|
[2 replies] Last: numGuess???? nextGuess = (lastGuess + (num/lastGuess)) /2 #include ... (by CroCo)
|
by jerome12345
PAssing strings from C++ to FORTRAN
|
|
[2 replies] Last: Don't forget to mention which compilers you're using, the approach ... (by Cubbi)
|
by Jijgee
LPCWSTR, string
|
|
[no replies]
|
Bubble Sort/Selection Sort |
|
[3 replies] Last: Those look sorted to me :) (by shacktar)
|
by dekeenfrance
Control execution of code block by entry
|
|
[4 replies] Last: Do not use goto. It messes up program order and this is clearly not th... (by MiiNiPaa)
|
by Xnheritance
Number required after Prime Numbers addition
|
|
[2 replies] Last: The only thing I cannot understand is that how to make those pairs oth... (by Xnheritance)
|
Segmentation Fault. |
|
[1 reply] : Check count of parameters before using them. It leads to segfault if I... (by MiiNiPaa)
|
by Mircode
+ operator with reference parameters can not be chained
|
|
[1 reply] : myclass operator+( const myclass &a, const myclass &b){ ... (by MiiNiPaa)
|
by solidsnake
Input and Output array using function
|
|
[3 replies] Last: An array argument is actually passed by reference Pointer to the firs... (by MiiNiPaa)
|
by packy
string
|
|
[2 replies] Last: 1) If you don't mind C++11: #include <string> #include <algorithm> #i... (by MiiNiPaa)
|
C printf() issue |
|
[2 replies] Last: Thanks. Stupid mistake... :) Some rest is in order. (by aaronfjerstad)
|
by dawansch
Cannot cast from void pointer: returns always error C2440
|
|
[3 replies] Last: Thank you so much. This did the job: wqueue<Soundfile*>* m_queue= ... (by dawansch)
|
by ovaltine99
Can anyone help me see why my pointer function is not working properly?
|
|
[10 replies] Last: Any tips would be greatly appreciated I still am unable to get the dis... (by ovaltine99)
|