by Tamao
A question about AI
|
|
[12 replies] Last: [quote=m4ster r0shi]f(x) = a3*cos(b3*x+c3)*x3 + a2*cos(b2*x+c2)*x2 + a... (by blackcoder41)
|
by studmad
uml Question
|
|
[4 replies] Last: Hello again, sorry for the late reply :) i use this book for UML an... (by Tamao)
|
by Lyleo
2d array initialization and display
|
|
[1 reply] : to display an array, you'll have to loop: for(int i = 0; i < 3; i++)... (by hamsterman)
|
by wenqiang
Why Function Pointer?
|
|
[1 reply] : Lots of useful information about function pointers and their use: http... (by Skillless)
|
by cristinelul
list ... with problems
|
|
[1 reply] : well your first problems are you're using iostream.h... just use iostr... (by kaduuk)
|
by jontoby
Problem with input in loops
|
|
[2 replies] Last: Thank you very much Mr. Jaeger138 for your much needed help. I just le... (by jontoby)
|
by Wander
If Statement Problem
|
|
[no replies]
|
by seastar12
Dummy string used for getline?
|
|
[4 replies] Last: while(inFile) == while(inFile.eof()) ? I thought it was while(!inFile... (by blackcoder41)
|
by iamtito
Almost got it
|
|
[2 replies] Last: I find no error in your code.. Just make sure "TestCount.txt" exist in... (by blackcoder41)
|
by Random Noob
Data Integrity
|
|
[15 replies] Last: That code works fine for me. Have you put it in exactly the same? (by Galik)
|
by rkgrp
Finding Hex value in a formatted file
|
|
[3 replies] Last: You nailed it Galik. Thank you Bunch . (by rkgrp)
|
by Fresh Grass
Passing multi-D array to function w/o referencing it
|
|
[4 replies] Last: Thanks. I already thought about using a struct, but since I'm writing ... (by Fresh Grass)
|
by mdonati
vector class guidance
|
|
[3 replies] Last: Uh... Because whoever wrote them sucks? Returning a pointer/reference... (by helios)
|
by Lyleo
2 dimensional array
|
|
[4 replies] Last: Hi there I seem to have gotten it right, what I wanted to do was: a... (by Lyleo)
|
by mdonati
Understanding memory allocation
|
|
[6 replies] Last: I think I got it now. Thanks a lot. (by mdonati)
|
by ebuddy
what is the best way to do this?
|
|
[11 replies] Last: stdint.h is not standard C++. VC++, while also being a C compiler, doe... (by helios)
|
by Theseanmower
File I/O issue
|
|
[no replies]
|
by Mazd
Problem
|
|
[13 replies] Last: Oh dear lol... (by mcleano)
|
by jzone3
Button
|
|
[2 replies] Last: thank you what did u mean by "Xcode? may some of us, we don't know!" (by jzone3)
|
by alwayslags
checkBox
|
|
[2 replies] Last: ok thx man, i made new topic there, :) (by alwayslags)
|