by gregarion
Inputing variable into string.find
|
|
[3 replies] Last: #include <iostream> #include <string> int main() { std::s... (by mcleano)
|
by studentffm
read txt file step by step
|
|
[2 replies] Last: 10x I'll check it! It seems to be very useful info! :) (by studentffm)
|
by dardar
Working with OPENCV
|
|
[1 reply] : I found some sample code: 5th post in google "CvFitLine example". It's... (by gcampton)
|
by hzesen1221
Initializing a Dynamically Allocated Array . Why doesn't it work?!
|
|
[2 replies] Last: btw: I use Dev-c++, I'm wondering if this is the cause. While it ... (by gcampton)
|
by newNode
STL list C++ pop_back
|
|
[1 reply] : nvm i got it, thanks (by newNode)
|
by vlad61
order matters?
|
|
[4 replies] Last: What you can do however is use a pointer: #include <iostream> ... (by mcleano)
|
by Shadman
Visual C++ 2008 express edition
|
|
[3 replies] Last: watch it http://www.youtube.com/watch?v=JlcPIjCTxLk&feature=PlayList... (by blackcoder41)
|
by pablorod
Merge programs
|
|
[1 reply] : Please use the forum code tags in the future to make your code more re... (by kevinkjt2000)
|
by vlad61
spacing
|
|
[3 replies] Last: uhh so i am trying it now and i was wondering if i am correct in sayin... (by vlad61)
|
by pablorod
Problem! Factorial and Multiples
|
|
[5 replies] Last: @pablorod: olredixsis fixed one of your problems now just change the r... (by kevinkjt2000)
|
by ovaltine99
How to use find() and substr() member function
|
|
[7 replies] Last: <cstring> is equivalent for <string> No, cstring gives you strcmp... (by firedraco)
|
by Taz
Array elements elimination
|
|
[11 replies] Last: Surprised I didn't get corrected on this. Using mod to loop the array ... (by syneris)
|
by kaduuk
Finding the problem in my simple calculator
|
|
[11 replies] Last: Sorry, I didn't realize that. Thanks for poniting it out! (by kaduuk)
|
by kevin06s
Accessing Data of a Pointer to Pointer?
|
|
[4 replies] Last: Array indexes start at 0, in C++. I see that the for loop in the orig... (by moorecm)
|
by Puckosmucko
Problems :error C2664, datatype
|
|
[6 replies] Last: Haven't solved it yet. But that is probably because I haven't enough s... (by Puckosmucko)
|
by Zeldami
Error
|
|
[6 replies] Last: Ah lol thanks, thought it would be already ok, cuz I made a global var... (by Zeldami)
|
by fveritas
Length of Array of Structs
|
|
[4 replies] Last: I see... Thank you so much! (by fveritas)
|
by Garethsoul
c++ problems with array+function+pointers
|
|
[2 replies] Last: thanks yes that was the problem je (by Garethsoul)
|
by brokenbot
What libraries should I focus on?
|
|
[4 replies] Last: Each library tends to have its own individual purpose. If they serve t... (by closed account S6k9GNh0)
|
by kevin06s
Idiot-proof Yes/No Input (1,2,3)
|
|
[49 replies] Last: We decide when a thread is finished with. Sorry :) (by chrisname)
|