Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
J

JrunkDunc

@JrunkDunc
About
Posts
4
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Parse Text Boxes for Formatting
    J JrunkDunc

    So here is the basic idea behind my question: I am creating a personal website where I will be able to post news about what I am doing(it will also be used for professional purposes) but what I would like to be able to do is have a textbox to enter my News entries and type them how I would like to have them formatted in the textbox, and then when I submit it to the Database it will keep the formatting so that when I pull it back from the database to put it in the news section it keeps the formatting. Basically how a message board Text: section works. Can anyone give me an idea of how to do this or maybe a plugin I can put on my site to do this for me? Thanks Alot, -Seth

    ASP.NET question database tutorial announcement

  • Assign Value to Parameter
    J JrunkDunc

    Hey, So I am trying to get the Highest MenuOrder Value there is increment that by one and then use that value to insert a new object in with the next highest menu order My attempt so far is as so: Declare @MenuSeed as int Select @MenuSeed = Top(1) MenuOrder From Pages Order By MenuOrder DESC And of course that doesn't work, but I am kinda lost on what to do here, can anyone shed some light? Thanks Alot -Seth

    Database question learning

  • Big Int Class
    J JrunkDunc

    Ok Well to be specific I have been working on it the last two days, I really need help with * & / I am sure that if I get these I will have no problem with the rest of it. ALSO I have updated the class and class implementation with what I finished last night. Added material includes: Constructors all complete. +=(Although it uses + operator) -=(Also uses - operater) ==, !=, <, > and negative -(unary -) Check the Links Thanks Again Guys

    C / C++ / MFC c++ learning

  • Big Int Class
    J JrunkDunc

    Ok so here is the situation, I had an assignment due in my class(Don't Worry it is over now, however I had to turn it in incomplete) I want to finish it up for the learning experience my class is a 100 level class at my college and it is programming in C++. Here is the link: Assignment BIGINT Now I have finished some of it and commented most of it so hopefully it will be easy to understand where I am. Class Definition:Class Definition Class Inplementation:Implemenation The main point of this assigment was operator overloading and I need to get +, -, *, / ++, --, +=, -=, ==, !, >, < overloaded. Now I know that this is a large amount of work, however I was hoping we could work at this one step at a time and I would appreciate this an extreme amount. Thanks Alot Guys -Duncan

    C / C++ / MFC c++ learning
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups