Title / Thread Starter Last Post ByReverse Sort Order Replies Views
Help
 

I need a coder.

Hey guys! I am currently making a DarkRP sever and I need a coder that could help with real cash donations into In game cash to the buyer, If you know what I mean? I also need someone that is really good with setting up servers. I could pay if needed....

18th January 2013
by false prophet Go to last post
1 376
Help
 

Do you have to program in your free time to be employable?

I hear a lot about how people who work on their own projects during their free time are much more sought after than people with only an education. See for me, I enjoy programming, but I'm not creative in the slightest. I can't come up with a good idea...

17th January 2013
by KmartSqrl Go to last post
3 503
cpp
 

Compile gmsv_pimpmyride Linux version This thread has images

Hello, I'm not very knowledgeable about this topic, so I might be posting useless or irrelevant information, please bare with me. I'm looking for a person to compile gmsv_pimpmyride to a Linux version, the source code is provided at: ...

17th January 2013
by Mattz333 Go to last post
7 839
Help
 

Writing an alternative function to printf

So during my course we are allowed to use cstring only. No stdio or string libraries. So I figured might as well try to implement own printf method. But maybe there is already a method that I can work off with rather than writing from scratch?

17th January 2013
by SiPlus Go to last post
3 322
Help
17th January 2013
by o DefcoN o Go to last post
0 236
Help
 

What is the deal with my OpenGL project?

I think I horribly broke something. Here is my problem: Objects that I create ( cubes/quads ) and stuff, they all use the right handed coordinate system, which as I understand is the norm for opengl. Positive Y is up, etc. I can translate them and they...

16th January 2013
by DarkCybo7 Go to last post
5 393
Help
 

Specific problem - What is the best Language?

l'm not a programmer, but want to do something specific for myself and learn programming at the same time. Here is the problem. l get a regular PDF document about 20 pages, which l want to convert into text , edit, analysis and produce statistics. ...

16th January 2013
by vombatus Go to last post
8 579
cpp
 

C++ help

Can any of you guys point me in the right direction? I have C++ at my college now. We have been programming in a 2D game engine made by one of our teachers. Iv'e Seen the basics of C++ by now: structs, Classes, objects, pointers, a bit of stl and all the...

16th January 2013
by AtomiCasd Go to last post
4 419
cpp
 

GWEN OpenGL font renderer help (C++)

I've been working on a 2D physics sandbox game for a long time now, and ran into a snag a few days ago. I'm using GWEN as an interface, and decide to make my own (windows-only, if need be) truetype font renderer to extend the basic GWEN openGL renderer....

15th January 2013
by Naelstrom Go to last post
1 348
cpp
 

C++11 FastDelegates

I've recently come across a very interesting and promising implementation of C#-like delegates for C++11, that claims to be faster (and, in my opinion, cleaner and more powerful) than boost::function (which is now std::function). ...

14th January 2013
by SiPlus Go to last post
13 837
Help
 

Looking for C++ tutorials. Already know C#.

I'm currently developing a game in Unity, but as some of you may know, C++ is very important to know if you want to be a game developer. I already know C# quite well, and I want to start learning C++ now. My issue is that all of the tutorials I've found,...

13th January 2013
by ProWaffle Go to last post
17 1,028
Help
 

Beginners programming - Has anyone used this? This thread has images

I've just bought this book today. I'm really looking forward to getting stuck into it and finally learning how to use Python. I was just wondering if anyone has used this book and has some advice/thoughts on it.

12th January 2013
by Topgamer7 Go to last post
10 645
Help
 

[c++]Problem with conditions This thread has images

