by Janman
What should I learn next?
|
|
[6 replies] Last: @Athar +1 Wow -- I had no idea that any Intro to C++ book would ski... (by PanGalactic)
|
by tkauffman2
For loop problem
|
|
[1 reply] : NEvermind got it thanks guys for lookin ;D (by tkauffman2)
|
by zimbloggy
Passing Object Arrays Between Functions
|
|
[6 replies] Last: Thanks! It's interesting how it is set up that way. (by zimbloggy)
|
by JohnnyPaper
Enetering Text to Website text box
|
|
[1 reply] : 1. locate a box So not a specific website... because that would... (by king214)
|
erasing a vector element with an iterator |
|
[2 replies] Last: ah great thanks Disch (by quirkyusername)
|
by complicated
How to find a max number from an integer
|
|
[3 replies] Last: Hint: Try a third variable for the right-hand-side of your % that incr... (by Albatross)
|
by tcs
Default pointer initialization
|
|
[3 replies] Last: Quite right! (by kbw)
|
by mcalki00
Trouble with array program
|
|
[5 replies] Last: There are some errors - small, but very significant. You use the va... (by simeonz)
|
by eepty
Declaration and definition of pointer
|
|
[1 reply] : You cannot implicitly convert "const char *" to "char *". This is a... (by Abramus)
|
by rpardrid
Weird parameter to function
|
|
[2 replies] Last: wow I feel retarded, thank you though! =D (by rpardrid)
|
by kraigballa
String/Char Sorting Question
|
|
[2 replies] Last: Yeah that's weird...I'm sure someone has programmed something that che... (by kraigballa)
|
by sinned47
program keeps crashing at stdin reading
|
|
[1 reply] : Line 33: you never increase the size of your c_array. You need to kee... (by PanGalactic)
|
by dhv
Recursive function returns subscript of first negative element in array
|
|
[14 replies] Last: Thank you simeonz! Im also working on this problem rite now and your s... (by crosby0371)
|
by straff
Basic C++ programming issues / arrays + loops
|
|
[2 replies] Last: Here is some tip from me: Use two character arrays - one holds the ... (by simeonz)
|
by tkauffman2
Find the max in a user-inputed array
|
|
[3 replies] Last: I assume that the columns have to be aligned on the bottom of the grap... (by simeonz)
|
Qt configuration error |
|
[2 replies] Last: forget it, i had nmake in my sys32 folder, and it screwed things up. d... (by closed account 4Gb4jE8b)
|
by Onceler
Trying to open 2 files one to read in and the other for output
|
|
[4 replies] Last: Thanks I looked for a tutorial but must have overlooked it. (by Onceler)
|
by Yohanna
Screenshot code
|
|
[2 replies] Last: Duoas Thank you very much for your help I am trying your sugges... (by Yohanna)
|
Qt error |
|
[4 replies] Last: umm i'm a total noob with Qt... so i don't really know how to do that,... (by closed account 4Gb4jE8b)
|
palindrome..... (1,2) |
|
[23 replies] Last: Here is a code written in Visual c++ 2010 form application #pragm... (by eduard77)
|