by drtt1gg3r
concerning the USB port
|
|
[5 replies] Last: I am not convinced about the hookup of an led directly to an usb cabl... (by guestgulkan)
|
by northfly
vector<double>::size_type or vector<int>::size_type
|
|
[14 replies] Last: I disagree. Compile and look at the assembly. If you call end() in t... (by kempofighter)
|
by kikolani
Can there be multiple definitions of an overloading operator in a class?
|
|
[2 replies] Last: In addition I would suggest you read up on operator overloading - the... (by guestgulkan)
|
by newNode
can't check if file is dir
|
|
[1 reply] : I don't see why it shouldn't work. Your indentation is horrific. I'... (by Duthomhas)
|
by southwest
Static Functions and Variables
|
|
[3 replies] Last: From your link: When you declare a data member in a class declaratio... (by Bazzy)
|
by MenTalTerYn
Parse Error before 'else' - Can't seem to figure it out.
|
|
[5 replies] Last: @TheBear Your example explains the dangling else pretty clearly to ... (by MenTalTerYn)
|
by sanzilla
microsoft linker options
|
|
[4 replies] Last: >>i assume you would have to add in ddraw.lib as well. Thanks for t... (by sanzilla)
|
by YanaNerd
Trouble w/ a code that involves strings/char arrays.
|
|
[2 replies] Last: Thanks for the tip! Hmmm... Yeah, that was my concern as well. I wa... (by YanaNerd)
|
by Groo
uninitialized local variable
|
|
[3 replies] Last: I made those changes and not only do i still get the same error, but i... (by Groo)
|
by Leydin
A simple solutiom that evades my grasp...
|
|
[6 replies] Last: Char problem I agree with you :- Thanks for the input. I told... (by southwest)
|
by AndrewM
Cout/Cin with Arrays
|
|
[5 replies] Last: When you initialize the array, //variable declarations int threeVa... (by Soaps)
|
by LEESI
ERROR CATCH Problem
|
|
[2 replies] Last: Hey thanks for the reply,ahh right i was wondering why couldnt i just ... (by LEESI)
|
by final12
Functions
|
|
[8 replies] Last: Square Root - Modulous problem // sqrt.cpp : Defines the entry ... (by southwest)
|
by WahooMan
Using functions to calculate periodic payments (1,2)
|
|
[32 replies] Last: R = functionOne (calcFactorFuncOne, R, L, i, r, m, t); There's no c... (by Dufresne)
|
by Morph
Expected Primary-Expression
|
|
[2 replies] Last: Also, don't use == with floating ponits. It will often produce "incor... (by Disch)
|
by medeardorff
Question about virtual functions and...
|
|
[1 reply] : Insane greetings to the insane forum of insane geeks are distributed, ... (by Albatross)
|
by Remaku
Input an integer, output digits
|
|
[4 replies] Last: EDIT: 2^8 posts and counting. Lol, I haven't seen that one used bef... (by Mythios)
|
Graphics Output |
|
[5 replies] Last: Ah, yes, that's the old Borland BGI graphics. If you are using Vista ... (by Duthomhas)
|
by CRBottini
stuck on for loop
|
|
[2 replies] Last: well whats the loop supposed to do? (by squirtman59)
|
by Unicyclist
Question about using new on an array of structures.
|
|
[5 replies] Last: you do not need to allocate memory using new. Use kfgoh's second exam... (by kempofighter)
|