by student302
Arrays
|
|
[2 replies] Last: Ill get you started with inputting the first array notice that i us... (by shredded)
|
by hit45
C++ tutorials question about variables
|
|
[8 replies] Last: ;p good one. The tutorial uses that as the example. I learned about 's... (by hit45)
|
by cboyll
matrix function?
|
|
[no replies]
|
by AnthonyF
Passing by Reference
|
|
[4 replies] Last: passing by reference allows you to access the data as if it were by va... (by jsmith)
|
by Gatepro
Confused with loops and random numbers
|
|
[1 reply] : pseudo-code: declare number_chosen; do number_chosen = ra... (by jsmith)
|
by Analyzer
What is this?
|
|
[1 reply] : string1.copy(*ptr1, length, 0); *ptr1 = '/0'; Neither of these ... (by Disch)
|
Array input from file |
|
[1 reply] : the test file contains: 10 3 0 1 2 4 -7 1 3 2 1 (by Spiffy P Mcgee)
|
How do I fit this program into a array and function? |
|
[no replies]
|
by Eyecon
Functions Question
|
|
[11 replies] Last: char Setsolution(char array , int n); Setsolution( solution, wordsiz... (by ne555)
|
by pabloist
Getting undefined reference to vtable errors
|
|
[2 replies] Last: Oh..wow, I feel like an idiot. Thanks. (by pabloist)
|
File input using >> problems |
|
[1 reply] : for (int count = 0; count < employees ; count++) why would you comp... (by hamsterman)
|
by JKeeper
Problem with inputing numbers
|
|
[1 reply] : The format is wrong, use "%lf" for double (by ne555)
|
by Nico
How to use variables from a class in an other class?
|
|
[2 replies] Last: Thank you for your reply. I agree the code is a bit messy at this mome... (by Nico)
|
by majselx
Fraction functions
|
|
[2 replies] Last: // Datoteka: N14.cpp // Funkcije za krajsanje ulomka, za sestevanje, ... (by majselx)
|
by lare26
Terminated unexpectedly
|
|
[4 replies] Last: Thanks for your help, hamsterman. Somehow I fixed it. It was the way I... (by lare26)
|
by Joseph1975
Build array of values from data file.
|
|
[15 replies] Last: that's because 'test' already does the reading, so it happens twice. (by hamsterman)
|
by firix
referenced in function " void *thiscall B::`scalar deleting destructor'
|
|
[18 replies] Last: thank everyone.. (by firix)
|
by Citis
programming operator +
|
|
[5 replies] Last: Thank you, this really helps. (by Citis)
|
by Maniax
Game Programming
|
|
[3 replies] Last: I downloaded and installed SFML and it seems awesome :) Thanks :) (by Maniax)
|
by Blessman11
how do menus in games work?
|
|
[7 replies] Last: Thanks I'll have to check with my lectures with regards to SFML, anywa... (by Blessman11)
|