by SeBeQ
Probelm with std::vector in function
|
|
[3 replies] Last: I get another issue: I have struct HandleStructure{ HANDLE hHandle;... (by SeBeQ)
|
by NGen
Embedding a File in an Executable
|
|
[4 replies] Last: I'm looking to do a similar thing. I'm working in VS Pro 2008, howeve... (by stormyk)
|
by johnnystarr
deque vs istringstream
|
|
[1 reply] : They both increment an internal counter. There are no expensive operat... (by helios)
|
by gizzmo
STL iterators
|
|
[2 replies] Last: I think you want to use a std::map<int, someOtherType>, the iterator p... (by aquaz)
|
by HenriK
Trouble with inheritance once again - what is the problem?
|
|
[6 replies] Last: http://www.acm.uiuc.edu/webmonkeys/book/c_guide/1.2.html#const (by kbw)
|
by mobin92
User Defined Matrices
|
|
[2 replies] Last: check this template out template <class T> T * new2D(T dummy, int row ... (by gautam jha)
|
by amanyasin
Error: Run-Time Check failure #2 stack around the variable x was corrupted...(Urgently please)
|
|
[6 replies] Last: In VS2005, In Debugger > Exceptions, you can enable breakpoints for ea... (by bartoli)
|
by Answerx
Number of consonants
|
|
[11 replies] Last: This sounds like homework, so I'll give you an obfuscated example that... (by packetpirate)
|
by amanyasin
To write execution results in a txt file....
|
|
[2 replies] Last: And inside Log(), add a lock for the writing to the file in case you c... (by bartoli)
|
by packetpirate
Good or bad idea for Linked List class?
|
|
[18 replies] Last: I strongly advice you not to make a random access operator for a list... (by moorecm)
|
by AhmedKamal
fclose & fopen VS freopen
|
|
[5 replies] Last: I"M SORRY I had put another example for example one than the one I mea... (by AhmedKamal)
|
Array Excercise |
|
[1 reply] : http://www.cplusplus.com/forum/articles/12974/ Look for "arrays" in "... (by hamsterman)
|
by Psychotron
How much easier is Java compared to C++
|
|
[10 replies] Last: learn other languages first and then come back to C++ for OOP, Java o... (by kfmfe04)
|
by ddub76
Image recognition then output to Excel
|
|
[1 reply] : How hard would it be for someone with very little exerience of comput... (by helios)
|
help with struct and pointers |
|
[5 replies] Last: Don't forget to delete fat at some point, or your program will get t... (by Duthomhas)
|
by Bulls2012
Employee Object Oriented Program (3 files)
|
|
[1 reply] : You need parameters in your "mutators" (A.K.A. setters) , correspondin... (by closed account GzwXoG1T)
|
direct x beginner question |
|
[2 replies] Last: maybe it is just me then, thank you. (by closed account zwA4jE8b)
|
by amanyasin
To get division result of int in a float....
|
|
[1 reply] : sameEdges_Perc = (float)TotalSameEdges /TotalEdges_incr*100; ... (by Duthomhas)
|
by marlym014
help with strtok function and pointers
|
|
[3 replies] Last: You should use a split function for this kind of thing. If you don't w... (by Athar)
|
by Veltas
Memory leaks
|
|
[19 replies] Last: I appreciate it kbw, if it's any consolation, however I've used the Va... (by Veltas)
|