Recent Posts

Pages: [1] 2 3 4 5 6 ... 10
1
Hello,
I have just registered on the forum.
I also had to enter "2024".
So the problem is still not fixed.

Is it not possible to get the year off the server with PHP,  or maybe get the month off the server with PHP and ask the human for that.
It has been a couple of decades now since I used PHP to make a visitor record, on a txt file.   
2
The book says 10 bytes the program below says 8 bytes


#include <iostream>

using namespace std;

int main()
{
    cout << "The size of bool   is:\t" << sizeof(bool) << " bytes.\n";  //1
    cout << "The size of char   is:\t" << sizeof(char) << " bytes.\n";   //1
    cout << "The size of short  is:\t" << sizeof(short) << " bytes.\n";  //2
    cout << "The size of int    is:\t" << sizeof(int) << " bytes.\n";    //4
    cout << "The size of float  is:\t" << sizeof(float) << " bytes.\n";  //4
    cout << "The size of long   is:\t" << sizeof(long) << " bytes.\n";   //4
    cout << "The size of double is:\t" << sizeof(double) << " bytes.\n";  //8
    cout << "\n";

   cout << "The size of unsigned short int is:\t" << sizeof(unsigned short int) << " bytes.\n"; //2
   cout << "The size of unsigned long int is:\t" << sizeof(unsigned long int) << " bytes.\n"; //2
   cout << "The size of long int  is:\t\t" << sizeof(long int) << " bytes.\n"; //4
    cout << "The size of wchar_t is:\t\t\t" << sizeof(wchar_t) << " bytes.\n"; //2
    cout << "The size of unsigned int is:\t\t" << sizeof(unsigned int) << " bytes.\n"; //4
    cout << "The size of long double is:\t\t" << sizeof(long double) << " bytes.\n"; //8
    return 0;
}
3
General (but related to Code::Blocks) / Re: Problem with SFML 2.0 libraries
« Last post by stahta01 on Yesterday at 02:11:25 pm »
If you are still using the ucrt environment of MSYS2, you can get their binary package of SFML via

pacman -S mingw-w64-ucrt-x86_64-sfml

Doing so currently will get you SFML 2.6.1

That package name is for the UCRT64 environment.

Tim S.
4
General (but related to Code::Blocks) / Re: Problem with SFML 2.0 libraries
« Last post by everSome on Yesterday at 01:10:17 pm »
If you are still using the ucrt environment of MSYS2, you can get their binary package of SFML via

pacman -S mingw-w64-ucrt-x86_64-sfml

Doing so currently will get you SFML 2.6.1
5
Help / Re: Registering 2024 is not next year
« Last post by ollydbg on September 06, 2024, 03:51:28 am »
Thanks, we will ask our forum administrator to fix them.
6
General (but related to Code::Blocks) / Re: codeblocks project generator
« Last post by ollydbg on September 06, 2024, 03:37:50 am »
Hi, welcome.

I'm reply your post in wx forum days before.

Code Generator for CodeBlocks and wxWidgets - wxWidgets Discussion Forum
7
Nightly builds / Re: The 15 August 2024 build (13542) is out.
« Last post by Uriens The Gray on September 06, 2024, 12:30:18 am »
This also works  fine from the MSYS2 packages. Thx.
8
General (but related to Code::Blocks) / codeblocks project generator
« Last post by archman007 on September 05, 2024, 02:46:24 pm »
This application generates a complete codeblocks project that accommodates wxWidgets, boost and MariaDB.  Click the link below for complete documentation.

https://archman.us/b4/2024/08/26/build-codeblocks-project/
9
Development / Re: Mac Retina display simulation on FHD monitor
« Last post by Miguel Gimenez on September 05, 2024, 12:35:33 pm »
Spam reported to moderator.
10
Development / Re: Mac Retina display simulation on FHD monitor
« Last post by Tolido84 on September 05, 2024, 10:46:24 am »
You have arrived at the online home of Papa Louie. All of the best Papa Louie games are available here for free online play. So, what exactly is a Papa Louie game like? Awesome challenge, dubious business tactics, and tasty food! The majority of papa's games center around the kitchen and the management of eateries. Working in Papa's kitchen is exciting, yet challenging.
Pages: [1] 2 3 4 5 6 ... 10