Console::Write("Please enter your state. WA or OR: "); Console::ReadString(state, sizeof(state)); while ((strcmp(state, "OR") != 0) || (strcmp(state, "WA") != 0)) { Console::Write("The software is intended for Washington and...

12th January 2013
by SiPlus Go to last post
5 300
pc games
 

Rounds per minute simulator

Hey, well as the title say have someone ever encountered something like that, "a rounds per minute or rof simulator should be similar to that of the game engine showcase how fast you fire and empty your magazine. I have tried some searching on google but...

11th January 2013
by robmaister12 Go to last post
5 792
Help
 
Funny x 46

I know Everything About C++ What I have to do now ?

I'm like the god of C++ I learned in 2 months or something It's very easy language but Im bored now please recommend me some things to do I can write a chess program in console also i coded text version of minecraft. Also Im a mathematical genius

11th January 2013
by dajoh Go to last post
17 1,229
cpp
 

Problem compiling GWEN with MinGW This thread has images

Hey, I have a problem when compiling GWEN with MinGW: How can I solve this? Google didn't help me this time.

11th January 2013
by pepin180 Go to last post
10 491
Request
 

I have no idea how to script.

Im setting something up for my Community's TTT server and i had this cool idea that is pretty simple. I want to play a part of the song Karma Police by Radiohead http://www.youtube.com/watch?v=IBH97ma9YiI after someone gets karma banned. We use ULX. ...

10th January 2013
by PotcFdk Go to last post
3 518
QUESTION
 

C#-like events implementation (c++)

I've been working in, well, in polishing my way of coding, and I started to write simple, better-done things when suddenly in bumped into a problem I cannot fix. At the time of making a GUI, it seems to me a clean solution (maybe not the fastest, but...

10th January 2013
by dajoh Go to last post
18 858
School
 

c++ stream ?

Hi. I have problem. I want change 32-bits binaries number on example: 192.168.1.100. Any easy solutions?

10th January 2013
by Nipa Go to last post
1 363
Help
 

Source Mod - Adding weapons problem!

I have been trying to add custom weapons to my Source Mod. I've done everything to try and add them. This is what comes up on the dev console. Unknown command "sk_bullsquid_health" Unknown command "sk_bullsquid_dmg_bite" Unknown command...

10th January 2013
by JLea Go to last post
1 275
Help
 

[C++]Undefined function within class

#ifndef CONSOLE_H #define CONSOLE_H #include <iostream> class Console { public: Console(); virtual ~Console();

10th January 2013
by P1X3 Go to last post
2 237
Help
 

How would I go about doing this?

I have a simple OpenGL game. I want to use WinSock to display it over a network. For example: I have two versions of the game running, one is the "main" game that the user is playing. The second instance of the game would have no user input and...

9th January 2013
by o DefcoN o Go to last post
4 328
Help
 

Can't Focus On Coding - Any Tips?

I've been trying to make a game for a while now, moving away from the drag and drop stuff like Game Maker and MyGameBuilder. But it seems I can't focus on learning a coding language. I learn all the basic functions, but I get uninterested and end up not...

9th January 2013
by Spero78 Go to last post
11 876
games
 

Spaceballs, a game I just finished. This thread has images

Hello Facepunch! I just finished my first solo programmed game. The game is called Spaceballs, and it's a top down dual-stick style shooter. I built the game on top of a planet gravity/collision simulator I programmed for fun. ...

8th January 2013
by Se1f_Distruct Go to last post
5 802
Help
 

Problem with my Android game

I've made a very simple Android game using Java in Eclipse. I have a feature where if the user touches the very bottom the screen, the game closes completely. The problem I am having is that if the user presses the home button to return the the main...

8th January 2013
by DarkCybo7 Go to last post
2 208
cpp
 

Assistance needed with programming assignment

Hey all, I am assigned to create a checkers "simulation". That is that instead of actually making a checkers game, I just have to make a program that will calculate how many jumps a checker piece can make from a spot on the board. I have it all...

7th January 2013
by Little Green Go to last post
3 506
csharp
 

Just released my first library for C# - its made writing web clients a lot easier for me and I hope you'll find it useful

I've always found that consuming web resources in an asynchronous manner in C# was more difficult than expected. I've written a little library to make getting data, posting forms and uploading files much easier. Request.get("http://google.com/",...

7th January 2013
by asciid Go to last post
10 901
Help
 

Is Objective-C similar to C#?

I think Objective-C is widely used for app development, which I kind of want to get into. I really want to do apps and software. Are they the same or are there differences? EDIT: Never mind, I guess they're different. Don't really know why though.

7th January 2013
by SiPlus Go to last post
7 578
Help
 

Arrays in Android/Java?

I'm making a simple game as a first step into Android development (using Eclipse and programming in Java). I have various enemies moving around on screen and instead of declaring each one individually I'm trying to declare an array. In C++ I would...

6th January 2013
by Topgamer7 Go to last post
5 398
Link
 

Free Intel C++ Compiler for students.

Stumbled upon this today: http://software.intel.com/en-us/blogs/2013/01/03/free-intel-c-compilers-for-students-and-related-parallel-programming-tools. Enjoy.

6th January 2013
by Natrox Go to last post
9 767
games
 

Programming Competition #7: Super Hyper Game Demake Competition: Ultra Turbo Edition ( 2 3 Last ) This thread has images

Super Hyper Game Demake Competition: Ultra Turbo Edition Because christmas themed competitions suck Theme Take any game and demake it. Yeah, that's about the gist of it. Remake a game as though it was made before it actually was, perhaps for...

6th January 2013
by BlkDucky Go to last post
114 6,901
Help
 

Tell me something to program! (C++)

I've pretty much hit a wall in what I can do, ie I'm too stupid to do anything with my current knowledge; I would like to make a 2D sandbox game, and I've already gone through a lot of OpenGL tutorials, but I don't know how to start that project. So,...

5th January 2013
by Meatpuppet Go to last post
22 1,075
Help
 

WinAPI hex values??

Is there any sites out there that display the hex values for winapi functions? MSDN doesn't have them for some reason. Or maybe somebody already has them, I need these ones. If you have them, thanks a million. PBM_DELTAPOS PBM_GETBARCOLOR...

5th January 2013
by cody8295 Go to last post
2 325
School
 

Is going to university for programming worth it?

Just curious, some people say going to university is an enterprising experience for them while others (quite a lot actually) say it was a waste of time and money, they seemed to be paying for a diploma and not an education, I think I heard someone say...

5th January 2013
by atl101 Go to last post
21 1,398
Help
 

<file> "was unexpected at this time." (Completely confused)

(Note: I am a total noob at batch files) Since I really did not want to do all files manually convert 1000s of files by typing I tried to make a batch file. Each filename is "interface_media_<number with 5 digits>.wav so for example command:...

5th January 2013
by Shadaez Go to last post
4 496
games
 

Resources to code basic flight sim?

Does anyone have some good resources to code a basic flight simulator? I'm not looking to do anything realistic, I just want some arcade-y flying, a bit like the flyover minigame on Wii resort. I've got a prototype, but it's basically me just...

5th January 2013
by Xeon06 Go to last post
0 292
POST YOUR
 

OpenGL, where did you learn it? This thread has images

Alright so for the past couple weeks i have been messing around in GLUT and I have found that I really enjoy making rotating triangles. I want to learn a more about OpenGL and I want to learn to make awesome things like this However I have seen a lot...

4th January 2013
by robmaister12 Go to last post
20 1,555
cpp
 

Torque 2D Going Open Source

http://garagegames.com/community/blogs/view/22065 I recently bought Torque 2D (few months ago) after deciding that it would be wiser to utilize an engine with tools, instead of spending years creating my own. That way I could focus on gameplay...

3rd January 2013
by HellFire2345 Go to last post
2 763
pc games
 

Permanent russian VPN for free

I bought the russian edition of Call Of Duty Black Ops II and i thought that I would only need a VPN for te activation but now, after activating it I found out that I am going to need a VPN aleays when I play, so I am asking if someone has ever found any...

3rd January 2013
by benjojo Go to last post
1 698
Computers
 

Networking Libraries

I made this post dedicated toward pros and cons of different networking libraries available to programmers. I'm not particularly familiar with networking libraries because i have either built my own networking socket for my projects, or used boost.asio. ...

2nd January 2013
by HeatPipe Go to last post
8 828