by tristanp2
Trouble with data structures
|
|
[4 replies] Last: Ok thanks. This was really helpful (by tristanp2)
|
by Emmanuel11
Billing charges program
|
|
[no replies]
|
by cocopuff
find the smallest word in the string. (1,2)
|
|
[20 replies] Last: can anyone help?? (by cocopuff)
|
by taytertot
estimating pi
|
|
[5 replies] Last: There's nothing such as infinite series in real world, even in mathema... (by TheDestroyer)
|
Void will not work |
|
[11 replies] Last: Thanks for all the help! (by closed account 1hv7ko23)
|
by edge87
Serial in Linux
|
|
[no replies]
|
by Goodguy5
Starting out again
|
|
[3 replies] Last: Eclipse and Netbeans are slow because they're based on Java. Try Code:... (by TheDestroyer)
|
by twoencore
Very easy question...std::string* to std::string
|
|
[8 replies] Last: it was cashing because other thread 2 closes quick! I fixed it...Tha... (by twoencore)
|
by Mrcerimo
Is my code bad or good?
|
|
[2 replies] Last: Good spacing, make sure you prototype your functions. When you write ... (by Windwhistles)
|
by Ch1156
Check to see if char or string
|
|
[3 replies] Last: Input it as a string and convert the string using atoi() http://www.cp... (by SameerThigale)
|
by zerokewl
Make this operation reoccuring.
|
|
[no replies]
|
by Owain
Trouble with my string function
|
|
[4 replies] Last: Okay thankyou, its working now :) (by Owain)
|
by cyphercat
Textbook problem involving strings and vectors
|
|
[1 reply] : This will read a word. std::string word; std::cin >> word; ... (by Peter87)
|
friend ostream& operator<< .... |
|
[7 replies] Last: @TheDestroyer, I don't know what you want me to read on that page. ope... (by Peter87)
|
by Anna Rafaela
Type Conversion
|
|
[2 replies] Last: Thank you!! (by Anna Rafaela)
|
by jalfor
Pointer Question
|
|
[3 replies] Last: Ah, I see. Thanks a bunch (by jalfor)
|
by rickski
What am I missing?
|
|
[7 replies] Last: Since ::winner() determines who actually won (assuming), then it wou... (by closed account zb0S216C)
|
by Duelight
How Do I Make this program loop?
|
|
[3 replies] Last: No, you can just keep track of something. For example, if you wanted y... (by jalfor)
|
loop |
|
[13 replies] Last: I want to find the value pi, every-time there is a (yes) the n=8 doubl... (by closed account zT7X92yv)
|
by alvadrive42
pointer array
|
|
[1 reply] : I did not look through all your code but it is obvious that this funct... (by vlad from moscow)
|