News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Creating a basic social network account system using Codeblocks?

Started by Polyhax, April 26, 2014, 12:28:50 AM

Previous topic - Next topic

Polyhax

I'm basically trying to create a social network site from the very foundation of the basics so I can build my way up as I make such a site. I know the ethos of Codeblocks isn't about web development but I find that it's a lot more accessible than any other programming engines or software.

Right now, the only two things I want to accomplish is creating a site which has a few sections on it and a sign up option for people creating accounts, does Codeblocks have the facilities to create something this basic I'm looking to do? And if so where should I start and how do I do it?

BlueHazzard

C::B is basically a text editor with a build system around...
so you can also write html code with it. But don't expect support from this forum, because c::b is manly for c/c++/fortran/python development..

greetings