Beginners (Page 105)

OpenGL tutorial?
 
Can anybody head me off to a good tutorial for somebody learning OpenGL? Preferably a 2D RPG or wha...
[2 replies] Last: http://lazyfoo.net/tutorials/OpenGL/index.php (by Fransje)
Help with arrays and input.
 
I'm a c++ beginner and I need to know how can I create an array like example ;, in which x is a numb...
[18 replies] Last: [quote=Matri X] under the subtopic Variable Length Arrays. You'll not... (by cire)
Linked Lists Help.
 
I am trying to have a print function and there is just something I am not getting with my client cod...
[6 replies] Last: Yeah that was the problem thanks guys. Just sometimes these programs l... (by OLittleO)
by MaxG
Need Help - Factorial Function
 
Hello, I'm in my first year of computer science and need some help in C++. The question is: Wri...
[2 replies] Last: Don't be confused by the wording of the requirement. You are simply ca... (by Smac89)
by tony47
need help with modeling a dog~please help
 
hi everyone, I'm a noob in c++, here I have a project to finish, which is a model of a dog. I want t...
[9 replies] Last: www.sfml-dev.org The website has good tutorials. (by pogrady)
Help me with this C++ problem please!!
 
A well-regarded manufacturer of widgets has been losing 4% of its sales each year. The company's ann...
[1 reply] : double expected(10000000); for(int i = 0; i < 10; ++i) { double p... (by MiiNiPaa)
Need help please
 
I have to write a program that displays the number of days in each month. Here's what the output sho...
[6 replies] Last: You are very welcome. Keep up the.good work. (by Angelus1609)
by tomazi
Run Time error while iterating over a vector
 
Hello people I am Iterating over a vector that stores Point data type elements [x,y], And what i wa...
[2 replies] Last: Yes that right my bad sorry....forgotten to remove this statment befor... (by tomazi)
2-dimentinal arrays with decreasing user input
 
Hi. I'm new here. I have this assignment. I have to create a table with two columns named Part No...
[no replies]
Questions Regarding Coding Conventions (and others)
 
Hello! I am attempting to clear up a few things. I come from the world of java so I need to confirm ...
[4 replies] Last: ^^ It also allocates space for the pointer (4 or 8 bytes, depending on... (by LowestOne)
please help....
 
I have to write a program to compute average grades for a course. The course records are in a single...
[no replies]
by shin93
Problem returning char type from a function..
 
Hello guys, thanks for checking my question. First, I'm really sorry about the thread title if it's ...
[3 replies] Last: thanks for the reply vlad and catfish23. seems like i missed a lot of ... (by shin93)
Displaying Highest Value in Array Help
 
Hello all, I'm new to forums and was looking for assistance with a C++ program essentially, I nee...
[3 replies] Last: http://www.cplusplus.com/forum/general/98629/ (by Zaita)
HELP PLEASE CYGWIN
 
code -bash NO such file or directory
[1 reply] : http://cygwin.com/docs.html (by Zaita)
This is a useful C++ roadmap for beginners
 
Hello everyone, especially newbies to C++. After many years using C professionally in real time emb...
[13 replies] Last: [quote=Ravenshade] It certainly feels like it's handwalking me through... (by BHXSpecter)
give me example array two dimension
 
my teacher told me about array two dimension , but i can't understand at all maybe somebody can giv...
[7 replies] Last: int a = { { 1, 2, 3 }, { 4, 5, 6 } }; int b = {}; ... (by vlad from moscow)
by Larry2
Multiple matches from a regex
 
Hi, I use boost libraries since my debian gcc version 4.7.2 isn't compiled with the latest c11++ st...
[5 replies] Last: Wonderful cire, I had to complete/replace the input.cend with end, an... (by Larry2)
Multiple values for function
 
Hello guys I have a function that calculates a destination points for x and y.. and when I have the ...
[4 replies] Last: Thanks for that keskiverto I went to look through my program and just ... (by youngnito)
by tony47
SFML (small and maybe very simple problem )
 
Hi everyone, I have set up the sfml on codeblock, and run the test code "open window". But it says "...
[1 reply] : Common problems: 1) Make sure you built SFML yourself. If you downl... (by Disch)
needed information
 
may i know what kind of coding carrier can i expect by learning c++ and opportunities available in t...
[2 replies] Last: I would guess a career in.... Programming! And not to be "Harsh" bu... (by cnoeval)
Pages: 1... 103104105106107... 131
  Archived months: [mar2013]

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