by Registred
Fastest way to split a string
|
|
[7 replies] Last: Hi there, [quote=Registred]What a pitty that there is no STL rope. ... (by closed account o3hC5Di1)
|
by jnjcobb
using vector objects for calculational formulas
|
|
[10 replies] Last: It's a shame that your teacher didn't help you in a way that you actua... (by closed account o3hC5Di1)
|
by Jose94ji
Help with game
|
|
[1 reply] : It should be and(&&) not or (||). (by giblit)
|
by ASCII14
GOTO
|
|
[10 replies] Last: A few more data points, using MSVC++ with /Ox Enter a value to compu... (by cire)
|
by giratina2009
Try to exit program
|
|
[1 reply] : Make choice a char. char choice; cin>>choice; if(choice=='1') { ... (by abhishekm71)
|
by Lancer9tn8ty
Where to start?! (Beginner)
|
|
[5 replies] Last: Hey! You can't drop this one after you start until you have finished d... (by arkad)
|
by milosaurus
Help! Simple computational program??
|
|
[3 replies] Last: I like your solution. It's much simpler than mine. Some misplaced brac... (by closed account D80DSL3A)
|
by Karrizzma
Alphabetizing names using specific directives
|
|
[1 reply] : I think http://en.wikipedia.org/wiki/Bubble_sort would be of great ass... (by Ispil)
|
by lgbrf
Finding the Value of a Char
|
|
[4 replies] Last: 'A' 'B' 'C' are literals of type char. "A" "B" "C" are literal stri... (by lgbrf)
|
by browncoat85
General Comprehension Question Here
|
|
[3 replies] Last: Perhaps it would be better if you explain what kind of program you are... (by rodiongork)
|
instream,outstream trouble, don't know how to multiply different wages by different amounts. |
|
[2 replies] Last: thanks completely missed that. (by jackelinblack)
|
by TJBELTRan
Need Help with HW
|
|
[3 replies] Last: { int A = 10; int B = 20; long double degree; double c=0; cout <... (by TJBELTRan)
|
by thepox
Average Function in Array
|
|
[5 replies] Last: I gave more or less an identical answer in a previous thread: http://w... (by Chervil)
|
by fahmankhan75
Asking user to select a file and outputting the results
|
|
[11 replies] Last: can you show your updated code ? (by nvrmnd)
|
by kolfild
windows.h alternative in xcode
|
|
[4 replies] Last: I may be wrong but mac and linux are bot *NIX systems right? So what N... (by wh33lybrdy)
|
by Hordeon
How to do "Ticking Bomb" program?
|
|
[1 reply] : Hi there, It depends on which platform you are using, but look into t... (by closed account o3hC5Di1)
|
by thepox
taking avg of array
|
|
[2 replies] Last: Function findAverage() , there's no need to pass returnvalue as an ... (by Chervil)
|
by feminadio
Writing & Running a c++ program with Microsoft Visual studio 2010
|
|
[4 replies] Last: No problem (by feminadio)
|
by Ayodeji Joel
converter help
|
|
[5 replies] Last: The function does a specific task, it converts Celsius to Fahrenheit. ... (by Chervil)
|
by jman1951
need some help
|
|
[1 reply] : Hi there, I don't know VB, but I'll have a go at literally translatin... (by closed account o3hC5Di1)
|