How to calculate distance in Nautical miles using structures |
|
[4 replies] Last: Something like this? You still need to code the arithmetic. struct ... (by Bdanielz)
|
by nu123
errors in
|
|
[4 replies] Last: thanks for the help ill give the code another go and see can I get it ... (by nu123)
|
by caesiumx305
Trying to output special characters to the console.
|
|
[no replies]
|
by Jack816
cannot convert char** to char*
|
|
[2 replies] Last: Thanks. I guess I thought the issue might have been converting argv to... (by Jack816)
|
by MRJ897
Help with function
|
|
[1 reply] : #include <iostream> using namespace std; const int YEARS = 3; void ... (by joe864864)
|
by Persimonai
Problem calculating series
|
|
[3 replies] Last: Persimonal - you may need a better way to set up and sum your power se... (by lastchance)
|
by hamed98
how to use with big num?
|
|
[1 reply] : External library support is required. Check out GNU MPFR and GMP. ht... (by mbozzi)
|
by ahoward527
Help counting both words and characters in a loop
|
|
[2 replies] Last: Thanks Andy! I got it working with a slight adjustment to the code you... (by ahoward527)
|
by gdsturgill
Problem with Insertion and Deletion in custom Linked List Class
|
|
[1 reply] : snippet 1 --------- line 11: What if cur is NULL? Line 20: You neve... (by AbstractionAnon)
|
by sandyklo
2D Array using int variable to find
|
|
[3 replies] Last: int col; int row; // do the search // if not found, do something st... (by keskiverto)
|
by Bavro3
Jumping between functions
|
|
[5 replies] Last: Minimal version #include <iostream> void outside(); void home(); i... (by Chervil)
|
by soy01
Encryption based on a key
|
|
[1 reply] : Lines 29-31: You reset your loop variable to 0. How do you ever expe... (by AbstractionAnon)
|
by SamT1234
Beginner Project
|
|
[5 replies] Last: Thank you everyone. I signed up for the class I am taking, thinki... (by SamT1234)
|
by yuriy14
Switch statement not using "default"
|
|
[5 replies] Last: Thanks for the help. I realized that instead of printing the result fr... (by yuriy14)
|
by nu123
code not returning to start
|
|
[5 replies] Last: You only need one of these two lines:[code firstline=51] while(ch... (by Chervil)
|
by DarkSlayer
istream_iterator insert one multiple choice questions
|
|
[no replies]
|
by INS7army7
Compass point
|
|
[2 replies] Last: #include <iostream> #include <cmath> #include <string> using namespac... (by lastchance)
|
by Bavro3
Problem whilst making a game
|
|
[2 replies] Last: Okay then, thanks for the help! (by Bavro3)
|
by chapanoodle
Adding a user input
|
|
[1 reply] : You need a variable for cols - I assume that number of cols and rows a... (by Thomas1965)
|
const <type> &name (reference to const) |
|
[8 replies] Last: @Peter87 Sorry, misread. Thanks for the help. (by boost lexical cast)
|