mi14chal's Profile User Rating: -----

Reputation: 81 Whiz
Group:
Active Members
Active Posts:
198 (0.22 per day)
Joined:
11-December 10
Profile Views:
1,704
Last Active:
User is offline Jan 01 2013 02:35 PM
Currently:
Offline

Previous Fields

Country:
PL
OS Preference:
Who Cares
Favorite Browser:
Who Cares
Favorite Processor:
Who Cares
Favorite Gaming Platform:
Who Cares
Your Car:
Who Cares
Dream Kudos:
0

Latest Visitors

Icon   mi14chal has not set their status

Posts I've Made

  1. In Topic: Checking file exists

    Posted 3 Nov 2012

    It's weird but code above should work... But you can try this:
    #include <iostream>
    #include <fstream>
    using namespace std;
    
    int main()
    {
            ifstream in;
            in.open("test.txt");
            if(!in)
                    cout << "File does not exist\n";
            else
                    cout << "File exists\n";
    }
    
    
  2. In Topic: Checking file exists

    Posted 3 Nov 2012

    You should use function good()
  3. In Topic: Evaluating A String Math Expression

    Posted 30 Oct 2012

    Why don't you use RPN http://en.wikipedia....polish_notation ?
  4. In Topic: I want to display an image on my midlet from the database(Mysql)

    Posted 28 Jun 2012

    And could you describe your problem? Are you getting any error(s)?
  5. In Topic: Connecting JCreator or Net.bean to Micro.SQL server 2008

    Posted 5 Mar 2012

    I don't use this IDE but you should look for option like: "Add a jar to a project" and select the jar file.

My Information

Member Title:
D.I.C Head
Age:
Age Unknown
Birthday:
Birthday Unknown
Gender:

Contact Information

E-mail:
Private

Friends

Comments

Page 1 of 1
  1. Photo

    dagurr Icon

    03 Nov 2012 - 11:47
    i will give you positive reviews if you do too need to bring it back up after being attacked
Page 1 of 1