Help simple C++ menu

User Tag List

Results 1 to 3 of 3
  1. #1
    typ's Avatar Active Member
    Reputation
    16
    Join Date
    Jan 2007
    Posts
    111
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Help simple C++

    hi guys I need help with my first program ( in french ). I get this error with the following prog: error C2065: 'cout' : identifiant not declared

    #include <iostream>
    #include "stdafx.h"


    int main()
    {
    // déclaration de la constance PI
    const float PI = 3.1416; // PI <-- 3.1416
    float Rayon; // déclaration de la variable Rayon
    float Volume; // déclaration de la variable Volume
    cin >> Rayon; // Lire Rayon
    Volume = 4.0/3.0 * PI * Rayon * Rayon * Rayon; // ...
    cout << Volume; // Écrire Volume
    } // fin du programme

    Help simple C++
  2. #2
    Syllabus's Avatar Banned
    Reputation
    22
    Join Date
    Nov 2007
    Posts
    77
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    #include <iostream>
    #include "stdafx.h"
    
    using namespace std;
    
    int main()
    {
        // déclaration de la constance PI
        const float PI = 3.1416; // PI <-- 3.1416
        float Rayon; // déclaration de la variable Rayon
        float Volume; // déclaration de la variable Volume
        cin >> Rayon; // Lire Rayon
        Volume = 4.0/3.0 * PI * Rayon * Rayon * Rayon; // ...
        cout << Volume; // Écrire Volume
    } // fin du programme
    You forgot "using namespace std;" marked in red

  3. #3
    typ's Avatar Active Member
    Reputation
    16
    Join Date
    Jan 2007
    Posts
    111
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thx its working

Similar Threads

  1. [C++ Help] Simple problem, can't figure it out.
    By Namor in forum Programming
    Replies: 3
    Last Post: 09-14-2010, 03:44 PM
  2. [Help]Simple memorywriting question
    By andykh in forum WoW Memory Editing
    Replies: 24
    Last Post: 06-18-2010, 08:52 PM
  3. [Request or Help] Simple LUA Item
    By freeride474 in forum WoW EMU Questions & Requests
    Replies: 9
    Last Post: 04-11-2010, 10:06 AM
  4. [Help] Simple Quest
    By ~ViVo~ in forum World of Warcraft Emulator Servers
    Replies: 5
    Last Post: 03-19-2008, 07:11 PM
  5. [RECRUITING]Simple help for Project.
    By EcHoEs in forum World of Warcraft Emulator Servers
    Replies: 5
    Last Post: 09-15-2007, 07:39 AM
All times are GMT -5. The time now is 06:14 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search