by Oskar
Char Pointer Printing
|
|
[4 replies] Last: Thank for the answer guestgulkan i know that *pName will print C. I wr... (by Oskar)
|
by jmalo1
c++/OpenGL on Xcode
|
|
[1 reply] : Add OpenGL to a console? What what what? If you want to render grap... (by Albatross)
|
Segfault during seemingly normal copy operation |
|
[3 replies] Last: Ah, I found it! You see, headers is an empty vector! The segfault is c... (by m4ster r0shi)
|
by lost girl
solve this problem
|
|
[9 replies] Last: Okay. To put all of this in far nicer terms, most of us regulars on th... (by Albatross)
|
by Qu3st
Multiple definition of 'main'
|
|
[4 replies] Last: thank you very much (by Qu3st)
|
by subarde
Minsweeper text game problem
|
|
[1 reply] : ok i think i found how to solve it i'm going to write it here if i hav... (by subarde)
|
double inverted comma as strtok delimiter |
|
[2 replies] Last: Are you escaping the quote like this: strtok(str, "\""); ... (by Galik)
|
by flodywan
Quickish Data Structure Question
|
|
[1 reply] : The general rule that applies here is the use of templates : //... (by m4ster r0shi)
|
dynamic memory |
|
[5 replies] Last: What jsmith and helios want to say about your example is that the memo... (by m4ster r0shi)
|
by eytanfb
Vector as a class member
|
|
[4 replies] Last: No problem. (by Mythios)
|
by jcheng3305
Dynamic memory of double array
|
|
[2 replies] Last: Tks. It helps very much. (by jcheng3305)
|
by jbl09
what is preventing the arithmatic from displaying?
|
|
[2 replies] Last: You didn't parse shit by the way. Not sure what you think you rputting... (by closed account S6k9GNh0)
|
by nikc121
average function
|
|
[6 replies] Last: I didn't use anything to advanced (or tried not to) and gave a freebie... (by closed account S6k9GNh0)
|
by Reaper8290
How should I call this function into my main?
|
|
[5 replies] Last: I manged to get it to display everything except bonus pay and total pa... (by Reaper8290)
|