by dohcteggie
menu-driven program (function issue)
|
|
[15 replies] Last: i have return at the bottom of my double function, but i still get th... (by maeriden)
|
by SconePowder
Question about doubles and rand.
|
|
[5 replies] Last: I tried this: double rand_number = fmod(rand(), (max_number - min_n... (by SconePowder)
|
by BegGamePro
C++ to game Programming
|
|
[3 replies] Last: Private message me and I will throw you some book pdf's if interested ... (by Yoda)
|
C++ game making help?!?!?!?! |
|
[5 replies] Last: Dont use global variables, it's a horrible programming practice unless... (by Need4Sleep)
|
by smelas
a simple algorithm
|
|
[3 replies] Last: This is what I managed. It was fun #include <cmath> int boxes = {0... (by maeriden)
|
by jeaninem71
Cell phone bill - passing by reference parameter
|
|
[4 replies] Last: U can do what u did in the getPlan_Minutes function where you use a sw... (by soranz)
|
by Firebirds11
Print floating point--Solved
|
|
[3 replies] Last: You also need to put the << fixed << setprecision(2) in front of << am... (by freddy92)
|
by graztock
Super Simple Image Manipulation
|
|
[1 reply] : Google says "Devil library". Completely off topic. (by chameleon)
|
by InfamousXTC
New to coding, need help.
|
|
[5 replies] Last: Sorry about the double post, but I just wanted to say that I did figur... (by InfamousXTC)
|
by Ch1156
Array that automatically gets size? (1,2)
|
|
[32 replies] Last: So something like this is better? //Prison Simulator game by Chay H... (by Ch1156)
|
by farooroo
count words, uppercase, characters
|
|
[no replies]
|
by devonrevenge
what did the guys who are now pros do a few weeks after their first hello world program?
|
|
[3 replies] Last: yeah i got the hang of buckys stuff just what now my dad told me to ... (by devonrevenge)
|
by utkir
C++
|
|
[2 replies] Last: you gotta suss out how to use one of them windows APIs...i will do tha... (by devonrevenge)
|
by devonrevenge
thanks to the amazing chervil this code works but now i need to understand why
|
|
[3 replies] Last: To simplify things a little bit, you don't actually need .c_str(). Yo... (by Stewbond)
|
by Serri
How do i rearrange the numbres of the value in a variable c++
|
|
[13 replies] Last: Here's something recursive. My implementation didn't have int pow(int... (by Stewbond)
|
by Muzamil
Shapes by Nested for loop
|
|
[1 reply] : Program for square with empty space within #include<iostream> #incl... (by Pter0dactyl)
|
Double refernece operator '&&' |
|
[1 reply] : Try not using any at all. Or post your whole code. (by freddy92)
|
by bluemoon
Whats wrong with this code?
|
|
[6 replies] Last: I got it.. Thank you all . (by bluemoon)
|
by blaa15
reading line by line from txt file (1,2)
|
|
[20 replies] Last: Here's something similar that works. input File: Tommy$Gunn Bobby$S... (by cire)
|
by lasombrra
Unresolved Externals and how to the Total in?
|
|
[4 replies] Last: So using the above code where would you put it? Only you can answer... (by Chervil)
|