Search Results

Showing results 1 to 6 of 6
Search took 0.01 seconds.
Search: Posts Made By: alejo
Forum: C++ Apr 24th, 2007
Replies: 4
Views: 1,266
Posted By alejo
thnks ancient dragon!
i removed lines 20 and 21 (i see why the numbers on the code) which i knew were wrong. i replaced line 17 with [CODE] if(isspace( i )) /[CODE] and works much better.
the...
Forum: C++ Apr 24th, 2007
Replies: 4
Views: 1,266
Posted By alejo
thanks for the link. i will pass it on... just a little more "PC" .

anyway any love on solving my little silly program? i know there are a ton WC scenarios out there and here, but the ones i have...
Forum: C++ Apr 24th, 2007
Replies: 3
Views: 2,178
Posted By alejo
use "setiosflags()" and setw() to manipulate the output. dont forget #include <iomanip>
for the decimal you may want to use "setprecision()" hope that helps.
Forum: C++ Apr 24th, 2007
Replies: 4
Views: 1,266
Posted By alejo
#include <iostream>
#include <string>

using namespace std;
int main()

{
int i;
int words = 1;
string userString;
Forum: C++ Mar 2nd, 2007
Replies: 2
Views: 3,461
Posted By alejo
hahahahaha, i knew it was something silly, thank you very much...this was killing me. thank you!!
Forum: C++ Mar 2nd, 2007
Replies: 2
Views: 3,461
Posted By alejo
#include <iostream>
using namespace std;
int main()

{
char function;
double num1, num2;
char option;
option = 'y';
Showing results 1 to 6 of 6

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC