Thread: Create project in code blocks

  1. #1
    Registered User
    Join Date
    Dec 2021
    Posts
    1

    Post Create project in code blocks

    hie duys am a beginner, when creating a project in code blocks do you have to write the coding before you create any forms like the login, main menu n stuf

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,662
    In principle, you can do it either way:

    - Create all the forms, then fill in the functionality.

    - Create the backend functionality, then wrap the GUI over it.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Creating My First Project with Code::Blocks
    By GokhanK in forum C Programming
    Replies: 3
    Last Post: 05-26-2018, 04:01 PM
  2. Code Blocks showing error in code! Don't know what's it.
    By kdushyant297 in forum C Programming
    Replies: 2
    Last Post: 09-08-2017, 09:59 AM
  3. how to create a project in Code::Blocks?
    By jackson6612 in forum C++ Programming
    Replies: 2
    Last Post: 05-21-2011, 07:27 PM
  4. code::blocks
    By wart101 in forum A Brief History of Cprogramming.com
    Replies: 2
    Last Post: 01-18-2007, 07:42 AM
  5. How to create a project
    By nurulsiddik in forum C Programming
    Replies: 1
    Last Post: 02-15-2002, 09:09 AM