General C++ Programming - April 2014 (Page 38)

by Argy
ERROR on compiling
 
Hi.I made some header files with their cpp.Everything was fine but when i made a function on one of ...
[3 replies] Last: Thanks both of you. I tried what you told me.it seems to work.i will t... (by Argy)
by Nik94
[QT] Segmentation fault by using QList
 
Hello, I have a little problem wioth my Qt-5 Program by using a QList-Object. If I call QList::isEm...
[2 replies] Last: Thank you for your help. I have solved the Problem by using an Object ... (by Nik94)
Student Linked list 2
 
So I decided to start again with the linked student list again. I have to use linked list to display...
[1 reply] : http://comsci.liu.edu/~murali/win32gui/Win32Apps.htm you chose the wro... (by ne555)
by gkropp
Linked List code not compiling
 
I've inherited some legacy code that I need to modify. The code that needs to be modified uses Link...
[1 reply] : I resolved my first question..."Reading an enumeration from a node in ... (by gkropp)
by bgmnk
Problems with simple program
 
I am currently learning C++ on my own and the best way I learn is hands-on. This lead me to attempt...
[4 replies] Last: wildblue, you were correct that i did not need that if conditioning st... (by bgmnk)
Stacks and Queues
 
So I was wondering if I were to empty the elements of a stack into a queue, but i only wanted to emp...
[2 replies] Last: You may need another stack to temporarily store the even/odd numbers w... (by phillips zy)
by mfooo
Changing my program to use functions.
 
I am very new to programming and I am not sure if this is right. Can anyone help me out and tell me ...
[4 replies] Last: Example of declaring, defining and calling a function: #include <io... (by mutexe)
How to make an image popup?
 
Hello, I have a School project that I need some help with. Our teacher wants us to make a timeline ...
[11 replies] Last: Yeah, this creative thought may be realized if you set the year displa... (by EisenhowerPDF)
by phil94
Template Notecards
 
So we have an exam on Templates coming up and our teachers letting us bring a notecard (YAY)! (: ...
[1 reply] : I would put on them what every you have on your notes from class. ;P ... (by giblit)
Makefile
 
Hi guys.I have a problem about makefile. I hava a diagram following.. [url=http://hizliresim.com/x8...
[7 replies] Last: [code firstline=5]prog1.exe: x.o y.o libpet.a $(CC) x... (by LB)
link list to store student ID, and gpa
 
So I have to store a student Id and gpa and name in a linked list. I keep getting error messages. Li...
[1 reply] : struct Student { string name; double gpa; int id; Student *next; ... (by Yanson)
How to get relative address of member of Class of Struct
 
How to get relative memory address of members of Class or Structure ?? I want to auto scan the memb...
[2 replies] Last: For standard-layout types, the offsetof() macro in <cstddef> http:... (by JLBorges)
by shaytn
Need help with Program
 
This program is supposed to take integer score inputs from the keyboard into an array and use a sent...
[3 replies] Last: Try going back to basics. Your program requirements are that it needs ... (by LB)
by quayda
Nested Loop Help
 
So, I've written part of this program, basically just gathering all the info so far. But, I need the...
[2 replies] Last: Wow, thanks. That helped a lot! Now, I'm just having trouble having th... (by quayda)
no match function for 'getline'
 
I'm half a beginner of c++ programming. I just want to try out getline function but there're errors ...
[2 replies] Last: Thank you! (by alvinsunyixiao)
by Maissa
problem with return and calling
 
so what i want to do is design a program that will give me the entered grades by order , the thing i...
[2 replies] Last: Search "passing arrays as function parameters". You will find your ans... (by Ceset)
Vector Bag ADT problem
 
I have to write a program (proj2.cpp) designed to overload the + operator in order to come up with...
[10 replies] Last: > I realize I have to link them somehow http://www.cplusplus.com/doc/t... (by ne555)
by Ram1
Help with array Pleaase
 
How to write a function that receives an integer array along with its length. the function calculate...
[2 replies] Last: The array size is a constant integer. I'd usually put the const keywor... (by wildblue)
Problems with kbhit().
 
Hello. I am making a game where it detects if a key is pressed or not, and i am using kbhit(). But ...
[2 replies] Last: It works fine now. Thanks (by hakeris1010)
Snake game! (windows console)
 
Hello! I have finally created my simple Snake game, and i want to share a code with you. I have wr...
[3 replies] Last: Thats all my code! Thanks for watching! (by hakeris1010)
April 2014 Pages: 1... 363738394041
  Archived months: [mar2014] [may2014]

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