Beginners (Page 92)

Array, file input, sorting functions
 
i have data from an inputted data. the file consists of a list of name and score e.g. Sarah 89 i wa...
[1 reply] : You should call your function as: sortscore( student , totalgpa, M); ... (by MiiNiPaa)
by jtsf
3 constructors and destructor error (1,2)
 
I write 3 constructor class and splits into c.h c.cpp but I have got extra definition in my cpp prog...
[21 replies] Last: > as I m a beginner, I have only one example to refer from the book. ... (by JLBorges)
Recursive function and vector.
 
Is there a way to get the value of the elements through each pass of the recursive function rather t...
[13 replies] Last: @JLBorges - Thanks for the second example. Admittedly I don't quite un... (by Olysold)
by Zu007
how to use sleep function .
 
i'm using sleep function in my programing with these header files #include <windows.h> #include ...
[4 replies] Last: It should be Sleep(10); instead of sleep(10); ... (by Chervil)
determining array size from file input
 
so i have a file which the first line reads: x y where x is the number of students and y is the nu...
[2 replies] Last: what if ... grades >> sizex >> sizey; how would you extract for y ? (by xcindiix)
by clarkd
Strcmp and strcpy help required
 
I can't seem to get it the name sorted, It prints in order it was entered. #include <iostream...
[3 replies] Last: No. You just need two if() statements. One for strcmp() > 0 and one fo... (by plexus)
can anyone 't me example of struck
 
because i don't understand
[5 replies] Last: i just can see the beginning the out put nor the last The code as wr... (by Chervil)
Matrix
 
Hi everybody I have some questions about matrix. 1- how can I load a matrix from another matrix? I...
[5 replies] Last: I'm not familiar with Matlab, but from memory, it's a scripting langua... (by MikeyBoy)
sort list by case independent grade
 
so i have a complete program but my void function to sort grade is case dependent instead of indepen...
[2 replies] Last: ok so this is the class struct class course { public: char class... (by Josh Henry)
by gladi
Doubly linked List promblems.
 
Hi Everyone, Kindly, I need some help with this code. This question is about I have to convert sing...
[4 replies] Last: ohh.. it is obvious. sorry about that I didn't notice this. I delete ... (by gladi)
can't run program
 
i followed this tutorial about RPC server and client programs: http://msdn.microsoft.com/en-us/libr...
[7 replies] Last: the problem in both the server and client is when it reaches the if ... (by beginner123)
I/O file issues
 
I have the assignment to read files from a .txt file named names.txt that contains names like this.....
[12 replies] Last: Have you tested that? Was there a problem? Do not initialize string t... (by keskiverto)
Having problems with the atoi function
 
I am trying to convert the contents of string num to an integer variable sum but for some reason my ...
[2 replies] Last: Thanks (by james116)
by khal
usually erro
 
Hi can someone explain what these error mean? In file included from readyQ.h:15, ...
[2 replies] Last: No that is all I get beside newline errors and the code compile and ru... (by khal)
Issue with copy_if
 
Hello all, For some reason, the compiler tells me "copy_if was not declared in this scope" when I...
[3 replies] Last: Understood. I was using the g++ compiler. I switched to a newer versio... (by NewProgrammer)
by Caith
How do I properly call in a bool?
 
First, I need to create a bool that returns true if a string has no space and false if it does. I th...
[3 replies] Last: Wow thanks, I didn't notice some of the things I shouldn't have messed... (by Caith)
help with strings and int array's
 
create a program that accepts input of the following expenses: food, gas, entertainment, medical, p...
[2 replies] Last: #include <stdio.h> #include <string.h> float getTotal (float expense ... (by russelljon)
pulling words from strings
 
I'm just beginning to learn C++ and I'm having some issues with this function I'm trying to make. B...
[10 replies] Last: and it already treats spaces and return characters the way I want it ... (by Zereo)
Pop_Back() Help
 
This is my pop_back() for my linked list and from what I can see it should work but doesn't remove t...
[9 replies] Last: Thanks man. I got it worked out and now it's off to the extra credit s... (by natekelsey)
Game Design (The logic)
 
This is the part I struggle the most while making a game. Let's say I decide to create an RTS, ri...
[1 reply] : Most people have a MyClass.hpp&MyClass.cpp files for each class, and i... (by L B)
Pages: 1... 9091929394... 132
  Archived months: [mar2013]

Cannot post in this page. To post a new message, go to the first page.