detection of integer values |
|
[3 replies] Last: thanks that helps alot (by closed account 96AX92yv)
|
by Lucasp
Need Help for a simple program!!!
|
|
[2 replies] Last: BTW, you say you're learning C++, but I see no C++ code. I agree, t... (by modoran)
|
by Nobody471
Conversion of System::String ^' to 'System::Windows::Forms::TextBox
|
|
[1 reply] : You seem to want to have two different type variables with the same na... (by ats15)
|
by shaunalejo
HELP ME SIMPLE PROGRAMMING PROBLEM FOR EXPERT PROGRAMMERS
|
|
[4 replies] Last: THIS IS WHAT I HAVE SO FAR. :( #include <iostream> #include <string... (by Basic)
|
by Nobody471
Strings in windows form
|
|
[7 replies] Last: I figured out it by myself. I just needed to write "std::" before "str... (by Nobody471)
|
by coudren
read from .txt file
|
|
[5 replies] Last: #include <fstream> //needed for ofstream using namespace std; //T... (by Mathhead200)
|
by Angry Ninja
best possible solution?
|
|
[10 replies] Last: There are no more hoops than any other library. You include the header... (by closed account S6k9GNh0)
|
by geezle86
Shuffling Fish (1,2)
|
|
[20 replies] Last: See line 79 in my example: http://www.cplusplus.com/forum/general/1033... (by Mathhead200)
|
by chronospear
in mciSendingString, can macro be used?
|
|
[2 replies] Last: @Disch Wuuuuaho!! Thx alot!!! Thanks to you, I've completely solved ... (by chronospear)
|
by soori
Pls help me in understanding private inheritance...!!
|
|
[2 replies] Last: There is a difference between "private inheritance" and "inheriting pr... (by LB)
|
by phxvyper
Undefined reference to projectControl::get_defprojloc()
|
|
[2 replies] Last: Thanks AbstractionAnon, that fixed my problem. I appreciate it! (by phxvyper)
|
by rezivor
Constant Loop Question
|
|
[1 reply] : Please do not cross-post questions. http://www.cplusplus.com/forum/b... (by AbstractionAnon)
|
Speech recognition and processing |
|
[4 replies] Last: And you've also read the article on speech synthesis? http://en.wikip... (by andywestken)
|
by Olivier23
C++ RESTful
|
|
[1 reply] : http://lmgtfy.com/?q=c%2B%2B+restful+api (by AbstractionAnon)
|
Creating project templates? Visual C++ 2010 |
|
[4 replies] Last: Thats why I use codeblocks. (by DeXecipher)
|
Float Division Without /operator |
|
[no replies]
|
by CroCo
First Derivative with many variables in C++?
|
|
[8 replies] Last: I think I see now why this occurs. This what I did based on the resul... (by CroCo)
|
by Yoni Revah
Question about iterators
|
|
[4 replies] Last: address of cp is cp+1 or &(cp ) &cp1 is the address of the pointer ... (by Yoni Revah)
|
by Olivier23
Integrate java code or jar file in C++
|
|
[no replies]
|
by PurpleKush
Get full time without seconds
|
|
[6 replies] Last: make a copy of the std::tm For those who are new to the gmtime call,... (by andywestken)
|