by Faramar
In need of assistance
|
|
[3 replies] Last: ok thx people :) I did it. Also, if you want some problems to solve, g... (by Faramar)
|
by Chazzmundo
Trouble with passing by reference
|
|
[8 replies] Last: Well I have been doing the following with reference to the globals in ... (by Chazzmundo)
|
by vlad61
Pointer
|
|
[4 replies] Last: Thanks guys, its just a tad more confusing than loops and if statement... (by vlad61)
|
by Deftwun
Total Noob: Working With Nested Class
|
|
[5 replies] Last: #include <iostream> using namespace std; class Ship { public: ... (by pradheep)
|
by monkeyboy
Simple guessing game!
|
|
[3 replies] Last: Thanks :)....it was so simple, can't believe I didn't se it. (by monkeyboy)
|
by vencent
Beginner Exercises: Bracketing Search
|
|
[4 replies] Last: Line 14 of your code has a ton of spaces which is makes the page stret... (by lordmat)
|
by Ernest
I can not get this code to compile...Not sure why?
|
|
[2 replies] Last: Read the compiler error messages. They make it clear. IntQueue.h:12:... (by Moschops)
|
by Seth Cohen
Pointer abort protection?
|
|
[5 replies] Last: Firstly, you should bear in mind what filipe said - that this is not a... (by anonymous23323124)
|
vector push back runtime crashing |
|
[2 replies] Last: I switched it to a for loop and now it works. but all my while loops a... (by shadowvillian)
|
by raprap17
Timer
|
|
[10 replies] Last: You're welcome. (by oldnewbie)
|
by HeadBanger
Total Noob
|
|
[11 replies] Last: Dev-C++ is always a bad thing. The compiler coming with it is very old... (by Bazzy)
|
by Gubbedelux
Smaller and more effective code
|
|
[4 replies] Last: Use lookup tables: double lut = { /* f, m, c, v */ {0.05... (by Disch)
|
by TpOreilly
GetMessage/PeekMessage
|
|
[17 replies] Last: [quote=TpOreily]For this: while (PeekMessage(&msg, NULL, 0, 0, PM_RE... (by WriteGreatCode)
|
by personak
Array functions
|
|
[3 replies] Last: As I remember, there is no array return allowed from a function. Anyon... (by vencent)
|
by Menses
Using Functions
|
|
[2 replies] Last: HINT: [co de]your code[/co de] -> your code (by m4ster r0shi)
|
Do while loop repeats infinitely (1,2) |
|
[26 replies] Last: Why do such a random thing? You can check the state of streams... cin.... (by hanst99)
|
Arrays |
|
[4 replies] Last: write a program that will store numbers in the array and then try to r... (by genesys)
|
by bboy212
allegro
|
|
[14 replies] Last: If you want to program 2d user interfaces I'd suggest learning SDL. It... (by genesys)
|
I'M COMPLETE NOOB HELP |
|
[3 replies] Last: create a source code that is not a part of a project and also check ... (by genesys)
|
by frantic
Program for calculating GPA (help please)
|
|
[6 replies] Last: When it launches, it just says "Press any key to continue..." (by frantic)
|