General C++ Programming - April 2014

is this possible?
 
I wrote a swtich statement and am wondering if its possible to put a loop into this code and if i co...
[4 replies] Last: I think it won't work. if(case 'c'), it will compare if it is 'C', whi... (by iQChange)
NESTED Loops HELP
 
I need to output the following and I cant seem to get it 1. * ** *** **** 2. **** *** *...
[2 replies] Last: What is the difference between numbers 1 and 7? (by RadWayne)
Sudoku Puzzle solver using hidden single and naked
 
could any body point me in the right place for some help creating a sudoku puzzle solver using naked...
[no replies]
How to add a space into character Array?
 
I have a character Array 'Hello' I want to add a space in whatever space the users chooses. "Where d...
[4 replies] Last: thank you for your help. i am still learning everything about c++ and ... (by Noob Programmer)
by Niven
SDL2 Programs stop responding
 
This is a problem I have been having with every program I write since I started using SDL 2. Wheneve...
[2 replies] Last: That seems to have been the problem. Thank you. I can't believe I miss... (by Niven)
by teslaa
Transparent Image Window Overlay
 
I want to create a c++ application that when run in windows 7 shows what ever was on screen at the t...
[no replies]
Maze game inputting into 2d vector
 
I am attempting to create a maze that is imported from a file and then placed into a vector that hol...
[3 replies] Last: auto infers the type from the context in which it is used. You can u... (by MrHutch)
erro
 
http://i58.tinypic.com/2co1tmf.png how to solve it?
[4 replies] Last: Possible solution for exit 4 xcopy: http://stackoverflow.com/questions... (by closed account j3Rz8vqX)
by Reaga
Dijkstra Shortest Path help (almost complete)
 
I'm one piece of the algorithm away from finishing an assignment, but for the life of me I cannot fi...
[5 replies] Last: class node_list{ public: node_list *next; }; class list{ public: ... (by ne555)
Help with finished program
 
Hi guys, i have a program here which is finished and working fine. i am asked to explain what it doe...
[1 reply] : i am asked to explain what it does almost live by line So start wit... (by AbstractionAnon)
by Ram1
Can someone help me with this problem
 
Create a header file called Bag.h that contains following class template: Template<class ItemType...
[2 replies] Last: Public: change to public: Private: change to private: bool ad... (by Aceix)
by Jekjek
Error with functions!! HELP!
 
void sort_array(struct employee_data_structure a , int record_number); // Function Declaration ...
[3 replies] Last: not yet but prof Simber emailed me how to fix it and i'm trying to fix... (by Jekjek)
cv qualifier error
 
I'm getting the following error in my ADT bag code: In file included from VectorBag.h:36:0, ...
[15 replies] Last: > error: need ‘typename’ before ‘ItemType:: const_iterator’ be... (by ne555)
How To Make Special Purpose Libraries
 
There are many libraries in C++, but how are they made? For example: SDL, SFML, Open CV, STK T...
[3 replies] Last: The problem with library files (*.lib, *.a, *.dll, *.so) is that they ... (by LB)
by AceK
How can i detect a cellphone connected to my computer.
 
Hi there, I need to know if it is possible to create a class that will detect if a cellphone is conn...
[2 replies] Last: There is libraries which wraps USB interaction nicely. If you need to... (by MiiNiPaa)
Simple while loop question
 
I know for while loops you type while(argument){ do whatever } you have to use the bracke...
[10 replies] Last: ok thanks Peter and aabuezo. I understand it now. Thanks a lot again f... (by howellj8)
arrays (1,2)
 
Im trying to compile the code but it gives me certain errors and im also trying to fix certain cert...
[20 replies] Last: I may have misunderstood something here. I assumed the value being pr... (by AbstractionAnon)
SOLVED
 
SOLVED
[6 replies] Last: ... (by MeNeedsHelp)
Explanation for an array out of bound output
 
My brother needed a couple of codes debugged the other day among them was the following program: ...
[8 replies] Last: I didnt no that it might cycle back to the first thanks I'll leave... (by soumyaxyz)
BST
 
I was wondering if there was any way to travel from a leaf to the root. For example I search the tre...
[2 replies] Last: cool! thank you :) (by Unpredictableimp)
April 2014 Pages: 123... 41
  Archived months: [mar2014] [may2014]

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