by jk5440
percentile of an array
|
|
[4 replies] Last: i checked that code it gives percentile of the array. my requirement i... (by jk5440)
|
Design choice of the iterator of slist(SGI STL) |
|
[3 replies] Last: template<typename T, typename Alloc = std::allocator<T> > class SList... (by JLBorges)
|
by madhusushmi
Fast API for File read/Write
|
|
[2 replies] Last: If the file does not grow or shrink in size, memory mapping the file w... (by JLBorges)
|
by Ryan Bush
Stuck
|
|
[2 replies] Last: Bolded: The instructor want you to make a while loop that averages whi... (by Need4Sleep)
|
by Zapeth
Efficient file content search method
|
|
[3 replies] Last: I'm not sure what your question is then, it seemed like you were steer... (by clanmjc)
|
c++ calculator |
|
[1 reply] : Duplicate from here: http://cplusplus.com/forum/beginner/62151/ -Alba... (by Albatross)
|
by Go0ber
Quick beginner question
|
|
[2 replies] Last: Thank you, I was wondering how to post code correctly. I changed the ... (by Go0ber)
|
by atown282
c++ counting help
|
|
[5 replies] Last: an example of a counting program could look something like: #inclu... (by Warnis)
|
by sexynerd
function convert() not returning calculation
|
|
[10 replies] Last: Use a calculator maybe for desk checking. The sin and cos functions i... (by vin)
|
by vietory
interface with ingenico eftpos machine
|
|
[2 replies] Last: Wouldn't you be better of contacting the manufacturer or refer to thei... (by guestgulkan)
|
by Carl Hjerpe
Comparing to values
|
|
[2 replies] Last: Just tested that, and its compiling, now im going to test it running ... (by Carl Hjerpe)
|
by tykkimies
Binary Search Tree Help
|
|
[4 replies] Last: Why would you search for it and not return a pointer to the element? Y... (by closed account o1vk4iN6)
|
by sagarG
2 D Vectors(Vector of Vectors) giving problem
|
|
[1 reply] : Hi What is the type of fn ? where does obj1 come from ? why do y... (by therockon7throw)
|
by hnefatl
SDL Audio
|
|
[6 replies] Last: great .. i like that thanks @Disch (by bluecoder)
|
by CIsHard
how do i use vectors in this situation
|
|
[2 replies] Last: can we not write ... if( (pos1 = line.find("<name>")) < string::npos... (by bluecoder)
|
by bbjybon89
Inheritance cooding
|
|
[2 replies] Last: you need two class one vechical one Car .. then do some thing like thi... (by bluecoder)
|
by mekkatorqu
[MySQL++] same code, no result from second application
|
|
[3 replies] Last: nvm, I just fixed it like 10 mins ago, I was using debug mode with rel... (by mekkatorqu)
|
by ashhuber8
grouping from an array
|
|
[3 replies] Last: Try a linked list (std::list). It's a handy way of adding an unknown a... (by Gaminic)
|
by cyrilj
unique cpuid not possible?
|
|
[3 replies] Last: Win32_Processor class http://msdn.microsoft.com/en-us/library/windows... (by clanmjc)
|
by Sibendu Dey
OUTPUT???
|
|
[7 replies] Last: We're not going to do it for you. If you want the output, just fix yo... (by cnoeval)
|