by dreambox
batch file renaming - rename function
|
|
[5 replies] Last: ¿does fileexists return true? I think that you are not seeing the rea... (by ne555)
|
Halp (1,2) |
|
[22 replies] Last: Alright, thanks guys. :D (by closed account Dj15fSEw)
|
by Malabond
No help needed.
|
|
[5 replies] Last: Ah, another lazy snot-nosed kid in a hit-and-run appeal for other peop... (by Moschops)
|
by Nisheeth
Declaring a variable in a different file
|
|
[3 replies] Last: Usually you'd do something like this: //a.h extern int x; //a.... (by andywestken)
|
by PrinceJamal
Job Prep Advice
|
|
[1 reply] : A good starting point would be this article, if you have't already fou... (by andywestken)
|
by monkeyboy
probem with calculation
|
|
[4 replies] Last: Ok, thanks will try this. (by monkeyboy)
|
by Sputnik
How to pass data to harddrive after programme closes
|
|
[1 reply] : Obviously your program can't do anything after it closed, because it i... (by hamsterman)
|
by elelias
Pointers to functions are hard to grasp, what is wrong here?
|
|
[1 reply] : You need to an instance of the object when you call (non-static) membe... (by Warnis)
|
by Maese909
ticTacToe
|
|
[1 reply] : A few things: 1. The asking the user to input their symbol is meaning... (by Nisheeth)
|
by zhar999
getting integer from a string
|
|
[11 replies] Last: oh yes! it worked! maybe it's a sign that i must go and eat, anyways, ... (by zhar999)
|
by Damadger
Script execution order
|
|
[3 replies] Last: Then you have to put a delete in front of the return. However, even ... (by firedraco)
|
by john369
Inheritance c++
|
|
[5 replies] Last: When I run the program, it prints at the beginning: The time is: ... (by shacktar)
|
by metulburr
void main problem
|
|
[4 replies] Last: yeah dude, main() most definitely returns an int. Consider this simple... (by AppDevTrainee)
|
Pointer Usage??? |
|
[3 replies] Last: oh well thank you so much :) question....very accurately answered. Ver... (by AppDevTrainee)
|
by StrucK
compile error (expected primary expression)
|
|
[3 replies] Last: i figured it out. the problem was in calling the function buildAR. I s... (by StrucK)
|
by Nisheeth
Converting a Decimal number to Hexadecimal
|
|
[5 replies] Last: stringstream also works the other way around! As I can understand t... (by Nisheeth)
|
by joatmon
Getting the ASCII value from stack top
|
|
[2 replies] Last: I was afraid you were going to say that. I'd have to re-write too muc... (by joatmon)
|
by fram
Parsing Char Array
|
|
[no replies]
|
by Rox
Explain why sizeof(char) and sizeof(int) returns 8
|
|
[6 replies] Last: The technique is often used when overlaying a struct onto a byte buffe... (by jsmith)
|
by Kase
Declare a vector that include strings and floats
|
|
[5 replies] Last: Cool! Reading up about std::string (etc) might be a good thing for ... (by andywestken)
|