Why Is This Expression Resulting In an Integer? |
|
[5 replies] Last: Never mind, lads. I ended up implementing a structure which holds stat... (by closed account zb0S216C)
|
3rd Programming Assignment |
|
[6 replies] Last: I can't mess around with that program at the moment, but I will in the... (by ProductFailure)
|
by nshogaboom
Identity Matrix error
|
|
[4 replies] Last: @nshogaboom Why is "row" being converted to the pointer? Becaus... (by vlad from moscow)
|
by jsladerman
Basic Console Tic Tac Toe game
|
|
[4 replies] Last: Ok thanks for the help. Is there anything you guys recommend for going... (by jsladerman)
|
by byronflds
can anyone tell me why my program wont compile?
|
|
[2 replies] Last: Try casting to one of those three types like the compiler suggests. ... (by kevinkjt2000)
|
get 2 dimensional array from a function to the main |
|
[5 replies] Last: I hope this example lets you see how a function can pass back to main.... (by kevinkjt2000)
|
by vgoel38
\n
|
|
[2 replies] Last: Then there is specification %c then white spaces are not skipped. So w... (by vlad from moscow)
|
Text Based Game Help - Total Beginner here |
|
[7 replies] Last: Okay! So now I'm having an issue of "The variable 'fRand_number' is be... (by LadyDustBunny)
|
Compare Input Data to File Data |
|
[2 replies] Last: You're going to first have to learn how to read in data files! http:/... (by biddlesby)
|
by spowers225
Priority queue of struct
|
|
[2 replies] Last: There is a priority queue available in stl http://www.cplusplus.com/r... (by mik2718)
|
by Serri
For loop
|
|
[8 replies] Last: > only one of them should be added each time 3*x or 5*x becomes the sa... (by JLBorges)
|
by BasicNewbie
stucture small problem
|
|
[11 replies] Last: Try writing these two functions first. // given a string, make a sin... (by JLBorges)
|
by kabuki
Need help with if else statement
|
|
[2 replies] Last: Thanks a bunch. That fixed my problem. I'm only using printf and scanf... (by kabuki)
|
by zhumpex
Complex Number C++
|
|
[14 replies] Last: @chipp Yeah, didn't see that one @Zumphex Never mind always R... (by Aceix)
|
by Fliize
Asking for pointer explanation (in a linked list)
|
|
[2 replies] Last: Im starting to think that my tutorial aint that good.. http://www.func... (by Fliize)
|
SDL & Qt |
|
[2 replies] Last: Thanks Peter, for both your advice and the quick response. :) (by Officer Dibble)
|
by Octoballa
newbie trouble with if/else statements
|
|
[5 replies] Last: i think, it's because fixed (by chipp)
|
by zkl
Module Practice
|
|
[6 replies] Last: Yeah, that's right, so a return; at the end of a void funtion is use... (by Fransje)
|
by khal
Loading File
|
|
[9 replies] Last: I actually checked before and the result is correct that argv hold, ... (by cire)
|
by ibnu
write the data to text file
|
|
[5 replies] Last: i will try it later.....tq......:) (by ibnu)
|