by mattan
Help. Microsoft Visual c++ 2010.
|
|
[1 reply] : I'd say the errors are pretty clear in themselves. the output is an ... (by soranz)
|
by BasicNewbie
Insertion sort
|
|
[5 replies] Last: Sry i went to sleep :p InsertionSorting( numbers , 12 ); cout << "\... (by soranz)
|
by noylekul
Converting int to char in for loop?
|
|
[4 replies] Last: Thank you for the help! (by noylekul)
|
by edhock64
Average with unknown amount of input
|
|
[7 replies] Last: You're both right. What was I thinking? No array is needed. (Back t... (by doug4)
|
by ezis15
C++ (show biggest number)
|
|
[2 replies] Last: Thanks for your help Doug. Problem solved. (by ezis15)
|
by Triea
Video tutorials
|
|
[1 reply] : There's no such thing as a " good " video tutorial, only questionable ... (by closed account zb0S216C)
|
by codeblock
Amazon interview program
|
|
[2 replies] Last: See: http://en.wikipedia.org/wiki/Partition_(number_theory) (by JLBorges)
|
can pls anyone tell me why this program doesn't work? |
|
[3 replies] Last: All I know is that system("pause"); may/will give some kind of probl... (by Latrakx)
|
by Dan Feerst
int to float back to in
|
|
[3 replies] Last: sure, I actually just figured it out but here you go n=5 count=2 p... (by Dan Feerst)
|
by enosmac
convert string to int array?
|
|
[7 replies] Last: @enosmac error C2039: 'transfer' : is not a member of 'std' is the ... (by vlad from moscow)
|
by zand3r96
Finding the greatest common factor and least common multiple of two numbers
|
|
[4 replies] Last: Okay, I have found out how to check both numbers as you enter them, an... (by zand3r96)
|
by BasicNewbie
structure get from textfile
|
|
[3 replies] Last: I have not understood your questions. I took one record from your text... (by vlad from moscow)
|
by marvin77
Guess the number?
|
|
[5 replies] Last: I also should point out that if you were to run the example code that... (by TheJJJunk)
|
by sabian21
help with loop
|
|
[1 reply] : nevermind, got it to work do{ cout<<"enter money "; cin>>money; cha... (by sabian21)
|
Program Recommendations for a Noob? |
|
[1 reply] : One of the earliest programs I made was to calculate an amortization s... (by newbieg)
|
by Swadesh
Return Multiple Values From Function..
|
|
[4 replies] Last: Thanks, Have managed to do it now: #include <iostream> #include <str... (by Swadesh)
|
by Momojams
Need Advice with Calculations
|
|
[10 replies] Last: @soranz Oh ya lol.. Got it; thank you! (by Momojams)
|
by princem
employmeent rate survey report
|
|
[3 replies] Last: #include <iostream> //brackets <'header.h'> #include <string> //u'... (by soranz)
|
by Daviddduh
credit card number check
|
|
[1 reply] : get the input as char array (not int) get input length and store it ... (by tntxtnt)
|
by fluppe
A short question on Pointers as members
|
|
[6 replies] Last: Well, that was a lot..... @clanmjc & vlad: I'm going to look up th... (by fluppe)
|