Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
M

Member 11004573

@Member 11004573
About
Posts
5
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • C++ Vector Array in Template
    M Member 11004573

    Hi! i am New Programmer of C++. please tell me how to Use Vector In Template With Return Type.Give Me Any Example With Detail Which Can Help Me In Understanding Of This Problem.

    C / C++ / MFC help tutorial c++ graphics data-structures

  • Keyboard Arrow Key Control in C++
    M Member 11004573

    Hello Everyone! Please Tell Me How To CONTROL KEYBOARD ARROW key and Move Any Object Through Keys in C++,Please Tell Me If Any One Have Knowledge Abut this.

    C / C++ / MFC c++ tutorial

  • C/C++
    M Member 11004573

    Thank You For My Help, Now I Will Try to Solve This Problem .

    C / C++ / MFC c++ help

  • C/C++
    M Member 11004573

    Thank you For Reply Me, i used this code for making new account of user and save this data in the file after getting all detail in the main. Please tell me Issue and coding Style Error in this code because i am New In C++ And i learn it By Self Nobody are there for helping me .

    C / C++ / MFC c++ help

  • C/C++
    M Member 11004573

    Respected Sir Please Tell me logical error in this code because i faced many difficulties in This Code, please solve this . When i Execute the Code after Enter 1 Option it cannot get the name if it get the name the password field cannot execute.and more error in it like ,. i want to get only 8 string/Number in Password but loop did not work correctly please answer me ASAP. // student_Record_Management_C++_1.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include #include #include #include #include #include #include using namespace std; class Menu_Account { private: int option,loop; char name[20],pass[8],pass_1[8],color[10]; public: void int_menu() { cout<<"\t\t\t-----------------------------------"<>option; cout<>pass[loop]; } cout<<"\n\t\t\tRe-type Password:"; cin>>pass_1; cout<<"\n\t\t\tWhat Is Your Favorite Color:"; cin.getline(color,10); } }; int _tmain(int argc, _TCHAR* argv[]) { Menu_Account obj_1; obj_1.int_menu

    C / C++ / MFC c++ help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups