by mokgadi
help with this code
|
|
[1 reply] : OK, first thing, follow your code: You start with x = 1, and then you... (by TheDestroyer)
|
Vector addition |
|
[2 replies] Last: Thank you : ) problem solved (by patchesOhulihan)
|
by jax666999
trouble with pointers
|
|
[11 replies] Last: [quote=jax666999 ]error C2065: 'pref' : undeclared identifier Does the... (by closed account 1vRz3TCk)
|
pointer fun |
|
[2 replies] Last: Thanks. Very interesting. An array being a pointer but its index deref... (by wizoverloadfroze)
|
by pzling
LNK2001: unresolved external symbol
|
|
[2 replies] Last: Thanks So in RandomBase I have: class RandomBase { // ... // protec... (by pzling)
|
by swany4
need help writing a program
|
|
[3 replies] Last: write the program to the best of your knowledge run it and if it doesn... (by jax666999)
|
by chameleon
Wrong template syntax or gcc is buggy?
|
|
[8 replies] Last: > But why leads to undefined behavior? > what is the difference (in CP... (by JLBorges)
|
by force123
Convert into hex
|
|
[3 replies] Last: I did this: cout << setw(8) << setfill('0') << hex << i << endl Bu... (by force123)
|
Highscores on a webpage? |
|
[4 replies] Last: Look into NodeJS ... that should help ... a good site for that should... (by TwoOfDiamonds)
|
by HPexpress
Change value in 2D array
|
|
[2 replies] Last: Thank you very much for the assistance! I kept trying different ways t... (by HPexpress)
|
by atkfo
Hello.
|
|
[2 replies] Last: Yep, I've tried reading the datasheet. i know this line "T2CON = 0x08... (by atkfo)
|
Class menu |
|
[3 replies] Last: if done correctly, you wouldn't need a switch / case you would pass t... (by oonej)
|
Search Keyword in String in C++ |
|
[1 reply] : http://www.cplusplus.com/reference/string/string/ (by Shinigami)
|
by clamscasino
Issue with descending order sort using pointers
|
|
[2 replies] Last: Descending order and that is where i am having the current trouble (by clamscasino)
|
by dheredhere
Self Destruct Program
|
|
[4 replies] Last: Only one way to find out. Go test your theory lol. (by Factors)
|
by neato
sorting array cant get program to run HELP
|
|
[2 replies] Last: You can't declare a variable like: inti=0; The compiler doesn't know... (by Thrax)
|
by bhazothemad
assigning ASCII values as const char
|
|
[2 replies] Last: Derp, figured it was something stupid like that. Works fine now, thank... (by bhazothemad)
|
by Bikeinator
Array size without specifying?
|
|
[1 reply] : Try out a vector. It's basically a dynamic array (which is what it se... (by Thrax)
|
by TheJabre
How to print \n?
|
|
[3 replies] Last: Ty! Cj , yeah... I found out the answer before I checked this thread a... (by TheJabre)
|
by lcmosley
"cannot convert from type void to int"
|
|
[2 replies] Last: Also, as a bit of advice: Do not include "return;" in void functions... (by Thrax)
|