Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
50% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
2 Commented Posts
~2K People Reached
Favorite Tags
Member Avatar for rikkie

Hi, I am trying to calculate the distance between two points, by using Pythagorean Theorem and the x,y coordinates of two points. However, I have the following issue in line 14: "*Expression must have integral or enum type*". #include <iostream> #include <math.h> using namespace std; int main () { float …

Member Avatar for phorce
0
2K
Member Avatar for rikkie

Hi, I am in the process of building my first website (no coding experience) My home page (saved as .aspx) uses asp.net controls. All other pages are saved as .html. I can navigate fine from the home page to any of the other pages; however when I try to navigate …

Member Avatar for rikkie
0
85
Member Avatar for rikkie

Hi guys, I've been searching for a C++ compiler for my Xda Exec, running Windows Mobile v5. It looks like CEdit will do the job (unfortunately not free) but then I have to download the compiler from a "third party" I'd be grateful to hear from people who are using …

Member Avatar for Ancient Dragon
0
48
Member Avatar for rikkie

Hi guys, I'm trying to use a nested for loop to change the first 'o' it finds while testing to an 's' and then exit the loop immediately after that. This is what I have, but it currently changes every second 'o' to 's' [code] for (int i = 0; …

Member Avatar for vmanes
-1
147
Member Avatar for rikkie

Hi guys, Could someone point me in the right direction, please? I'm trying to expand my system to accommodate the reservation of consecutive seat numbers. The user is prompted for a row number, seat number and then the amount of consecutive seats he would like to book. For example: The …

Member Avatar for rikkie
0
160