by Arya Giri
Redimensioning of array.
|
|
[4 replies] Last: Thanks!! #Mikey_boy it worked ! (by Arya Giri)
|
by Dazzer
The use of "const"?
|
|
[9 replies] Last: const is far more useful than that - const-correctness is most usefu... (by LB)
|
by chipp
morse code
|
|
[12 replies] Last: @andy: thank you so much!!! i've been staring the code tens of times (... (by chipp)
|
by fiji885
Unresolved Externals
|
|
[4 replies] Last: That's because he is not compiling the file. @OP: you need to add gam... (by ne555)
|
by HOAX823
Returning a value.
|
|
[5 replies] Last: Cheers MikeyBoy. In fact while we're on the subject of passing values,... (by HOAX823)
|
by peterbaaij
types and template
|
|
[1 reply] : Sorry, i figured it out. I may compare float with int. But which one i... (by peterbaaij)
|
Hash Table |
|
[3 replies] Last: I think Duoas is correct. I think negative number gets converted to a ... (by funprogrammer)
|
by Dazzer
Working with decimal places and one other language thing...........
|
|
[5 replies] Last: Thanks dude! :) (by Dazzer)
|
by soulworld05
Problem with graph.h
|
|
[15 replies] Last: OK, thank you :) (by Parisa)
|
by helios103
Learning about new with classes
|
|
[3 replies] Last: There are at least three semi-independent topics here. First, the poi... (by keskiverto)
|
by anarelle
Reading strings into struct causes extra new lines
|
|
[16 replies] Last: Dear whoever is reporting my posts, you're not accomplishing anything ... (by LB)
|
by estephan
just a general question
|
|
[13 replies] Last: I often start with comments that give pseudocode for what I want to do... (by dhayden)
|
by anarelle
One extra loop when reading struct from file into a vector
|
|
[4 replies] Last: Why do they work as a condition on a while loop then? Because stream... (by AbstractionAnon)
|
by Tzaks
Writing to a file.
|
|
[2 replies] Last: Thanks for reply but i already read that. If i use like "example.txt" ... (by Tzaks)
|
by PSYCHAMERON
Sending file stream to a function.
|
|
[4 replies] Last: How little I know! Thanks, however... (by PSYCHAMERON)
|
by kimrobert
ifstream inside a while
|
|
[1 reply] : Don't loop on .eof() or .good() , always loop on the input operatio... (by LB)
|
by codetojoy
sequence of events
|
|
[7 replies] Last: I am an electrical engineer. I am trying to earn a degree in computer... (by MikeyBoy)
|
by Slashdash
If function
|
|
[2 replies] Last: Also, on line 13, Play has no quotes around it and is therefore not a ... (by shadowmouse)
|
by sk9294
unexpected output in C program (1,2)
|
|
[32 replies] Last: i wrote this in c (by sk9294)
|
by rakim87
SDL_BlitSurface function
|
|
[5 replies] Last: I used SDL_GetWindowSurface on line 39. Oh... yes you are :D I didn'... (by Peter87)
|