by rsantoosa
My code gives the following errors when i try to run the program
|
|
[7 replies] Last: Hi I looked at the wikipedia link you sent me but I still cannot get t... (by rsantoosa)
|
by mppk
trying to load a .txt file into a string
|
|
[2 replies] Last: I was very kind and created a solution that DOES work without errors, ... (by joro550)
|
by waqqassheikh
How should a main function be structured?
|
|
[2 replies] Last: I agree with your style. Properly splitting tasks into functions ma... (by Disch)
|
by noname1810
Binary Tree
|
|
[3 replies] Last: That will only stop if you found it. But what if you reach a leaf tha... (by ne555)
|
by Anders4000
IF KeyDown Problem.
|
|
[6 replies] Last: Found a vid showing it on youtube (: Thanks alot! I should be able ... (by Anders4000)
|
by nanochan1
binary tree qns
|
|
[1 reply] : didn't quite understand what you want.. do you want 'max' of an node ... (by hamsterman)
|
by SeBeQ
Save to struct
|
|
[3 replies] Last: Are you sure getFile is TRUE? I don't see you setting it.. Anyway, ... (by hamsterman)
|
by toxcity007
online text based rpg
|
|
[12 replies] Last: if anyone still cares or is curious. give me your email and i will giv... (by toxcity007)
|
by toxcity007
Program to send information to another computer running the same program
|
|
[1 reply] : http://en.wikipedia.org/wiki/Inter-process_communication (by kbw)
|
by qwertyasdfgh
I am totally lost on this question (1,2)
|
|
[25 replies] Last: are you using namespace std? (by rocketboy9000)
|
by HannahD413
Random Number Generator
|
|
[5 replies] Last: Mark as solved, so others like me don't click it ;p (by Anders4000)
|
by bluewind
Angle and points math problem
|
|
[4 replies] Last: atan2 takes y,x not x,y. This is because it calculates atan(y/x) and a... (by rocketboy9000)
|
Require some Array assistance |
|
[10 replies] Last: Easy fix: change this: FirstClassSeating (seats, i); to this: Fi... (by rocketboy9000)
|
by HannahD413
What is a better way to code this?
|
|
[2 replies] Last: Use an array literal, like char *messages = {"What color was the po... (by rocketboy9000)
|
by ischuldt
padding strings
|
|
[3 replies] Last: Those will be very slow, however. Try calculating the number of space... (by rocketboy9000)
|
by kyle11778
exception in my program
|
|
[4 replies] Last: yeah i got that now, thanks i got it working now (by kyle11778)
|
by Daubster
Automatically calling overriden parent method from child class
|
|
[4 replies] Last: True, you have a point there. Was just really hooked on the idea of... (by Daubster)
|
by bhavz
reading jpef file for image processing
|
|
[1 reply] : I don't think there's any default image libraries that come with Visua... (by Daubster)
|
by troyan
swap for bubble sort with structs
|
|
[2 replies] Last: Thanks a lot! (by troyan)
|
by Adidas
Advice
|
|
[9 replies] Last: No, I'm saying that you just show him/it/her a way of reading. (by ne555)
|