by smelas
passing array to a function
|
|
[2 replies] Last: smelas, I hope this helps, this is how I learned how to pass arrays in... (by gwiz)
|
by cindyath
trying to save a game, load a game, or quit
|
|
[1 reply] : You should put some variable name. For an example: Declare int variab... (by happykiller)
|
by lanceTCT
problem with trying to print output
|
|
[7 replies] Last: C++ knows nothing of printers. Nothing. It also knows nothing about ke... (by Moschops)
|
by Dasfaas
Check for whole number.
|
|
[2 replies] Last: y = c*x + r Check if r is 0 (by ne555)
|
by alhanz
Counting problems
|
|
[2 replies] Last: Just a general remark: your first line doesn't make sense. You're chec... (by Gaminic)
|
finding minimum through array & random number generator |
|
[1 reply] : The problem is you never initialize max,min , so they contain junk (o... (by eypros)
|
by sarah ghanem
question in swapping
|
|
[1 reply] : When you say swap you mean something different than this: There are 2... (by eypros)
|
by Blessman11
header files and source files c and c++ difference
|
|
[no replies]
|
by clouds
priting out individual wages for employees with function
|
|
[no replies]
|
by joatmon
Starting a For loop at (-1)
|
|
[3 replies] Last: Thanks! (by joatmon)
|
by emma mable
looping a contact number
|
|
[3 replies] Last: OK...did your teacher specifically ask you to use getch()? If so, is s... (by mzimmers)
|
by clouds
class with Array
|
|
[no replies]
|
by VladTeppi
Checking if a move has been made?
|
|
[no replies]
|
by bvs
wireless sensor network clustering
|
|
[no replies]
|
by Skwylar
need glut to open file
|
|
[1 reply] : Somewhere on your computer you should find glut32.dll (or glut64.dll).... (by shacktar)
|
by sbsbsb
error C2228: left of '.*' must have class/struct/union
|
|
[2 replies] Last: Thank you so very much! Now to start work on the actual project. (by sbsbsb)
|
by aj918
Loops????????
|
|
[2 replies] Last: @Massive Thanks, that helped me make a little more sense out of them. ... (by aj918)
|
by GRex2595
Creating a GUI
|
|
[10 replies] Last: I got your links Clearly you did not... The first link I posted had ... (by ascii)
|
by pooshi
More Hashing Problems
|
|
[no replies]
|
by Ben Duncan
getline()-ing a char?
|
|
[1 reply] : use a function called strcpy, you must have #include <string.h> #... (by RonTheMoron)
|