by snesnerd
Turning a sentence into numbers
|
|
[4 replies] Last: Something like this I guess. Requires: #include <iostream> #include ... (by Stewbond)
|
by abaz01
emptying an int vector and replacing it with string vector
|
|
[2 replies] Last: You can not fill a vector of one base type with values of another type... (by vlad from moscow)
|
by Skyboarder
Using a "char" with VERY BIG capacity
|
|
[3 replies] Last: That seems to work, thank you very much. Though, I notice that there i... (by Skyboarder)
|
by andregiss
Interfacing C++ with Excel by XLOPER type
|
|
[no replies]
|
by neilq5
IF name = specific name change to nickname
|
|
[4 replies] Last: Thank you Jwijnker! that did it! (by neilq5)
|
by smile58
Draw polygon
|
|
[8 replies] Last: Well, I'm gonna recommend you go refresh on the basics of C++. It look... (by ResidentBiscuit)
|
by Diana Magers
Need Help or Ideas on a Program
|
|
[2 replies] Last: Thanks that will be cool. Diana (by Diana Magers)
|
by evenstar
forward declaration of typedef
|
|
[5 replies] Last: The compiler correctly issues an error because you are trying to redef... (by vlad from moscow)
|
by tejas1995
Arrow Keys Input
|
|
[5 replies] Last: The only header files I had to include were windows.h, iostream and wi... (by Computergeek01)
|
Java's min(long... values) equivalent in C++ |
|
[1 reply] : You can dig this up for C and C++ by looking for varargs or the std... (by Moschops)
|
by sanu
Multi Maps and tree
|
|
[2 replies] Last: Thanks Soranz (by sanu)
|
by silvercats
basic encryption and login check issue
|
|
[8 replies] Last: I have found the answer from somewhere else. that one explained what t... (by silvercats)
|
by Mahirihan
Wifstream reading UTF-16 files
|
|
[7 replies] Last: I'm sorry, I can see that I was not very clear in my last post. The ... (by Mahirihan)
|
by BR41NFCK
I can't understand this error message.
|
|
[2 replies] Last: Yay! :-) Thank you. (by BR41NFCK)
|
by Chubbs
Can't figure out equation
|
|
[3 replies] Last: Hi there, I'm absolutely crap at mathematics, but it seems like a rul... (by closed account o3hC5Di1)
|
by Zu007
how add recent date
|
|
[2 replies] Last: Hi there, I believe what Mr. Zu007 is trying to ask is that he wants ... (by closed account o3hC5Di1)
|
by puneet9983
cpu time calculation confusion
|
|
[5 replies] Last: Hi there, To just give you a further hint here, I believe they are tr... (by closed account o3hC5Di1)
|
by sepetoner
Cannot figure out how to let user input name that is called by a class
|
|
[2 replies] Last: same go for the rest of theSet functions . They are all backwards. Yo... (by ThangDo)
|
by pbruusgaard
Char array-search-and-delete-characters-problem
|
|
[2 replies] Last: Awesome! Thanks! :) (by pbruusgaard)
|
by arenzc
Data Processing using file input and parallel arrays
|
|
[3 replies] Last: When it starts its index then gets incrimented in the for loop on lin... (by bmiller)
|