General C++ Programming (Page 64)

I am having trouble with tokens...
 
A friend wanted me to write whatever the gDPLoadTextureBlock macro wrote to the Gfx union pointed to...
[no replies]
Porblem with loops
 
Hi there, Currently, I am working on an assignment that involves multiple loops, each computing a s...
[1 reply] : #include <iostream> #include <iomanip> #include <cmath> #include <... (by compiler)
random values between a range
 
Hello guys, i have to find 2 random values between a range, lets say from 0-3 i have to find all ...
[8 replies] Last: Something along the lines of for(int i = 0; i < values.size(); ++i) {... (by MiiNiPaa)
fstream appearing to not function properly
 
i'm working on a program which creates data and saves it into blocks (different files), then reloads...
[4 replies] Last: Back when I first tried to write a C program the compiler diagnostics ... (by Duoas)
Matrix graph.....
 
I dont know how to enter graphs image i uploaded the graph image on photobucet, heres the link: <...
[no replies]
by mIXpRo
wierd pointer behavior
 
hi , i wrote this function : PlayerResult playerGetInstruments(Player player, Instrument** instru...
[3 replies] Last: You're treating it as an array of Instrument*, which it clearly isn't. (by kbw)
Read and display a text file into c++
 
Hey I'm a beginner at C++ and I'm trying to figure out how to read and display the content of a text...
[4 replies] Last: I have tried many different things I saw on google. Like using the get... (by flemongo)
by aliba
c++ code of chekers
 
this one has no bug & created by 15 year old Ali Babataher & sorush rezaei in 2013 in iran in alame ...
[no replies]
by nmite
I want stuff made plz...
 
I want to know if someone will make a completely new browser for windows that supports different web...
[2 replies] Last: A change in protocol is not feasible. As every website around the worl... (by ostar2)
Simple C++ Programs Required
 
Hi there, I have some questions as a beginner and I need the code of the programs below: Q1: Wri...
[3 replies] Last: Sure, $100.00 sounds good to you? My paypal is, justtryit@hotmail.com. (by Olysold)
by ostar2
Program returning NaN for quadric equation
 
My program is returning NaN even though the value in square root function is not negative -1*b + ((...
[10 replies] Last: Thanks. (by ostar2)
Porblem in my code
 
Hi there, I am writing a program that prints the sum of even and odd numbers and here is my code #...
[3 replies] Last: Thank you Vlad, It works now :) (by Mohamed Waly)
Having some trouble
 
code computes but I am not able to enter for my y velocity when I run the code. also how do I ...
[1 reply] : ok so I think I resolved my issue. programm computed when I changed t... (by RemyJDH)
by dioing
Difference ???
 
void change (char Tab , int I, int J) { char Aux ; Aux=Tab ; Tab =Tab ; ...
[3 replies] Last: The first function is invalid and will not be compiled. You may not us... (by vlad from moscow)
please asisst for I am forever lost...
 
I am suppose to create a program to compute a students weighted course grade but I am not getting th...
[5 replies] Last: so array compact my intergers (by RemyJDH)
Cant search words from an input :'(
 
Hi i am trying to create a c++ program that asks for an input and determines if it is a question or ...
[4 replies] Last: ive made my own solution :D #include <cstdlib> #include <cmath> #incl... (by simplyvann)
by Jijgee
unicode regex C++
 
How do i use c++ regex with unicode string?
[5 replies] Last: > How do you install boots library for Eclipse ? See http://elangovv.... (by JLBorges)
by packy
2nd program
 
Write a program that creates the output shown in the Output Layout section below. The program should...
[3 replies] Last: 1) There is std::hypot function in cmath, so you cah just do: deltaX ... (by MiiNiPaa)
by packy
help
 
Using the supplied data file, read in a list of names into a string array, convert each name into pr...
[1 reply] : Please note, that it is not a homework site. We won't do your homework... (by MiiNiPaa)
by farai
reading characters from string
 
i have a string which is n characters long. i need to read say 20 characters at a time, wait for the...
[3 replies] Last: Can you tell whats your logic, as to what you think could help with th... (by iluvthee07)
Pages: 1... 6263646566... 88
  Archived months: [mar2013]

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