Forum: C++ Mar 24th, 2007 |
| Replies: 6 Views: 851 a ya its still me im just on another acount in case u thought that was weaird |
Forum: C++ Mar 24th, 2007 |
| Replies: 6 Views: 851 o so is that how mail merge works? with arrays? |
Forum: IT Professionals' Lounge Mar 24th, 2007 |
| Replies: 4 Views: 2,212 no its not well atleast not intentionally |
Forum: C++ Mar 23rd, 2007 |
| Replies: 15 Views: 1,960 well actually i thought i was doing one thing and i was actually doing another |
Forum: C++ Mar 23rd, 2007 |
| Replies: 15 Views: 1,960 o ya your right thats weaird my computter calculator is messed up or something o waite lol no i was doing a logarithmic function i think |
Forum: C++ Mar 23rd, 2007 |
| Replies: 15 Views: 1,960 o waite i think i get it but when i compiled and ran it i first entered 2 then 5 and got 32 and that doesnt make sence it should be 200000.
heres the code and pleas corect me if im wrong #include... |
Forum: C++ Mar 23rd, 2007 |
| Replies: 15 Views: 1,960 i sorta get what your saying but im confused could u give me an example? |
Forum: C++ Mar 23rd, 2007 |
| Replies: 15 Views: 1,960 so like this?
#include <iostream>
#include <math.h>
using namespace std;
int main()
{
float a,b,c;
a=0;
b=0; |
Forum: C++ Mar 23rd, 2007 |
| Replies: 15 Views: 1,960 ok i created a program for it but now how do i output the result?
#include <iostream>
#include <math.h>
using namespace std;
int main()
{
float a,b,c;
a=0; |
Forum: C++ Mar 23rd, 2007 |
| Replies: 15 Views: 1,960 well i have looked in alot of places and i cant find one if u know it could u tell me? |
Forum: C++ Mar 23rd, 2007 |
| Replies: 15 Views: 1,960 o i just looked at something and what it said under math.h was
exe ()
could this be it and if it is i dont have a clue how to use it |
Forum: IT Professionals' Lounge Mar 23rd, 2007 |
| Replies: 4 Views: 2,212 i get what your saying but u didnt really ask a question the hole thing was more like a statement eaventhough a question is implied i think you should be more specific as to what you want to do so... |
Forum: C++ Mar 23rd, 2007 |
| Replies: 8 Views: 2,037 hey also if u want the decimals to be eaven greater then that you could use double instead of float just incase u didnt know |
Forum: C++ Mar 23rd, 2007 |
| Replies: 15 Views: 1,960 this is about making a loop for powers
stripe3 is the variable
how do u do stripe3*10 stripe3 times
for example if stripe3 = 5
then my question is how do u do 5*10 5 times
because there isnt... |