by o0OpsyphiO0o
What does API refer to?
|
|
[2 replies] Last: Read this for more informations: http://en.wikipedia.org/wiki/API (by Bazzy)
|
by Djanvk
How to search a binary save file?
|
|
[2 replies] Last: a simple example (using C but the principle is the same) typed... (by anders43)
|
by g0dwyn
what does a static function do?
|
|
[4 replies] Last: A static function inside a class is a function that can be called with... (by jsmith)
|
by wy737
New student
|
|
[4 replies] Last: Great, Thanks All ! (by wy737)
|
by Flinch
Need assistance with beginner collision code
|
|
[9 replies] Last: No worries. Have left myself a message to post it tonight when I get h... (by Zaita)
|
by acevans2
Reading into 3 arrays
|
|
[4 replies] Last: Hah, ok. I was getting some basic stuff confused there. Thanks a l... (by acevans2)
|
by tukuniata
how to compare input with array element
|
|
[4 replies] Last: @firdraco Yes, sorry, you're right. A stuppid beginnersmistake from m... (by Scipio)
|
by leesharper
c++
|
|
[2 replies] Last: umm....i think thats called a function call (by ja23jr)
|
by willson94
For/while loops
|
|
[5 replies] Last: @ Bazzy I don't disagree with you, but many, many, MANY students will... (by jpeg)
|
by d unknown03
Confusion with a deceleration equation?
|
|
[4 replies] Last: It's cool, we've all been there. Post if you have any more problems. ... (by jpeg)
|
by DNRN
How to print a map sorted by value
|
|
[6 replies] Last: I really don't know... I sorted some vector strings earlier, I might s... (by DNRN)
|
by grcunning
alternative to cin
|
|
[1 reply] : In conio.h you should find getch() . By using it you could get eac... (by Bazzy)
|
by bagri
C language
|
|
[2 replies] Last: Also, you can read the tutorial on this site for steps to get you star... (by firedraco)
|
by learning cpp
typedef void *pointer
|
|
[2 replies] Last: void* points to any type of data; in order to use it, you must cast it... (by Zhuge)
|
by Ruddo
Problem with rand()
|
|
[14 replies] Last: rand() implements a linear congruential random number generator which ... (by jsmith)
|
by tukuniata
a problem for printing my array
|
|
[1 reply] : sorry to distrub you guys i find the probleme it was my compare in thw... (by tukuniata)
|
by spiffycamel
If, Else, And Cin
|
|
[1 reply] : if conditions should be (x==1) and (x==2) , not (y) and (z) ... (by Bazzy)
|
by faizlo
C++ code with conio.h
|
|
[2 replies] Last: Just remove line 5 and replace line 26 with cin.get(); (by Poke386)
|
by bluegray
BST question
|
|
[5 replies] Last: OK i changed it to this: #include "BST.h" #include "header_file.h" ... (by bluegray)
|
by sanzilla
someone can see this and someone can't see the magic on STL vector
|
|
[2 replies] Last: Why don't you just declare the vector as vector<vector_element>... (by anders43)
|