by jasonXcoder
Review My Code and Progress
|
|
[7 replies] Last: const int FORCE_EXIT = 1, NO_FORCE_EXIT = 0, ENTER_INF... (by closed account o1vk4iN6)
|
by BluRezZz
Simple Movement
|
|
[4 replies] Last: That's because of the repeat. Like how you hold down they key 'd' in... (by BluRezZz)
|
by Dave Jones
I just need to learn how the for loop in the function in this code works to find the lowest value in the array.
|
|
[7 replies] Last: So that means that when the function finds 3.0 > 1.5, this updates j a... (by Dave Jones)
|
by Kikiman
Code cleanup
|
|
[6 replies] Last: Works for me. Thank you - I appreciate it! (by Kikiman)
|
by Numeri
Calling all Instances of an Object (1,2)
|
|
[22 replies] Last: Ah, I was under the impression that the static container was always al... (by LB)
|
by Daleth
Constructor Confusion
|
|
[18 replies] Last: I'm not really sure either, but once I'm finished fixing all the typos... (by Daleth)
|
Problem after user input |
|
[3 replies] Last: For character literals i use STRLEN() function and then to convert it ... (by junaidkhan2013)
|
by DeXecipher
easiest way to link modules in Codeblocks?
|
|
[1 reply] : taught myself a solution. (by DeXecipher)
|
by DeXecipher
What kind of knowledge will I need for...
|
|
[8 replies] Last: it seems some of that is way beyond my understanding right now. (by DeXecipher)
|
by JDOdle
My if statement is being ignored!
|
|
[2 replies] Last: 0 <= numValue <= 9 is wrong.First only 0 <= numValue is analised. ... (by francilio)
|
by tomaszk
Automatic Storage within Scope
|
|
[3 replies] Last: There's a famous SO post about this http://stackoverflow.com/a/6445794... (by Cubbi)
|
by mahonc4
codeblocks stopped working, why??
|
|
[3 replies] Last: you are missing a brace before main. You use the arguments passed to m... (by Yanson)
|
by AdrianH
Passing lambda as a template parameter not working correctly.
|
|
[13 replies] Last: The compiler doesn't have to diagnose undefined behavior That's fun... (by AdrianH)
|
by shadowofwar
Need help reading .txt file into binary tree
|
|
[2 replies] Last: Oh, :) seems that your programme that you stated isn't the programme ... (by AdrianH)
|
by knowNothing
Writing Integer Array to File in Binary Form and Reading It Into Integer Array
|
|
[2 replies] Last: pointers is just an array of integers. (by knowNothing)
|
by CKierstein
Curly Braces If Else
|
|
[3 replies] Last: There's a tight battle between two different kinds of programmers: tho... (by LB)
|
by francilio
Function pointer with an object as parameter
|
|
[12 replies] Last: Oh, I understand now. Thank guys. I had already programmed in C and Ja... (by francilio)
|
by evan795
trying to get a timer in a game i made, can't get it to work.
|
|
[1 reply] : 1) You are not calling your time() function anywhere 2) If you call it... (by MiiNiPaa)
|
Strings in C++ |
|
[1 reply] : #include <iostream> #include <string> using namespace std;/d //Avoi... (by MiiNiPaa)
|
by bnolsen
nibble vector, iterators?
|
|
[5 replies] Last: Ummm, for my use i have zero problem with &vecnibble working. Just b... (by bnolsen)
|