Beginners - February 2013 (Page 62)

anyone know about neural networks?
 
I am starting to work with neural networks but I can't find a good explanation of the backprop code....
[no replies]
My function is always returning 1 (true) instead of variable
 
Hi, I'm struggling with a c++ class and haven't been able to find out why this function I've created...
[12 replies] Last: was it because my array "coinArray" was in main and my onHand() funct... (by shacktar)
Program only reading in the first number in file
 
I think I figured it out, but I don't know how to delete the topic...
[1 reply] : This isn't just a place for you to get help but for others to read and... (by SamuelAdams)
Writing to an outfile
 
I am having problems writing to an out-file, I am new to programming but I have problems with writin...
[3 replies] Last: Thanks for the info but this is a little too advanced, lol...if you kn... (by humnbrd)
Any alternative for goto function?
 
Hi guys. I'm new at programming and trying to learn c++. I'm searching alternatives for "goto" funct...
[5 replies] Last: Thanks for all the advices, they are golden for me, I'll certainly fo... (by TheIdeasMan)
Using system() to open a *.mp3 file
 
I am using to the system() command to open a *.mp3 file I have but when it runs it is run using Win...
[2 replies] Last: I am still having the same problem D: It doesn't seem to have any effe... (by Fatal Exception)
custom new/delete for memoryHeap(Unresolved external error)
 
I'm getting a weird error involving my memory initializer function that is in the namespace mem. The...
[6 replies] Last: Fixed it. (by jason9559)
setting a overload function for average?
 
so I have to write a program using lists and everything works fine till I get to the overload functi...
[10 replies] Last: ok sweet appreciate the quick response and help! (by Josh Henry)
Write c++ statement using visual studio 2010
 
Write C++ statements that output Male if the gender is ‘M’, Female if the gender is ‘F’, and...
[1 reply] : Ok, yes, I've done that. What next. (by Chervil)
Need help, String Class
 
Hi, I have an assignment to make my own string class and to avoid using the c++ string class. I'm j...
[5 replies] Last: Yeah I did that ne! Thanks! Found I was missing several const. (by Merriak)
by MrGuy
need help on what library to choose
 
I want to start a new project, its a roguelike game but I don't know what library to use so anyone w...
[no replies]
Warning: Identifier was truncated to 255 characters
 
Thanks in advance for any help yall can give me. I'm not sure what to make of these warnings my comp...
[2 replies] Last: Ah so That's where it was crashing. Thanks Cubbi! :3 I feel a lot bett... (by cPlusN00b)
Invalid comparison between pointer and integer
 
Hello, I keep getting errors saying "Invalid conversion from pointer to integer" and I have tried bo...
[1 reply] : ... (by ne555)
Copyright nas bibliotecas padrão C++. [Translation: On the copyright of the libraries in C + +]
 
Olá, eu sou do Brasil e não falo inglês. Gostaria de saber se as bibliotecas padrão do C++ têm ...
[no replies]
help with Dev c++ software
 
I downloaded dev c++ and was able to keep the cmd open using system ("pause"); for my class assignme...
[8 replies] Last: Thank you I will try this and let you know the out come (by f1stimer)
Generate Random Non-Repeating Numbers
 
One function of a current program I am working on is meant to generate an array of 5 numbers from 0-...
[2 replies] Last: Oh my goodness, thank you SO much! That is a much more simple solution... (by tattooedhippie)
by gladi
Please Find the Error.
 
HI everyone can you help by finding the error in these codes. Can you explain it. First Code: shor...
[4 replies] Last: Next time do your homework yourself. first: Thank you for your time... (by gladi)
Fibonacci sequence
 
#include <iostream> int array(int); using namespace std; int main() { cout<<array(100)<<endl;...
[3 replies] Last: In this case, you've put i as a formal parameter, but you haven't dele... (by Stewbond)
by orly24
rat race
 
ok, now here is my code.. can anyone help me how to work this properly??? that whan i press a key t...
[3 replies] Last: Okay I actually thought it was a goto with xy as label. Thanks for im... (by mausy131)
4 errors, please indicate errors.
 
#include <iostream.h> #include <conio.h> //#include <stdlib.h> main() { void diplay (void); ...
[5 replies] Last: You're welcome (: (by mausy131)
February 2013 Pages: 1... 6061626364... 67
  Archived months: [jan2013] [mar2013]

This is an archived page. To post a new message, go to the current page.